Lines Matching full:interface

23  * This function will do USBREQ_GET_MAX_LUN request for the usb interface instance.
25 * @param intf the interface instance.
40 rt_kprintf("the interface is not available\n"); in _pipe_check()
44 /* get usb device instance from the interface instance */ in _pipe_check()
47 /* get storage instance from the interface instance */ in _pipe_check()
88 * This function will do USBREQ_GET_MAX_LUN request for the usb interface instance.
90 * @param intf the interface instance.
108 rt_kprintf("the interface is not available\n"); in rt_usb_bulk_only_xfer()
112 /* get storage instance from the interface instance */ in rt_usb_bulk_only_xfer()
182 * This function will do USBREQ_GET_MAX_LUN request for the usb interface instance.
184 * @param intf the interface instance.
197 rt_kprintf("the interface is not available\n"); in rt_usbh_storage_get_max_lun()
205 /* get usb device instance from the interface instance */ in rt_usbh_storage_get_max_lun()
233 * This function will do USBREQ_MASS_STORAGE_RESET request for the usb interface instance.
235 * @param intf the interface instance.
248 rt_kprintf("the interface is not available\n"); in rt_usbh_storage_reset()
255 /* get usb device instance from the interface instance */ in rt_usbh_storage_reset()
280 * @param intf the interface instance.
295 rt_kprintf("interface is not available\n"); in rt_usbh_storage_read10()
326 * @param intf the interface instance.
341 rt_kprintf("the interface is not available\n"); in rt_usbh_storage_write10()
372 * @param intf the interface instance.
385 rt_kprintf("the interface is not available\n"); in rt_usbh_storage_request_sense()
409 * @param intf the interface instance.
421 rt_kprintf("the interface is not available\n"); in rt_usbh_storage_test_unit_ready()
444 * @param intf the interface instance.
457 rt_kprintf("the interface is not available\n"); in rt_usbh_storage_inquiry()
481 * @param intf the interface instance.
494 rt_kprintf("the interface is not available\n"); in rt_usbh_storage_get_capacity()
533 rt_kprintf("the interface is not available\n"); in rt_usbh_storage_enable()
556 /* get endpoint descriptor from interface descriptor */ in rt_usbh_storage_enable()
615 /* get storage instance from interface instance */ in rt_usbh_storage_disable()