Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/wimax/i2400m/
Dusb-fw.c103 epd = usb_get_epd(i2400mu->usb_iface, i2400mu->endpoint_cfg.bulk_out); in i2400mu_tx_bulk_out()
252 epd = usb_get_epd(i2400mu->usb_iface, in i2400mu_notif_submit()
Dusb-notif.c213 epd = usb_get_epd(i2400mu->usb_iface, in i2400mu_notification_setup()
Dusb-tx.c104 epd = usb_get_epd(i2400mu->usb_iface, i2400mu->endpoint_cfg.bulk_out); in i2400mu_tx()
Di2400m.h920 struct usb_endpoint_descriptor *usb_get_epd(struct usb_interface *iface, int ep) in usb_get_epd() function
Dusb-rx.c208 epd = usb_get_epd(i2400mu->usb_iface, i2400mu->endpoint_cfg.bulk_in); in i2400mu_rx()
Dusb.c176 epd = usb_get_epd(i2400mu->usb_iface, endpoint); in __i2400mu_send_barker()