Home
last modified time | relevance | path

Searched refs:ata_sff_exec_command (Results 1 – 6 of 6) sorted by relevance

/linux-6.1.9/drivers/ata/
Dlibata-sff.c45 .sff_exec_command = ata_sff_exec_command,
487 void ata_sff_exec_command(struct ata_port *ap, const struct ata_taskfile *tf) in ata_sff_exec_command() function
492 EXPORT_SYMBOL_GPL(ata_sff_exec_command);
Dsata_promise.c1035 ata_sff_exec_command(ap, tf); in pdc_exec_command_mmio()
Dsata_dwc_460ex.c944 ata_sff_exec_command(ap, tf); in sata_dwc_exec_command_by_tag()
Dsata_sx4.c915 ata_sff_exec_command(ap, tf); in pdc_exec_command_mmio()
/linux-6.1.9/include/linux/
Dlibata.h1921 extern void ata_sff_exec_command(struct ata_port *ap,
/linux-6.1.9/Documentation/driver-api/
Dlibata.rst133 :c:func:`ata_sff_exec_command` for this hook.