Searched refs:get_hw_ep_profile (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/dev/usb/ |
H A D | usb_controller.h | 109 …void (*get_hw_ep_profile) (struct usb_device *udev, const struct usb_hw_ep_profile **ppf, uint8… member
|
/freebsd/sys/dev/usb/template/ |
H A D | usb_template.c | 673 (ues->methods->get_hw_ep_profile) (ues->udev, &pf, n); in usb_hw_ep_find_match() 829 (ues->methods->get_hw_ep_profile) in usb_hw_ep_get_needs() 933 if (methods->get_hw_ep_profile == NULL) in usb_hw_ep_resolve() 943 (methods->get_hw_ep_profile) (udev, &pf, 0); in usb_hw_ep_resolve()
|
/freebsd/sys/dev/usb/controller/ |
H A D | atmegadci.c | 2084 .get_hw_ep_profile = &atmegadci_get_hw_ep_profile,
|
H A D | avr32dci.c | 2046 .get_hw_ep_profile = &avr32dci_get_hw_ep_profile,
|
H A D | uss820dci.c | 2373 .get_hw_ep_profile = &uss820dci_get_hw_ep_profile,
|
H A D | musb_otg.c | 4181 .get_hw_ep_profile = &musbotg_get_hw_ep_profile,
|
H A D | dwc_otg.c | 4959 .get_hw_ep_profile = &dwc_otg_get_hw_ep_profile,
|