Home
last modified time | relevance | path

Searched refs:usb_get_epd (Results 1 – 6 of 6) sorted by relevance

/drivers/net/wimax/i2400m/
Dusb-fw.c102 epd = usb_get_epd(i2400mu->usb_iface, I2400MU_EP_BULK_OUT); in i2400mu_tx_bulk_out()
229 epd = usb_get_epd(i2400mu->usb_iface, I2400MU_EP_NOTIFICATION); in i2400mu_notif_submit()
Dusb-tx.c104 epd = usb_get_epd(i2400mu->usb_iface, I2400MU_EP_BULK_OUT); in i2400mu_tx()
Dusb-notif.c223 epd = usb_get_epd(i2400mu->usb_iface, I2400MU_EP_NOTIFICATION); in i2400mu_notification_setup()
Di2400m.h726 struct usb_endpoint_descriptor *usb_get_epd(struct usb_interface *iface, int ep) in usb_get_epd() function
Dusb-rx.c207 epd = usb_get_epd(i2400mu->usb_iface, I2400MU_EP_BULK_IN); in i2400mu_rx()
Dusb.c153 epd = usb_get_epd(i2400mu->usb_iface, endpoint); in __i2400mu_send_barker()