Home
last modified time | relevance | path

Searched refs:get_hw_ep_profile (Results 1 – 7 of 7) sorted by relevance

/freebsd/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… member
/freebsd/sys/dev/usb/template/
H A Dusb_template.c673 (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 Datmegadci.c2084 .get_hw_ep_profile = &atmegadci_get_hw_ep_profile,
H A Davr32dci.c2046 .get_hw_ep_profile = &avr32dci_get_hw_ep_profile,
H A Duss820dci.c2373 .get_hw_ep_profile = &uss820dci_get_hw_ep_profile,
H A Dmusb_otg.c4181 .get_hw_ep_profile = &musbotg_get_hw_ep_profile,
H A Ddwc_otg.c4959 .get_hw_ep_profile = &dwc_otg_get_hw_ep_profile,