Home
last modified time | relevance | path

Searched refs:ATA_CMD_DEV_RESET (Results 1 – 7 of 7) sorted by relevance

/Linux-v6.1/include/linux/
Data.h206 ATA_CMD_DEV_RESET = 0x08, /* ATAPI device reset */ enumerator
/Linux-v6.1/include/trace/events/
Dlibata.h16 ata_opcode_name(ATA_CMD_DEV_RESET), \
/Linux-v6.1/drivers/usb/storage/
Disd200.c538 ata.write.CommandByte = ATA_CMD_DEV_RESET; in isd200_action()
/Linux-v6.1/drivers/scsi/hisi_sas/
Dhisi_sas_main.c66 case ATA_CMD_DEV_RESET: in hisi_sas_get_ata_protocol()
1258 tf.command = ATA_CMD_DEV_RESET; in hisi_sas_fill_ata_reset_cmd()
Dhisi_sas_v3_hw.c498 ((fis.command == ATA_CMD_DEV_RESET) && \
1411 if ((task->ata_task.fis.command == ATA_CMD_DEV_RESET) && in prep_ata_v3_hw()
Dhisi_sas_v2_hw.c2527 if ((task->ata_task.fis.command == ATA_CMD_DEV_RESET) && in prep_ata_v2_hw()
/Linux-v6.1/drivers/ata/
Dlibata-eh.c2095 { ATA_CMD_DEV_RESET, "DEVICE RESET" }, in ata_get_cmd_name()