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

/freebsd-11-stable/sys/dev/usb/
H A Dusb_controller.h109 void (*get_hw_ep_profile) (struct usb_device *udev, const struct usb_hw_ep_profile **ppf, uint8_t ep_addr);
H A Dusb_dev.c192 struct usb_fifo **ppf; local
253 ppf = cpd->udev->fifo;
254 f = ppf[cpd->fifo_index + USB_FIFO_TX];
269 ppf = cpd->udev->fifo;
270 f = ppf[cpd->fifo_index + USB_FIFO_RX];
/freebsd-11-stable/sys/dev/usb/controller/
H A Davr32dci.c158 const struct usb_hw_ep_profile **ppf, uint8_t ep_addr)
161 *ppf = avr32dci_ep_profile;
163 *ppf = avr32dci_ep_profile + 1;
165 *ppf = avr32dci_ep_profile + 2;
167 *ppf = avr32dci_ep_profile + 3;
169 *ppf = NULL;
157 avr32dci_get_hw_ep_profile(struct usb_device *udev, const struct usb_hw_ep_profile **ppf, uint8_t ep_addr) argument
H A Duss820dci.c179 const struct usb_hw_ep_profile **ppf, uint8_t ep_addr)
182 *ppf = uss820dci_ep_profile + 0;
184 *ppf = uss820dci_ep_profile + 1;
186 *ppf = uss820dci_ep_profile + 2;
188 *ppf = uss820dci_ep_profile + 3;
190 *ppf = NULL;
178 uss820dci_get_hw_ep_profile(struct usb_device *udev, const struct usb_hw_ep_profile **ppf, uint8_t ep_addr) argument
H A Datmegadci.c138 const struct usb_hw_ep_profile **ppf, uint8_t ep_addr)
141 *ppf = atmegadci_ep_profile;
143 *ppf = atmegadci_ep_profile + 1;
145 *ppf = NULL;
137 atmegadci_get_hw_ep_profile(struct usb_device *udev, const struct usb_hw_ep_profile **ppf, uint8_t ep_addr) argument
H A Dat91dci.c209 const struct usb_hw_ep_profile **ppf, uint8_t ep_addr)
212 *ppf = (at91dci_ep_profile + ep_addr);
214 *ppf = NULL;
208 at91dci_get_hw_ep_profile(struct usb_device *udev, const struct usb_hw_ep_profile **ppf, uint8_t ep_addr) argument
H A Dsaf1761_otg.c163 const struct usb_hw_ep_profile **ppf, uint8_t ep_addr)
166 *ppf = saf1761_otg_ep_profile + 0;
168 *ppf = saf1761_otg_ep_profile + 1;
170 *ppf = NULL;
162 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.c221 const struct usb_hw_ep_profile **ppf, uint8_t ep_addr)
229 *ppf = musbotg_ep_profile;
232 *ppf = sc->sc_hw_ep_profile + ep_addr;
234 *ppf = NULL;
220 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.c160 const struct usb_hw_ep_profile **ppf, uint8_t ep_addr)
167 *ppf = &sc->sc_hw_ep_profile[ep_addr].usb;
169 *ppf = NULL;
159 dwc_otg_get_hw_ep_profile(struct usb_device *udev, const struct usb_hw_ep_profile **ppf, uint8_t ep_addr) argument
/freebsd-11-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 136 milliseconds