Home
last modified time | relevance | path

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

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