Home
last modified time | relevance | path

Searched refs:ep_addr (Results 1 – 11 of 11) sorted by relevance

/NextBSD/sys/dev/usb/
HDusb_dev.h60 int ep_addr; /* endpoint address */ member
93 int ep_addr; member
HDusb_controller.h109 …et_hw_ep_profile) (struct usb_device *udev, const struct usb_hw_ep_profile **ppf, uint8_t ep_addr);
HDusb_dev.c173 cpd->ep_addr = pd->ep_addr; in usb_loc_fill()
405 int e = cpd->ep_addr; in usb_fifo_create()
885 ep = cpd->ep_addr = pd->ep_addr; in usb_open()
HDusb_device.c1972 pd->ep_addr = ep; in usb_make_dev()
1980 pd->bus_index, pd->dev_index, pd->ep_addr); in usb_make_dev()
/NextBSD/sys/dev/usb/controller/
HDavr32dci.c158 const struct usb_hw_ep_profile **ppf, uint8_t ep_addr) in avr32dci_get_hw_ep_profile() argument
160 if (ep_addr == 0) in avr32dci_get_hw_ep_profile()
162 else if (ep_addr < 3) in avr32dci_get_hw_ep_profile()
164 else if (ep_addr < 5) in avr32dci_get_hw_ep_profile()
166 else if (ep_addr < 7) in avr32dci_get_hw_ep_profile()
HDuss820dci.c179 const struct usb_hw_ep_profile **ppf, uint8_t ep_addr) in uss820dci_get_hw_ep_profile() argument
181 if (ep_addr == 0) { in uss820dci_get_hw_ep_profile()
183 } else if (ep_addr < 5) { in uss820dci_get_hw_ep_profile()
185 } else if (ep_addr < 7) { in uss820dci_get_hw_ep_profile()
187 } else if (ep_addr == 7) { in uss820dci_get_hw_ep_profile()
HDatmegadci.c138 const struct usb_hw_ep_profile **ppf, uint8_t ep_addr) in atmegadci_get_hw_ep_profile() argument
140 if (ep_addr == 0) in atmegadci_get_hw_ep_profile()
142 else if (ep_addr < ATMEGA_EP_MAX) in atmegadci_get_hw_ep_profile()
HDat91dci.c209 const struct usb_hw_ep_profile **ppf, uint8_t ep_addr) in at91dci_get_hw_ep_profile() argument
211 if (ep_addr < AT91_UDP_EP_MAX) { in at91dci_get_hw_ep_profile()
212 *ppf = (at91dci_ep_profile + ep_addr); in at91dci_get_hw_ep_profile()
HDmusb_otg.c222 const struct usb_hw_ep_profile **ppf, uint8_t ep_addr) in musbotg_get_hw_ep_profile() argument
228 if (ep_addr == 0) { in musbotg_get_hw_ep_profile()
231 } else if (ep_addr <= sc->sc_ep_max) { in musbotg_get_hw_ep_profile()
233 *ppf = sc->sc_hw_ep_profile + ep_addr; in musbotg_get_hw_ep_profile()
HDsaf1761_otg.c163 const struct usb_hw_ep_profile **ppf, uint8_t ep_addr) in saf1761_otg_get_hw_ep_profile() argument
165 if (ep_addr == 0) { in saf1761_otg_get_hw_ep_profile()
167 } else if (ep_addr < 8) { in saf1761_otg_get_hw_ep_profile()
HDdwc_otg.c171 const struct usb_hw_ep_profile **ppf, uint8_t ep_addr) in dwc_otg_get_hw_ep_profile() argument
177 if (ep_addr < sc->sc_dev_ep_max) in dwc_otg_get_hw_ep_profile()
178 *ppf = &sc->sc_hw_ep_profile[ep_addr].usb; in dwc_otg_get_hw_ep_profile()