Searched refs:ppf (Results 1 – 7 of 7) sorted by relevance
109 …void (*get_hw_ep_profile) (struct usb_device *udev, const struct usb_hw_ep_profile **ppf, uint8…
191 struct usb_fifo **ppf; in usb_ref_device() local252 ppf = cpd->udev->fifo; in usb_ref_device()253 f = ppf[cpd->fifo_index + USB_FIFO_TX]; in usb_ref_device()268 ppf = cpd->udev->fifo; in usb_ref_device()269 f = ppf[cpd->fifo_index + USB_FIFO_RX]; in usb_ref_device()
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() argument164 *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()