Searched refs:DATA_DIR_NONE (Results 1 – 4 of 4) sorted by relevance
/drivers/usb/gadget/ |
D | f_mass_storage.c | 299 DATA_DIR_NONE enumerator 1560 case DATA_DIR_NONE: in finish_reply() 1703 data_dir = DATA_DIR_NONE; in check_command() 1866 if ((reply = check_command(fsg, 6, DATA_DIR_NONE, in do_scsi_command() 1923 if ((reply = check_command(fsg, 6, DATA_DIR_NONE, in do_scsi_command() 1931 if ((reply = check_command(fsg, 10, DATA_DIR_NONE, in do_scsi_command() 1939 reply = check_command(fsg, 6, DATA_DIR_NONE, in do_scsi_command() 1948 if ((reply = check_command(fsg, 10, DATA_DIR_NONE, in do_scsi_command() 2059 fsg->data_dir = DATA_DIR_NONE; in received_cbw()
|
D | file_storage.c | 640 DATA_DIR_NONE enumerator 2511 case DATA_DIR_NONE: in finish_reply() 2731 data_dir = DATA_DIR_NONE; in check_command() 2906 if ((reply = check_command(fsg, 6, DATA_DIR_NONE, in do_scsi_command() 2983 if ((reply = check_command(fsg, 6, DATA_DIR_NONE, in do_scsi_command() 2991 if ((reply = check_command(fsg, 10, DATA_DIR_NONE, in do_scsi_command() 2999 reply = check_command(fsg, 6, DATA_DIR_NONE, in do_scsi_command() 3008 if ((reply = check_command(fsg, 10, DATA_DIR_NONE, in do_scsi_command() 3137 fsg->data_dir = DATA_DIR_NONE; in received_cbw()
|
/drivers/scsi/aic94xx/ |
D | aic94xx_sas.h | 382 #define DATA_DIR_NONE 0x00 macro
|
D | aic94xx_task.c | 51 [PCI_DMA_NONE] = DATA_DIR_NONE, /* NO TRANSFER */
|