Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/controller/
H A Davr32dci.c159 const struct usb_hw_ep_profile **ppf, uint8_t ep_addr) in avr32dci_get_hw_ep_profile() argument
162 *ppf = avr32dci_ep_profile; in avr32dci_get_hw_ep_profile()
164 *ppf = avr32dci_ep_profile + 1; in avr32dci_get_hw_ep_profile()
166 *ppf = avr32dci_ep_profile + 2; in avr32dci_get_hw_ep_profile()
168 *ppf = avr32dci_ep_profile + 3; in avr32dci_get_hw_ep_profile()
170 *ppf = NULL; in avr32dci_get_hw_ep_profile()
H A Duss820dci.c178 const struct usb_hw_ep_profile **ppf, uint8_t ep_addr) in uss820dci_get_hw_ep_profile() argument
181 *ppf = uss820dci_ep_profile + 0; in uss820dci_get_hw_ep_profile()
183 *ppf = uss820dci_ep_profile + 1; in uss820dci_get_hw_ep_profile()
185 *ppf = uss820dci_ep_profile + 2; in uss820dci_get_hw_ep_profile()
187 *ppf = uss820dci_ep_profile + 3; in uss820dci_get_hw_ep_profile()
189 *ppf = NULL; in uss820dci_get_hw_ep_profile()
H A Datmegadci.c137 const struct usb_hw_ep_profile **ppf, uint8_t ep_addr) in atmegadci_get_hw_ep_profile() argument
140 *ppf = atmegadci_ep_profile; in atmegadci_get_hw_ep_profile()
142 *ppf = atmegadci_ep_profile + 1; in atmegadci_get_hw_ep_profile()
144 *ppf = NULL; in atmegadci_get_hw_ep_profile()
H A Dmusb_otg.c242 const struct usb_hw_ep_profile **ppf, uint8_t ep_addr) in musbotg_get_hw_ep_profile() argument
250 *ppf = musbotg_ep_profile; in musbotg_get_hw_ep_profile()
253 *ppf = sc->sc_hw_ep_profile + ep_addr; in musbotg_get_hw_ep_profile()
255 *ppf = NULL; in musbotg_get_hw_ep_profile()
H A Ddwc_otg.c157 const struct usb_hw_ep_profile **ppf, uint8_t ep_addr) in dwc_otg_get_hw_ep_profile() argument
164 *ppf = &sc->sc_hw_ep_profile[ep_addr].usb; in dwc_otg_get_hw_ep_profile()
166 *ppf = NULL; in dwc_otg_get_hw_ep_profile()
/freebsd/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…
H A Dusb_dev.c192 struct usb_fifo **ppf; in usb_ref_device() local
253 ppf = cpd->udev->fifo; in usb_ref_device()
254 f = ppf[cpd->fifo_index + USB_FIFO_TX]; in usb_ref_device()
269 ppf = cpd->udev->fifo; in usb_ref_device()
270 f = ppf[cpd->fifo_index + USB_FIFO_RX]; in usb_ref_device()
/freebsd/contrib/sqlite3/
H A Dshell.c906 /* in/out */ FILE **ppf){ in getEmitStreamInfo() argument
920 *ppf = pfEmit; in getEmitStreamInfo()
922 ppstTry = isKnownWritable(*ppf); in getEmitStreamInfo()
924 streamOfConsole(*ppf, ppst); in getEmitStreamInfo()