Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/storage/
H A Duas.c52 SUBMIT_STATUS_URB = BIT(1), enumerator
212 (ci->state & SUBMIT_STATUS_URB) ? " s-st" : "", in uas_log_cmd_state()
269 cmdinfo->state |= direction | SUBMIT_STATUS_URB; in uas_xfer_data()
566 if (cmdinfo->state & SUBMIT_STATUS_URB) { in uas_submit_urbs()
570 cmdinfo->state &= ~SUBMIT_STATUS_URB; in uas_submit_urbs()
682 cmdinfo->state = SUBMIT_STATUS_URB | ALLOC_CMD_URB | SUBMIT_CMD_URB; in uas_queuecommand_lck()
713 if (cmdinfo->state & SUBMIT_STATUS_URB) { in uas_queuecommand_lck()