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

/freebsd-13-stable/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_t ep_addr);
H A Dusb_dev.c195 struct usb_fifo **ppf; local
256 ppf = cpd->udev->fifo;
257 f = ppf[cpd->fifo_index + USB_FIFO_TX];
272 ppf = cpd->udev->fifo;
273 f = ppf[cpd->fifo_index + USB_FIFO_RX];
/freebsd-13-stable/sys/dev/usb/controller/
H A Davr32dci.c161 const struct usb_hw_ep_profile **ppf, uint8_t ep_addr)
164 *ppf = avr32dci_ep_profile;
166 *ppf = avr32dci_ep_profile + 1;
168 *ppf = avr32dci_ep_profile + 2;
170 *ppf = avr32dci_ep_profile + 3;
172 *ppf = NULL;
160 avr32dci_get_hw_ep_profile(struct usb_device *udev, const struct usb_hw_ep_profile **ppf, uint8_t ep_addr) argument
H A Duss820dci.c180 const struct usb_hw_ep_profile **ppf, uint8_t ep_addr)
183 *ppf = uss820dci_ep_profile + 0;
185 *ppf = uss820dci_ep_profile + 1;
187 *ppf = uss820dci_ep_profile + 2;
189 *ppf = uss820dci_ep_profile + 3;
191 *ppf = NULL;
179 uss820dci_get_hw_ep_profile(struct usb_device *udev, const struct usb_hw_ep_profile **ppf, uint8_t ep_addr) argument
H A Datmegadci.c139 const struct usb_hw_ep_profile **ppf, uint8_t ep_addr)
142 *ppf = atmegadci_ep_profile;
144 *ppf = atmegadci_ep_profile + 1;
146 *ppf = NULL;
138 atmegadci_get_hw_ep_profile(struct usb_device *udev, const struct usb_hw_ep_profile **ppf, uint8_t ep_addr) argument
H A Dsaf1761_otg.c162 const struct usb_hw_ep_profile **ppf, uint8_t ep_addr)
165 *ppf = saf1761_otg_ep_profile + 0;
167 *ppf = saf1761_otg_ep_profile + 1;
169 *ppf = NULL;
161 saf1761_otg_get_hw_ep_profile(struct usb_device *udev, const struct usb_hw_ep_profile **ppf, uint8_t ep_addr) argument
H A Dmusb_otg.c244 const struct usb_hw_ep_profile **ppf, uint8_t ep_addr)
252 *ppf = musbotg_ep_profile;
255 *ppf = sc->sc_hw_ep_profile + ep_addr;
257 *ppf = NULL;
243 musbotg_get_hw_ep_profile(struct usb_device *udev, const struct usb_hw_ep_profile **ppf, uint8_t ep_addr) argument
H A Ddwc_otg.c159 const struct usb_hw_ep_profile **ppf, uint8_t ep_addr)
166 *ppf = &sc->sc_hw_ep_profile[ep_addr].usb;
168 *ppf = NULL;
158 dwc_otg_get_hw_ep_profile(struct usb_device *udev, const struct usb_hw_ep_profile **ppf, uint8_t ep_addr) argument
/freebsd-13-stable/sys/contrib/octeon-sdk/
H A Dcvmx-pemx-defs.h546 uint64_t ppf : 1; /**< BIST Status for the ppf_fifo */ member in struct:cvmx_pemx_bist_status2::cvmx_pemx_bist_status2_s
548 uint64_t ppf : 1;
H A Dcvmx-pescx-defs.h352 uint64_t ppf : 1; /**< BIST Status for the ppf_fifo */ member in struct:cvmx_pescx_bist_status2::cvmx_pescx_bist_status2_s
354 uint64_t ppf : 1;

Completed in 180 milliseconds