Home
last modified time | relevance | path

Searched refs:DATA_DIR_NONE (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/scsi/pm8001/
H A Dpm8001_defs.h66 DATA_DIR_NONE = 0x0, /* NO TRANSFER */ enumerator
H A Dpm80xx_hwi.c4147 [DMA_NONE] = DATA_DIR_NONE, /* NO TRANSFER */
H A Dpm8001_hwi.c3886 [DMA_NONE] = DATA_DIR_NONE, /* NO TRANSFER */
/linux/drivers/usb/gadget/function/
H A Df_mass_storage.c1568 case DATA_DIR_NONE: in finish_reply()
1747 data_dir = DATA_DIR_NONE; in check_command()
1942 reply = check_command(common, 6, DATA_DIR_NONE, in do_scsi_command()
2066 reply = check_command(common, 6, DATA_DIR_NONE, in do_scsi_command()
2075 reply = check_command(common, 10, DATA_DIR_NONE, in do_scsi_command()
2084 reply = check_command(common, 6, DATA_DIR_NONE, in do_scsi_command()
2095 reply = check_command(common, 10, DATA_DIR_NONE, in do_scsi_command()
2252 common->data_dir = DATA_DIR_NONE; in received_cbw()
/linux/drivers/scsi/aic94xx/
H A Daic94xx_sas.h327 #define DATA_DIR_NONE 0x00 macro