Searched refs:ppf (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.0-release/sys/dev/usb/
H A Dusb_controller.h109 void (*get_hw_ep_profile) (struct usb_device *udev, const struct usb_hw_ep_profile **ppf, uint8_t ep_addr);
H A Dusb_dev.c191 struct usb_fifo **ppf; local
240 ppf = cpd->udev->fifo;
241 f = ppf[cpd->fifo_index + USB_FIFO_TX];
256 ppf = cpd->udev->fifo;
257 f = ppf[cpd->fifo_index + USB_FIFO_RX];
/freebsd-10.0-release/sys/dev/usb/controller/
H A Davr32dci.c158 const struct usb_hw_ep_profile **ppf, uint8_t ep_addr)
161 *ppf = avr32dci_ep_profile;
163 *ppf = avr32dci_ep_profile + 1;
165 *ppf = avr32dci_ep_profile + 2;
167 *ppf = avr32dci_ep_profile + 3;
169 *ppf = NULL;
157 avr32dci_get_hw_ep_profile(struct usb_device *udev, const struct usb_hw_ep_profile **ppf, uint8_t ep_addr) argument
H A Duss820dci.c176 const struct usb_hw_ep_profile **ppf, uint8_t ep_addr)
179 *ppf = uss820dci_ep_profile + 0;
181 *ppf = uss820dci_ep_profile + 1;
183 *ppf = uss820dci_ep_profile + 2;
185 *ppf = uss820dci_ep_profile + 3;
187 *ppf = NULL;
175 uss820dci_get_hw_ep_profile(struct usb_device *udev, const struct usb_hw_ep_profile **ppf, uint8_t ep_addr) argument
H A Datmegadci.c138 const struct usb_hw_ep_profile **ppf, uint8_t ep_addr)
141 *ppf = atmegadci_ep_profile;
143 *ppf = atmegadci_ep_profile + 1;
145 *ppf = NULL;
137 atmegadci_get_hw_ep_profile(struct usb_device *udev, const struct usb_hw_ep_profile **ppf, uint8_t ep_addr) argument
H A Dat91dci.c206 const struct usb_hw_ep_profile **ppf, uint8_t ep_addr)
209 *ppf = (at91dci_ep_profile + ep_addr);
211 *ppf = NULL;
205 at91dci_get_hw_ep_profile(struct usb_device *udev, const struct usb_hw_ep_profile **ppf, uint8_t ep_addr) argument
H A Dmusb_otg.c211 const struct usb_hw_ep_profile **ppf, uint8_t ep_addr)
219 *ppf = musbotg_ep_profile;
222 *ppf = sc->sc_hw_ep_profile + ep_addr;
224 *ppf = NULL;
210 musbotg_get_hw_ep_profile(struct usb_device *udev, const struct usb_hw_ep_profile **ppf, uint8_t ep_addr) argument
H A Ddwc_otg.c159 const struct usb_hw_ep_profile **ppf, uint8_t ep_addr)
166 *ppf = &sc->sc_hw_ep_profile[ep_addr].usb;
168 *ppf = NULL;
158 dwc_otg_get_hw_ep_profile(struct usb_device *udev, const struct usb_hw_ep_profile **ppf, uint8_t ep_addr) argument
/freebsd-10.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-pemx-defs.h546 uint64_t ppf : 1; /**< BIST Status for the ppf_fifo */ member in struct:cvmx_pemx_bist_status2::cvmx_pemx_bist_status2_s
548 uint64_t ppf : 1;
H A Dcvmx-pescx-defs.h352 uint64_t ppf : 1; /**< BIST Status for the ppf_fifo */ member in struct:cvmx_pescx_bist_status2::cvmx_pescx_bist_status2_s
354 uint64_t ppf : 1;

Completed in 232 milliseconds