Searched refs:DATA_DIR_NONE (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/pm8001/ |
H A D | pm8001_defs.h | 66 DATA_DIR_NONE = 0x0, /* NO TRANSFER */ enumerator
|
H A D | pm8001_hwi.c | 4060 [DMA_NONE] = DATA_DIR_NONE, /* NO TRANSFER */
|
H A D | pm80xx_hwi.c | 4138 [DMA_NONE] = DATA_DIR_NONE, /* NO TRANSFER */
|
/kernel/linux/linux-6.6/drivers/scsi/pm8001/ |
H A D | pm8001_defs.h | 66 DATA_DIR_NONE = 0x0, /* NO TRANSFER */ enumerator
|
H A D | pm8001_hwi.c | 3942 [DMA_NONE] = DATA_DIR_NONE, /* NO TRANSFER */
|
H A D | pm80xx_hwi.c | 4106 [DMA_NONE] = DATA_DIR_NONE, /* NO TRANSFER */
|
/kernel/linux/linux-5.10/drivers/usb/gadget/function/ |
H A D | f_mass_storage.c | 1518 case DATA_DIR_NONE: in finish_reply() 1697 data_dir = DATA_DIR_NONE; in check_command() 1885 reply = check_command(common, 6, DATA_DIR_NONE, in do_scsi_command() 1979 reply = check_command(common, 6, DATA_DIR_NONE, in do_scsi_command() 1988 reply = check_command(common, 10, DATA_DIR_NONE, in do_scsi_command() 1997 reply = check_command(common, 6, DATA_DIR_NONE, in do_scsi_command() 2008 reply = check_command(common, 10, DATA_DIR_NONE, in do_scsi_command() 2154 common->data_dir = DATA_DIR_NONE; in received_cbw()
|
H A D | storage_common.h | 172 DATA_DIR_NONE enumerator
|
/kernel/linux/linux-6.6/drivers/usb/gadget/function/ |
H A D | f_mass_storage.c | 1567 case DATA_DIR_NONE: in finish_reply() 1746 data_dir = DATA_DIR_NONE; in check_command() 1934 reply = check_command(common, 6, DATA_DIR_NONE, in do_scsi_command() 2058 reply = check_command(common, 6, DATA_DIR_NONE, in do_scsi_command() 2067 reply = check_command(common, 10, DATA_DIR_NONE, in do_scsi_command() 2076 reply = check_command(common, 6, DATA_DIR_NONE, in do_scsi_command() 2087 reply = check_command(common, 10, DATA_DIR_NONE, in do_scsi_command() 2244 common->data_dir = DATA_DIR_NONE; in received_cbw()
|
H A D | storage_common.h | 172 DATA_DIR_NONE enumerator
|
/kernel/linux/linux-5.10/drivers/scsi/aic94xx/ |
H A D | aic94xx_sas.h | 327 #define DATA_DIR_NONE 0x00 macro
|
H A D | aic94xx_task.c | 33 [DMA_NONE] = DATA_DIR_NONE, /* NO TRANSFER */
|
/kernel/linux/linux-6.6/drivers/scsi/aic94xx/ |
H A D | aic94xx_sas.h | 327 #define DATA_DIR_NONE 0x00 macro
|
H A D | aic94xx_task.c | 33 [DMA_NONE] = DATA_DIR_NONE, /* NO TRANSFER */
|
Completed in 40 milliseconds