Lines Matching defs:intf
34 static rt_err_t _pipe_check(struct uhintf* intf, upipe_t pipe) in _pipe_check()
99 static rt_err_t rt_usb_bulk_only_xfer(struct uhintf* intf, in rt_usb_bulk_only_xfer()
193 rt_err_t rt_usbh_storage_get_max_lun(struct uhintf* intf, rt_uint8_t* max_lun) in rt_usbh_storage_get_max_lun()
243 rt_err_t rt_usbh_storage_reset(struct uhintf* intf) in rt_usbh_storage_reset()
291 rt_err_t rt_usbh_storage_read10(struct uhintf* intf, rt_uint8_t *buffer, in rt_usbh_storage_read10()
337 rt_err_t rt_usbh_storage_write10(struct uhintf* intf, rt_uint8_t *buffer, in rt_usbh_storage_write10()
381 rt_err_t rt_usbh_storage_request_sense(struct uhintf* intf, rt_uint8_t* buffer) in rt_usbh_storage_request_sense()
417 rt_err_t rt_usbh_storage_test_unit_ready(struct uhintf* intf) in rt_usbh_storage_test_unit_ready()
453 rt_err_t rt_usbh_storage_inquiry(struct uhintf* intf, rt_uint8_t* buffer) in rt_usbh_storage_inquiry()
490 rt_err_t rt_usbh_storage_get_capacity(struct uhintf* intf, rt_uint8_t* buffer) in rt_usbh_storage_get_capacity()
532 struct uhintf* intf = (struct uhintf*)arg; in rt_usbh_storage_enable() local
610 struct uhintf* intf = (struct uhintf*)arg; in rt_usbh_storage_disable() local