Searched defs:cbw (Results 1 – 3 of 3) sorted by relevance
260 static rt_ssize_t _inquiry_cmd(ufunction_t func, ustorage_cbw_t cbw) in _inquiry_cmd()342 static rt_ssize_t _mode_sense_6(ufunction_t func, ustorage_cbw_t cbw) in _mode_sense_6()468 static rt_ssize_t _read_10(ufunction_t func, ustorage_cbw_t cbw) in _read_10()508 static rt_ssize_t _write_10(ufunction_t func, ustorage_cbw_t cbw) in _write_10()545 static rt_ssize_t _verify_10(ufunction_t func, ustorage_cbw_t cbw) in _verify_10()561 ustorage_cbw_t cbw) in _start_stop()662 static void cbw_dump(struct ustorage_cbw* cbw) in cbw_dump()690 ustorage_cbw_t cbw) in _cb_len_calc()754 ustorage_cbw_t cbw) in _cbw_verify()805 ustorage_cbw_t cbw) in _cbw_handler()[all …]
70 static void usbh_msc_cbw_dump(struct CBW *cbw) in usbh_msc_cbw_dump()128 static int usbh_bulk_cbw_csw_xfer(struct usbh_msc *msc_class, struct CBW *cbw, struct CSW *csw, uin… in usbh_bulk_cbw_csw_xfer()187 struct CBW *cbw; in usbh_msc_scsi_testunitready() local202 struct CBW *cbw; in usbh_msc_scsi_requestsense() local220 struct CBW *cbw; in usbh_msc_scsi_inquiry() local238 struct CBW *cbw; in usbh_msc_scsi_readcapacity10() local255 struct CBW *cbw; in usbh_msc_modeswitch() local399 struct CBW *cbw; in usbh_msc_scsi_write10() local418 struct CBW *cbw; in usbh_msc_scsi_read10() local
34 USB_MEM_ALIGNX struct CBW cbw; member
Completed in 216 milliseconds