Symbol: usb_hw_ep_profile
sys/dev/usb/controller/atmegadci.c
115
static const struct usb_hw_ep_profile
sys/dev/usb/controller/atmegadci.c
137
const struct usb_hw_ep_profile **ppf, uint8_t ep_addr)
sys/dev/usb/controller/atmegadci.c
1952
const struct usb_hw_ep_profile *pf;
sys/dev/usb/controller/avr32dci.c
1098
const struct usb_hw_ep_profile *pf;
sys/dev/usb/controller/avr32dci.c
115
static const struct usb_hw_ep_profile
sys/dev/usb/controller/avr32dci.c
159
const struct usb_hw_ep_profile **ppf, uint8_t ep_addr)
sys/dev/usb/controller/avr32dci.c
1906
const struct usb_hw_ep_profile *pf;
sys/dev/usb/controller/dwc_otg.c
146
static const struct usb_hw_ep_profile dwc_otg_ep_profile[1] = {
sys/dev/usb/controller/dwc_otg.c
157
const struct usb_hw_ep_profile **ppf, uint8_t ep_addr)
sys/dev/usb/controller/dwc_otg.c
4823
const struct usb_hw_ep_profile *pf;
sys/dev/usb/controller/dwc_otg.h
152
struct usb_hw_ep_profile usb;
sys/dev/usb/controller/musb_otg.c
141
static const struct usb_hw_ep_profile musbotg_ep_profile[1] = {
sys/dev/usb/controller/musb_otg.c
242
const struct usb_hw_ep_profile **ppf, uint8_t ep_addr)
sys/dev/usb/controller/musb_otg.c
3042
struct usb_hw_ep_profile *pf;
sys/dev/usb/controller/musb_otg.c
4071
const struct usb_hw_ep_profile *pf;
sys/dev/usb/controller/musb_otg.h
398
struct usb_hw_ep_profile sc_hw_ep_profile[MUSB2_EP_MAX];
sys/dev/usb/controller/uss820dci.c
123
static const struct usb_hw_ep_profile
sys/dev/usb/controller/uss820dci.c
1365
const struct usb_hw_ep_profile *pf;
sys/dev/usb/controller/uss820dci.c
178
const struct usb_hw_ep_profile **ppf, uint8_t ep_addr)
sys/dev/usb/controller/uss820dci.c
2213
const struct usb_hw_ep_profile *pf;
sys/dev/usb/template/usb_template.c
611
usb_hw_ep_match(const struct usb_hw_ep_profile *pf,
sys/dev/usb/template/usb_template.c
643
const struct usb_hw_ep_profile *pf;
sys/dev/usb/template/usb_template.c
757
const struct usb_hw_ep_profile *pf;
sys/dev/usb/template/usb_template.c
922
const struct usb_hw_ep_profile *pf;
sys/dev/usb/template/usb_template.c
93
static uint8_t usb_hw_ep_match(const struct usb_hw_ep_profile *, uint8_t,
sys/dev/usb/usb_controller.h
109
void (*get_hw_ep_profile) (struct usb_device *udev, const struct usb_hw_ep_profile **ppf, uint8_t ep_addr);
sys/dev/usb/usb_controller.h
42
struct usb_hw_ep_profile;
sys/dev/usb/usb_device.h
125
const struct usb_hw_ep_profile *pf;
sys/dev/usb/usb_device.h
41
struct usb_hw_ep_profile;