Home
last modified time | relevance | path

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

/dragonfly/sys/bus/u4b/
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
247 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()