Searched refs:ppf (Results 1 – 8 of 8) sorted by relevance
159 const struct usb_hw_ep_profile **ppf, uint8_t ep_addr) in avr32dci_get_hw_ep_profile() argument162 *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()
178 const struct usb_hw_ep_profile **ppf, uint8_t ep_addr) in uss820dci_get_hw_ep_profile() argument181 *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()
137 const struct usb_hw_ep_profile **ppf, uint8_t ep_addr) in atmegadci_get_hw_ep_profile() argument140 *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()
242 const struct usb_hw_ep_profile **ppf, uint8_t ep_addr) in musbotg_get_hw_ep_profile() argument250 *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()
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()
109 …void (*get_hw_ep_profile) (struct usb_device *udev, const struct usb_hw_ep_profile **ppf, uint8…
192 struct usb_fifo **ppf; in usb_ref_device() local253 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()
906 /* in/out */ FILE **ppf){ in getEmitStreamInfo() argument920 *ppf = pfEmit; in getEmitStreamInfo()922 ppstTry = isKnownWritable(*ppf); in getEmitStreamInfo()924 streamOfConsole(*ppf, ppst); in getEmitStreamInfo()