Searched refs:DATA_DIR_NONE (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/drivers/scsi/pm8001/ |
A D | pm8001_defs.h | 66 DATA_DIR_NONE = 0x0, /* NO TRANSFER */ enumerator
|
A D | pm80xx_hwi.c | 4069 [DMA_NONE] = DATA_DIR_NONE, /* NO TRANSFER */
|
A D | pm8001_hwi.c | 3941 [DMA_NONE] = DATA_DIR_NONE, /* NO TRANSFER */
|
/linux-6.3-rc2/drivers/usb/gadget/function/ |
A D | storage_common.h | 172 DATA_DIR_NONE enumerator
|
A D | f_mass_storage.c | 1551 case DATA_DIR_NONE: in finish_reply() 1730 data_dir = DATA_DIR_NONE; in check_command() 1918 reply = check_command(common, 6, DATA_DIR_NONE, in do_scsi_command() 2042 reply = check_command(common, 6, DATA_DIR_NONE, in do_scsi_command() 2051 reply = check_command(common, 10, DATA_DIR_NONE, in do_scsi_command() 2060 reply = check_command(common, 6, DATA_DIR_NONE, in do_scsi_command() 2071 reply = check_command(common, 10, DATA_DIR_NONE, in do_scsi_command() 2228 common->data_dir = DATA_DIR_NONE; in received_cbw()
|
/linux-6.3-rc2/drivers/scsi/aic94xx/ |
A D | aic94xx_sas.h | 327 #define DATA_DIR_NONE 0x00 macro
|
A D | aic94xx_task.c | 33 [DMA_NONE] = DATA_DIR_NONE, /* NO TRANSFER */
|
Completed in 28 milliseconds