Searched refs:ppf (Results 1 – 11 of 11) sorted by relevance
158 const struct usb_hw_ep_profile **ppf, uint8_t ep_addr) in avr32dci_get_hw_ep_profile() argument161 *ppf = avr32dci_ep_profile; in avr32dci_get_hw_ep_profile()163 *ppf = avr32dci_ep_profile + 1; in avr32dci_get_hw_ep_profile()165 *ppf = avr32dci_ep_profile + 2; in avr32dci_get_hw_ep_profile()167 *ppf = avr32dci_ep_profile + 3; in avr32dci_get_hw_ep_profile()169 *ppf = NULL; in avr32dci_get_hw_ep_profile()
179 const struct usb_hw_ep_profile **ppf, uint8_t ep_addr) in uss820dci_get_hw_ep_profile() argument182 *ppf = uss820dci_ep_profile + 0; in uss820dci_get_hw_ep_profile()184 *ppf = uss820dci_ep_profile + 1; in uss820dci_get_hw_ep_profile()186 *ppf = uss820dci_ep_profile + 2; in uss820dci_get_hw_ep_profile()188 *ppf = uss820dci_ep_profile + 3; in uss820dci_get_hw_ep_profile()190 *ppf = NULL; in uss820dci_get_hw_ep_profile()
138 const struct usb_hw_ep_profile **ppf, uint8_t ep_addr) in atmegadci_get_hw_ep_profile() argument141 *ppf = atmegadci_ep_profile; in atmegadci_get_hw_ep_profile()143 *ppf = atmegadci_ep_profile + 1; in atmegadci_get_hw_ep_profile()145 *ppf = NULL; in atmegadci_get_hw_ep_profile()
209 const struct usb_hw_ep_profile **ppf, uint8_t ep_addr) in at91dci_get_hw_ep_profile() argument212 *ppf = (at91dci_ep_profile + ep_addr); in at91dci_get_hw_ep_profile()214 *ppf = NULL; in at91dci_get_hw_ep_profile()
163 const struct usb_hw_ep_profile **ppf, uint8_t ep_addr) in saf1761_otg_get_hw_ep_profile() argument166 *ppf = saf1761_otg_ep_profile + 0; in saf1761_otg_get_hw_ep_profile()168 *ppf = saf1761_otg_ep_profile + 1; in saf1761_otg_get_hw_ep_profile()170 *ppf = NULL; in saf1761_otg_get_hw_ep_profile()
222 const struct usb_hw_ep_profile **ppf, uint8_t ep_addr) in musbotg_get_hw_ep_profile() argument230 *ppf = musbotg_ep_profile; in musbotg_get_hw_ep_profile()233 *ppf = sc->sc_hw_ep_profile + ep_addr; in musbotg_get_hw_ep_profile()235 *ppf = NULL; in musbotg_get_hw_ep_profile()
171 const struct usb_hw_ep_profile **ppf, uint8_t ep_addr) in dwc_otg_get_hw_ep_profile() argument178 *ppf = &sc->sc_hw_ep_profile[ep_addr].usb; in dwc_otg_get_hw_ep_profile()180 *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() local247 ppf = cpd->udev->fifo; in usb_ref_device()248 f = ppf[cpd->fifo_index + USB_FIFO_TX]; in usb_ref_device()263 ppf = cpd->udev->fifo; in usb_ref_device()264 f = ppf[cpd->fifo_index + USB_FIFO_RX]; in usb_ref_device()
352 uint64_t ppf : 1; /**< BIST Status for the ppf_fifo */ member354 uint64_t ppf : 1;
546 uint64_t ppf : 1; /**< BIST Status for the ppf_fifo */ member548 uint64_t ppf : 1;