Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/usb/
H A Dusb_controller.h110 …void (*get_hw_ep_profile) (struct usb_device *udev, const struct usb_hw_ep_profile **ppf, uint8…
H A Dusb_dev.c195 struct usb_fifo **ppf; in usb_ref_device() local
256 ppf = cpd->udev->fifo; in usb_ref_device()
257 f = ppf[cpd->fifo_index + USB_FIFO_TX]; in usb_ref_device()
272 ppf = cpd->udev->fifo; in usb_ref_device()
273 f = ppf[cpd->fifo_index + USB_FIFO_RX]; in usb_ref_device()
/freebsd-13.1/sys/dev/usb/controller/
H A Davr32dci.c160 const struct usb_hw_ep_profile **ppf, uint8_t ep_addr) in avr32dci_get_hw_ep_profile() argument
163 *ppf = avr32dci_ep_profile; in avr32dci_get_hw_ep_profile()
165 *ppf = avr32dci_ep_profile + 1; in avr32dci_get_hw_ep_profile()
167 *ppf = avr32dci_ep_profile + 2; in avr32dci_get_hw_ep_profile()
169 *ppf = avr32dci_ep_profile + 3; in avr32dci_get_hw_ep_profile()
171 *ppf = NULL; in avr32dci_get_hw_ep_profile()
H A Duss820dci.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()
H A Datmegadci.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()
H A Dsaf1761_otg.c162 const struct usb_hw_ep_profile **ppf, uint8_t ep_addr) in saf1761_otg_get_hw_ep_profile() argument
165 *ppf = saf1761_otg_ep_profile + 0; in saf1761_otg_get_hw_ep_profile()
167 *ppf = saf1761_otg_ep_profile + 1; in saf1761_otg_get_hw_ep_profile()
169 *ppf = NULL; in saf1761_otg_get_hw_ep_profile()
H A Dmusb_otg.c243 const struct usb_hw_ep_profile **ppf, uint8_t ep_addr) in musbotg_get_hw_ep_profile() argument
251 *ppf = musbotg_ep_profile; in musbotg_get_hw_ep_profile()
254 *ppf = sc->sc_hw_ep_profile + ep_addr; in musbotg_get_hw_ep_profile()
256 *ppf = NULL; in musbotg_get_hw_ep_profile()
H A Ddwc_otg.c158 const struct usb_hw_ep_profile **ppf, uint8_t ep_addr) in dwc_otg_get_hw_ep_profile() argument
165 *ppf = &sc->sc_hw_ep_profile[ep_addr].usb; in dwc_otg_get_hw_ep_profile()
167 *ppf = NULL; in dwc_otg_get_hw_ep_profile()
/freebsd-13.1/sys/contrib/octeon-sdk/
H A Dcvmx-pescx-defs.h352 uint64_t ppf : 1; /**< BIST Status for the ppf_fifo */ member
354 uint64_t ppf : 1;
H A Dcvmx-pemx-defs.h546 uint64_t ppf : 1; /**< BIST Status for the ppf_fifo */ member
548 uint64_t ppf : 1;