Searched refs:ppf (Results 1 – 9 of 9) sorted by relevance
| /freebsd-14.2/sys/contrib/device-tree/Bindings/iio/frequency/ |
| H A D | adi,adrf6780.yaml | 72 adi,lo-ppf-en: 108 adi,lo-ppf-en: [ "adi,lo-en" ]
|
| /freebsd-14.2/sys/dev/usb/ |
| H A D | usb_controller.h | 109 …void (*get_hw_ep_profile) (struct usb_device *udev, const struct usb_hw_ep_profile **ppf, uint8…
|
| H A D | usb_dev.c | 192 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-14.2/sys/dev/usb/controller/ |
| H A D | avr32dci.c | 159 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 D | uss820dci.c | 178 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 D | atmegadci.c | 137 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 D | musb_otg.c | 242 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 D | dwc_otg.c | 157 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-14.2/contrib/sqlite3/ |
| H A D | shell.c | 906 /* in/out */ FILE **ppf){ in getEmitStreamInfo() argument 920 *ppf = pfEmit; in getEmitStreamInfo() 922 ppstTry = isKnownWritable(*ppf); in getEmitStreamInfo() 924 streamOfConsole(*ppf, ppst); in getEmitStreamInfo()
|