Searched refs:DATA_DIR_NONE (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/drivers/scsi/pm8001/ |
D | pm8001_defs.h | 66 DATA_DIR_NONE = 0x0, /* NO TRANSFER */ enumerator
|
D | pm8001_hwi.c | 4204 [PCI_DMA_NONE] = DATA_DIR_NONE,/* NO TRANSFER */
|
D | pm80xx_hwi.c | 3793 [PCI_DMA_NONE] = DATA_DIR_NONE,/* NO TRANSFER */
|
/Linux-v4.19/drivers/usb/gadget/function/ |
D | storage_common.h | 172 DATA_DIR_NONE enumerator
|
D | f_mass_storage.c | 1494 case DATA_DIR_NONE: in finish_reply() 1673 data_dir = DATA_DIR_NONE; in check_command() 1861 reply = check_command(common, 6, DATA_DIR_NONE, in do_scsi_command() 1955 reply = check_command(common, 6, DATA_DIR_NONE, in do_scsi_command() 1964 reply = check_command(common, 10, DATA_DIR_NONE, in do_scsi_command() 1973 reply = check_command(common, 6, DATA_DIR_NONE, in do_scsi_command() 1984 reply = check_command(common, 10, DATA_DIR_NONE, in do_scsi_command() 2131 common->data_dir = DATA_DIR_NONE; in received_cbw()
|
/Linux-v4.19/drivers/scsi/aic94xx/ |
D | aic94xx_sas.h | 345 #define DATA_DIR_NONE 0x00 macro
|
D | aic94xx_task.c | 51 [PCI_DMA_NONE] = DATA_DIR_NONE, /* NO TRANSFER */
|