Searched refs:ATA_CMD_DEV_RESET (Results 1 - 16 of 16) sorted by relevance
/kernel/linux/linux-5.10/drivers/ide/ |
H A D | ide-eh.c | 356 tp_ops->exec_command(hwif, ATA_CMD_DEV_RESET); in do_reset1()
|
H A D | ide-probe.c | 438 tp_ops->exec_command(hwif, ATA_CMD_DEV_RESET); in do_probe()
|
/kernel/linux/linux-5.10/include/trace/events/ |
H A D | libata.h | 16 ata_opcode_name(ATA_CMD_DEV_RESET), \
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | ata.h | 205 ATA_CMD_DEV_RESET = 0x08, /* ATAPI device reset */ enumerator
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | ata.h | 206 ATA_CMD_DEV_RESET = 0x08, /* ATAPI device reset */ enumerator
|
/kernel/linux/linux-6.6/include/trace/events/ |
H A D | libata.h | 16 ata_opcode_name(ATA_CMD_DEV_RESET), \
|
/kernel/linux/linux-6.6/drivers/scsi/hisi_sas/ |
H A D | hisi_sas_main.c | 66 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()
|
H A D | hisi_sas_v3_hw.c | 513 ((fis.command == ATA_CMD_DEV_RESET) && \ 1452 if ((task->ata_task.fis.command == ATA_CMD_DEV_RESET) && in prep_ata_v3_hw()
|
H A D | hisi_sas_v2_hw.c | 2537 if ((task->ata_task.fis.command == ATA_CMD_DEV_RESET) && in prep_ata_v2_hw()
|
/kernel/linux/linux-5.10/drivers/usb/storage/ |
H A D | isd200.c | 538 ata.write.CommandByte = ATA_CMD_DEV_RESET; in isd200_action()
|
/kernel/linux/linux-6.6/drivers/usb/storage/ |
H A D | isd200.c | 538 ata.write.CommandByte = ATA_CMD_DEV_RESET; in isd200_action()
|
/kernel/linux/linux-5.10/drivers/scsi/hisi_sas/ |
H A D | hisi_sas_v3_hw.c | 484 ((fis.command == ATA_CMD_DEV_RESET) && \ 1397 if ((task->ata_task.fis.command == ATA_CMD_DEV_RESET) && in prep_ata_v3_hw()
|
H A D | hisi_sas_main.c | 68 case ATA_CMD_DEV_RESET: in hisi_sas_get_ata_protocol() 1320 tf.command = ATA_CMD_DEV_RESET; in hisi_sas_fill_ata_reset_cmd()
|
H A D | hisi_sas_v2_hw.c | 2536 if ((task->ata_task.fis.command == ATA_CMD_DEV_RESET) && in prep_ata_v2_hw()
|
/kernel/linux/linux-5.10/drivers/ata/ |
H A D | libata-eh.c | 2107 { ATA_CMD_DEV_RESET, "DEVICE RESET" }, in ata_get_cmd_descript()
|
/kernel/linux/linux-6.6/drivers/ata/ |
H A D | libata-eh.c | 2215 { ATA_CMD_DEV_RESET, "DEVICE RESET" }, in ata_get_cmd_name()
|
Completed in 52 milliseconds