Searched refs:ata_tf_init (Results 1 – 14 of 14) sorted by relevance
/Linux-v5.15/drivers/ata/ |
D | libata-zpodd.c | 44 ata_tf_init(dev, &tf); in eject_tray() 72 ata_tf_init(dev, &tf); in zpodd_get_mech_type()
|
D | libata-pmp.c | 45 ata_tf_init(pmp_dev, &tf); in sata_pmp_read() 81 ata_tf_init(pmp_dev, &tf); in sata_pmp_write()
|
D | ahci_qoriq.c | 127 ata_tf_init(link->device, &tf); in ahci_qoriq_hardreset()
|
D | libata-eh.c | 1373 ata_tf_init(dev, &tf); in atapi_eh_tur() 1418 ata_tf_init(dev, &tf); in ata_eh_request_sense() 1469 ata_tf_init(dev, &tf); in atapi_eh_request_sense() 2884 ata_tf_init(dev, &tf); in ata_eh_park_issue_cmd() 3175 ata_tf_init(dev, &tf); in ata_eh_maybe_retry_flush()
|
D | libata-core.c | 1169 ata_tf_init(dev, &tf); in ata_read_native_max_address() 1222 ata_tf_init(dev, &tf); in ata_set_max_sectors() 1801 ata_tf_init(dev, &tf); in ata_dev_read_id() 2009 ata_tf_init(dev, &tf); in ata_read_log_page() 4261 ata_tf_init(dev, &tf); in ata_dev_set_xfermode() 4306 ata_tf_init(dev, &tf); in ata_dev_set_feature() 4348 ata_tf_init(dev, &tf); in ata_dev_init_params()
|
D | sata_highbank.c | 402 ata_tf_init(link->device, &tf); in ahci_highbank_hardreset()
|
D | ahci_xgene.c | 367 ata_tf_init(link->device, &tf); in xgene_ahci_do_hardreset()
|
D | ahci.c | 736 ata_tf_init(link->device, &tf); in ahci_p5wdh_hardreset() 807 ata_tf_init(link->device, &tf); in ahci_avn_hardreset()
|
D | libata-acpi.c | 553 ata_tf_init(dev, tf); in ata_acpi_gtf_to_tf()
|
D | sata_sil24.c | 671 ata_tf_init(link->device, &tf); /* doesn't really matter */ in sil24_softreset()
|
D | libahci.c | 1417 ata_tf_init(link->device, &tf); in ahci_do_softreset() 1554 ata_tf_init(link->device, &tf); in ahci_do_hardreset()
|
D | sata_fsl.c | 962 ata_tf_init(link->device, &tf); in sata_fsl_softreset()
|
/Linux-v5.15/include/linux/ |
D | libata.h | 1769 static inline void ata_tf_init(struct ata_device *dev, struct ata_taskfile *tf) in ata_tf_init() function 1796 ata_tf_init(qc->dev, &qc->tf); in ata_qc_reinit()
|
/Linux-v5.15/drivers/scsi/hisi_sas/ |
D | hisi_sas_main.c | 1319 ata_tf_init(dev, &tf); in hisi_sas_fill_ata_reset_cmd()
|