Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/storage/
Duas.c52 SUBMIT_STATUS_URB = (1 << 1), enumerator
185 (ci->state & SUBMIT_STATUS_URB) ? " s-st" : "", in uas_log_cmd_state()
242 cmdinfo->state |= direction | SUBMIT_STATUS_URB; in uas_xfer_data()
522 if (cmdinfo->state & SUBMIT_STATUS_URB) { in uas_submit_urbs()
526 cmdinfo->state &= ~SUBMIT_STATUS_URB; in uas_submit_urbs()
639 cmdinfo->state = SUBMIT_STATUS_URB | ALLOC_CMD_URB | SUBMIT_CMD_URB; in uas_queuecommand_lck()
659 if (cmdinfo->state & SUBMIT_STATUS_URB) { in uas_queuecommand_lck()