Searched refs:usb_get_epd (Results 1 – 6 of 6) sorted by relevance
102 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()
104 epd = usb_get_epd(i2400mu->usb_iface, I2400MU_EP_BULK_OUT); in i2400mu_tx()
223 epd = usb_get_epd(i2400mu->usb_iface, I2400MU_EP_NOTIFICATION); in i2400mu_notification_setup()
726 struct usb_endpoint_descriptor *usb_get_epd(struct usb_interface *iface, int ep) in usb_get_epd() function
207 epd = usb_get_epd(i2400mu->usb_iface, I2400MU_EP_BULK_IN); in i2400mu_rx()
153 epd = usb_get_epd(i2400mu->usb_iface, endpoint); in __i2400mu_send_barker()