Lines Matching defs:intf
30 static rt_err_t _pipe_check(struct uhintf* intf, upipe_t pipe) in _pipe_check()
95 static rt_err_t rt_usb_bulk_only_xfer(struct uhintf* intf, in rt_usb_bulk_only_xfer()
189 rt_err_t rt_usbh_storage_get_max_lun(struct uhintf* intf, rt_uint8_t* max_lun) in rt_usbh_storage_get_max_lun()
239 rt_err_t rt_usbh_storage_reset(struct uhintf* intf) in rt_usbh_storage_reset()
287 rt_err_t rt_usbh_storage_read10(struct uhintf* intf, rt_uint8_t *buffer, in rt_usbh_storage_read10()
333 rt_err_t rt_usbh_storage_write10(struct uhintf* intf, rt_uint8_t *buffer, in rt_usbh_storage_write10()
377 rt_err_t rt_usbh_storage_request_sense(struct uhintf* intf, rt_uint8_t* buffer) in rt_usbh_storage_request_sense()
413 rt_err_t rt_usbh_storage_test_unit_ready(struct uhintf* intf) in rt_usbh_storage_test_unit_ready()
449 rt_err_t rt_usbh_storage_inquiry(struct uhintf* intf, rt_uint8_t* buffer) in rt_usbh_storage_inquiry()
486 rt_err_t rt_usbh_storage_get_capacity(struct uhintf* intf, rt_uint8_t* buffer) in rt_usbh_storage_get_capacity()
528 struct uhintf* intf = (struct uhintf*)arg; in rt_usbh_storage_enable() local
606 struct uhintf* intf = (struct uhintf*)arg; in rt_usbh_storage_disable() local