Home
last modified time | relevance | path

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

/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
161 *ppf = avr32dci_ep_profile; in avr32dci_get_hw_ep_profile()
163 *ppf = avr32dci_ep_profile + 1; in avr32dci_get_hw_ep_profile()
165 *ppf = avr32dci_ep_profile + 2; in avr32dci_get_hw_ep_profile()
167 *ppf = avr32dci_ep_profile + 3; in avr32dci_get_hw_ep_profile()
169 *ppf = NULL; 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
182 *ppf = uss820dci_ep_profile + 0; in uss820dci_get_hw_ep_profile()
184 *ppf = uss820dci_ep_profile + 1; in uss820dci_get_hw_ep_profile()
186 *ppf = uss820dci_ep_profile + 2; in uss820dci_get_hw_ep_profile()
188 *ppf = uss820dci_ep_profile + 3; in uss820dci_get_hw_ep_profile()
190 *ppf = NULL; 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
141 *ppf = atmegadci_ep_profile; in atmegadci_get_hw_ep_profile()
143 *ppf = atmegadci_ep_profile + 1; in atmegadci_get_hw_ep_profile()
145 *ppf = NULL; 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
212 *ppf = (at91dci_ep_profile + ep_addr); in at91dci_get_hw_ep_profile()
214 *ppf = NULL; in at91dci_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
166 *ppf = saf1761_otg_ep_profile + 0; in saf1761_otg_get_hw_ep_profile()
168 *ppf = saf1761_otg_ep_profile + 1; in saf1761_otg_get_hw_ep_profile()
170 *ppf = NULL; in saf1761_otg_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
230 *ppf = musbotg_ep_profile; in musbotg_get_hw_ep_profile()
233 *ppf = sc->sc_hw_ep_profile + ep_addr; in musbotg_get_hw_ep_profile()
235 *ppf = NULL; in musbotg_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
178 *ppf = &sc->sc_hw_ep_profile[ep_addr].usb; in dwc_otg_get_hw_ep_profile()
180 *ppf = NULL; in dwc_otg_get_hw_ep_profile()
/NextBSD/sys/dev/usb/
HDusb_controller.h109 …void (*get_hw_ep_profile) (struct usb_device *udev, const struct usb_hw_ep_profile **ppf, uint8…
HDusb_dev.c192 struct usb_fifo **ppf; in usb_ref_device() local
247 ppf = cpd->udev->fifo; in usb_ref_device()
248 f = ppf[cpd->fifo_index + USB_FIFO_TX]; in usb_ref_device()
263 ppf = cpd->udev->fifo; in usb_ref_device()
264 f = ppf[cpd->fifo_index + USB_FIFO_RX]; in usb_ref_device()
/NextBSD/sys/contrib/octeon-sdk/
HDcvmx-pescx-defs.h352 uint64_t ppf : 1; /**< BIST Status for the ppf_fifo */ member
354 uint64_t ppf : 1;
HDcvmx-pemx-defs.h546 uint64_t ppf : 1; /**< BIST Status for the ppf_fifo */ member
548 uint64_t ppf : 1;