Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wimax/i2400m/
H A 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()
H A Dusb-notif.c211 epd = usb_get_epd(i2400mu->usb_iface, in i2400mu_notification_setup()
H A Dusb-tx.c104 epd = usb_get_epd(i2400mu->usb_iface, i2400mu->endpoint_cfg.bulk_out); in i2400mu_tx()
H A Di2400m.h914 struct usb_endpoint_descriptor *usb_get_epd(struct usb_interface *iface, int ep) in usb_get_epd() function
H A Dusb-rx.c208 epd = usb_get_epd(i2400mu->usb_iface, i2400mu->endpoint_cfg.bulk_in); in i2400mu_rx()
H A Dusb.c161 epd = usb_get_epd(i2400mu->usb_iface, endpoint); in __i2400mu_send_barker()