Searched refs:usb_hw_ep_profile (Results 1 – 12 of 12) sorted by relevance
| /freebsd-11-stable/sys/dev/usb/ |
| HD | usb_controller.h | 41 struct usb_hw_ep_profile; 109 …void (*get_hw_ep_profile) (struct usb_device *udev, const struct usb_hw_ep_profile **ppf, uint8… 175 struct usb_hw_ep_profile { struct
|
| HD | usb_device.h | 40 struct usb_hw_ep_profile; 124 const struct usb_hw_ep_profile *pf;
|
| /freebsd-11-stable/sys/dev/usb/template/ |
| HD | usb_template.c | 94 static uint8_t usb_hw_ep_match(const struct usb_hw_ep_profile *, uint8_t, 577 usb_hw_ep_match(const struct usb_hw_ep_profile *pf, in usb_hw_ep_match() 609 const struct usb_hw_ep_profile *pf; in usb_hw_ep_find_match() 724 const struct usb_hw_ep_profile *pf; in usb_hw_ep_get_needs() 896 const struct usb_hw_ep_profile *pf; in usb_hw_ep_resolve()
|
| /freebsd-11-stable/sys/dev/usb/controller/ |
| HD | dwc_otg.h | 151 struct usb_hw_ep_profile usb;
|
| HD | avr32dci.c | 113 static const struct usb_hw_ep_profile 158 const struct usb_hw_ep_profile **ppf, uint8_t ep_addr) in avr32dci_get_hw_ep_profile() 1114 const struct usb_hw_ep_profile *pf; in avr32dci_clear_stall_sub() 1950 const struct usb_hw_ep_profile *pf; in avr32dci_xfer_setup()
|
| HD | at91dci.c | 143 static const struct usb_hw_ep_profile 209 const struct usb_hw_ep_profile **ppf, uint8_t ep_addr) in at91dci_get_hw_ep_profile() 1301 const struct usb_hw_ep_profile *pf; in at91dci_clear_stall_sub() 2201 const struct usb_hw_ep_profile *pf; in at91dci_xfer_setup()
|
| HD | musb_otg.h | 391 struct usb_hw_ep_profile sc_hw_ep_profile[MUSB2_EP_MAX];
|
| HD | uss820dci.c | 123 static const struct usb_hw_ep_profile 179 const struct usb_hw_ep_profile **ppf, uint8_t ep_addr) in uss820dci_get_hw_ep_profile() 1385 const struct usb_hw_ep_profile *pf; in uss820dci_init() 2268 const struct usb_hw_ep_profile *pf; in uss820dci_xfer_setup()
|
| HD | atmegadci.c | 115 static const struct usb_hw_ep_profile 138 const struct usb_hw_ep_profile **ppf, uint8_t ep_addr) in atmegadci_get_hw_ep_profile() 2011 const struct usb_hw_ep_profile *pf; in atmegadci_xfer_setup()
|
| HD | saf1761_otg.c | 141 static const struct usb_hw_ep_profile saf1761_otg_ep_profile[] = { 163 const struct usb_hw_ep_profile **ppf, uint8_t ep_addr) in saf1761_otg_get_hw_ep_profile() 2333 const struct usb_hw_ep_profile *pf; in saf1761_otg_init() 3470 const struct usb_hw_ep_profile *pf; in saf1761_otg_xfer_setup()
|
| HD | musb_otg.c | 140 static const struct usb_hw_ep_profile musbotg_ep_profile[1] = { 221 const struct usb_hw_ep_profile **ppf, uint8_t ep_addr) in musbotg_get_hw_ep_profile() 3060 struct usb_hw_ep_profile *pf; in musbotg_init() 4136 const struct usb_hw_ep_profile *pf; in musbotg_xfer_setup()
|
| HD | dwc_otg.c | 148 static const struct usb_hw_ep_profile dwc_otg_ep_profile[1] = { 160 const struct usb_hw_ep_profile **ppf, uint8_t ep_addr) in dwc_otg_get_hw_ep_profile() 4865 const struct usb_hw_ep_profile *pf; in dwc_otg_xfer_setup()
|