Searched refs:DATA_DIR_NONE (Results 1 – 7 of 7) sorted by relevance
/linux-3.4.99/drivers/scsi/pm8001/ |
D | pm8001_defs.h | 56 DATA_DIR_NONE = 0x0, /* NO TRANSFER */ enumerator
|
D | pm8001_hwi.c | 3907 [PCI_DMA_NONE] = DATA_DIR_NONE,/* NO TRANSFER */
|
/linux-3.4.99/drivers/usb/gadget/ |
D | f_mass_storage.c | 1644 case DATA_DIR_NONE: in finish_reply() 1825 data_dir = DATA_DIR_NONE; in check_command() 2014 reply = check_command(common, 6, DATA_DIR_NONE, in do_scsi_command() 2108 reply = check_command(common, 6, DATA_DIR_NONE, in do_scsi_command() 2117 reply = check_command(common, 10, DATA_DIR_NONE, in do_scsi_command() 2126 reply = check_command(common, 6, DATA_DIR_NONE, in do_scsi_command() 2137 reply = check_command(common, 10, DATA_DIR_NONE, in do_scsi_command() 2283 common->data_dir = DATA_DIR_NONE; in received_cbw()
|
D | file_storage.c | 2023 case DATA_DIR_NONE: in finish_reply() 2245 data_dir = DATA_DIR_NONE; in check_command() 2428 if ((reply = check_command(fsg, 6, DATA_DIR_NONE, in do_scsi_command() 2508 if ((reply = check_command(fsg, 6, DATA_DIR_NONE, in do_scsi_command() 2516 if ((reply = check_command(fsg, 10, DATA_DIR_NONE, in do_scsi_command() 2524 reply = check_command(fsg, 6, DATA_DIR_NONE, in do_scsi_command() 2533 if ((reply = check_command(fsg, 10, DATA_DIR_NONE, in do_scsi_command() 2665 fsg->data_dir = DATA_DIR_NONE; in received_cbw()
|
D | storage_common.c | 304 DATA_DIR_NONE enumerator
|
/linux-3.4.99/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 */
|