Searched refs:ata_tf_init (Results 1 – 13 of 13) sorted by relevance
/linux-4.4.14/drivers/ata/ |
D | libata-zpodd.c | 43 ata_tf_init(dev, &tf); in eject_tray() 66 ata_tf_init(dev, &tf); in zpodd_get_mech_type()
|
D | ahci_qoriq.c | 102 ata_tf_init(link->device, &tf); in ahci_qoriq_hardreset()
|
D | libata-pmp.c | 46 ata_tf_init(pmp_dev, &tf); in sata_pmp_read() 82 ata_tf_init(pmp_dev, &tf); in sata_pmp_write()
|
D | libata-eh.c | 1523 ata_tf_init(dev, &tf); in ata_read_log_page() 1626 ata_tf_init(dev, &tf); in atapi_eh_tur() 1672 ata_tf_init(dev, &tf); in atapi_eh_request_sense() 3079 ata_tf_init(dev, &tf); in ata_eh_park_issue_cmd() 3370 ata_tf_init(dev, &tf); in ata_eh_maybe_retry_flush()
|
D | ahci_xgene.c | 380 ata_tf_init(link->device, &tf); in xgene_ahci_do_hardreset()
|
D | sata_highbank.c | 416 ata_tf_init(link->device, &tf); in ahci_highbank_hardreset()
|
D | ahci.c | 699 ata_tf_init(link->device, &tf); in ahci_p5wdh_hardreset() 770 ata_tf_init(link->device, &tf); in ahci_avn_hardreset()
|
D | libata-core.c | 1228 ata_tf_init(dev, &tf); in ata_read_native_max_address() 1281 ata_tf_init(dev, &tf); in ata_set_max_sectors() 1865 ata_tf_init(dev, &tf); in ata_dev_read_id() 4488 ata_tf_init(dev, &tf); in ata_dev_set_xfermode() 4532 ata_tf_init(dev, &tf); in ata_dev_set_feature() 4571 ata_tf_init(dev, &tf); in ata_dev_init_params()
|
D | libata-acpi.c | 552 ata_tf_init(dev, tf); in ata_acpi_gtf_to_tf()
|
D | sata_sil24.c | 678 ata_tf_init(link->device, &tf); /* doesn't really matter */ in sil24_softreset()
|
D | libahci.c | 1331 ata_tf_init(link->device, &tf); in ahci_do_softreset() 1469 ata_tf_init(link->device, &tf); in ahci_hardreset()
|
D | sata_fsl.c | 971 ata_tf_init(link->device, &tf); in sata_fsl_softreset()
|
/linux-4.4.14/include/linux/ |
D | libata.h | 1675 static inline void ata_tf_init(struct ata_device *dev, struct ata_taskfile *tf) in ata_tf_init() function 1702 ata_tf_init(qc->dev, &qc->tf); in ata_qc_reinit()
|