Home
last modified time | relevance | path

Searched refs:stor (Results 1 – 2 of 2) sorted by relevance

/components/legacy/usb/usbhost/class/
A Dudisk.c146 ustor_t stor; in rt_udisk_control() local
197 ustor_t stor; in rt_udisk_run() local
262 rt_memset(stor->capicity, 0, sizeof(stor->capicity)); in rt_udisk_run()
280 stor->capicity[0] = uswap_32(stor->capicity[0]); in rt_udisk_run()
281 stor->capicity[1] = uswap_32(stor->capicity[1]); in rt_udisk_run()
282 stor->capicity[0] += 1; in rt_udisk_run()
285 stor->capicity[0], stor->capicity[1]); in rt_udisk_run()
345 stor->dev_cnt++; in rt_udisk_run()
393 stor->dev_cnt++; in rt_udisk_run()
425 ustor_t stor; in rt_udisk_stop() local
[all …]
A Dmass.c38 ustor_t stor; in _pipe_check() local
73 rt_kprintf("pipes1 0x%x, 0x%x\n", stor->pipe_in, stor->pipe_out); in _pipe_check()
106 ustor_t stor; in rt_usb_bulk_only_xfer() local
122 size = rt_usb_hcd_pipe_xfer(stor->pipe_out->inst->hcd, stor->pipe_out, in rt_usb_bulk_only_xfer()
132 stor->pipe_out; in rt_usb_bulk_only_xfer()
144 size = rt_usb_hcd_pipe_xfer(stor->pipe_in->inst->hcd, stor->pipe_in, in rt_usb_bulk_only_xfer()
531 ustor_t stor; in rt_usbh_storage_enable() local
550 RT_ASSERT(stor != RT_NULL); in rt_usbh_storage_enable()
586 if(stor->pipe_in == RT_NULL || stor->pipe_out == RT_NULL) in rt_usbh_storage_enable()
609 ustor_t stor; in rt_usbh_storage_disable() local
[all …]

Completed in 4 milliseconds