Searched refs:get_hw_ep_profile (Results 1 - 9 of 9) sorted by relevance

/freebsd-11.0-release/sys/dev/usb/
H A Dusb_controller.h109 void (*get_hw_ep_profile) (struct usb_device *udev, const struct usb_hw_ep_profile **ppf, uint8_t ep_addr); member in struct:usb_bus_methods
/freebsd-11.0-release/sys/dev/usb/template/
H A Dusb_template.c592 (ues->methods->get_hw_ep_profile) (ues->udev, &pf, n);
753 (ues->methods->get_hw_ep_profile)
859 if (methods->get_hw_ep_profile == NULL)
870 (methods->get_hw_ep_profile) (udev, &pf, 0);
/freebsd-11.0-release/sys/dev/usb/controller/
H A Datmegadci.c2150 .get_hw_ep_profile = &atmegadci_get_hw_ep_profile,
H A Davr32dci.c2094 .get_hw_ep_profile = &avr32dci_get_hw_ep_profile,
H A Dat91dci.c2373 .get_hw_ep_profile = &at91dci_get_hw_ep_profile,
H A Duss820dci.c2439 .get_hw_ep_profile = &uss820dci_get_hw_ep_profile,
H A Dsaf1761_otg.c3704 .get_hw_ep_profile = &saf1761_otg_get_hw_ep_profile,
H A Ddwc_otg.c4976 .get_hw_ep_profile = &dwc_otg_get_hw_ep_profile,
H A Dmusb_otg.c4248 .get_hw_ep_profile = &musbotg_get_hw_ep_profile,

Completed in 210 milliseconds