Searched refs:ata_exec_command (Results 1 – 13 of 13) sorted by relevance
/linux-2.4.37.9/drivers/scsi/ |
D | ata_piix.c | 198 .exec_command = ata_exec_command, 226 .exec_command = ata_exec_command,
|
D | sata_uli.c | 99 .exec_command = ata_exec_command,
|
D | sata_sis.c | 110 .exec_command = ata_exec_command,
|
D | sata_via.c | 119 .exec_command = ata_exec_command,
|
D | sata_vsc.c | 245 .exec_command = ata_exec_command,
|
D | sata_sil.c | 159 .exec_command = ata_exec_command,
|
D | sata_svw.c | 315 .exec_command = ata_exec_command,
|
D | sata_nv.c | 245 .exec_command = ata_exec_command,
|
D | sata_promise.c | 563 ata_exec_command(ap, tf); in pdc_exec_command_mmio()
|
D | sata_qstor.c | 157 .exec_command = ata_exec_command,
|
D | sata_sx4.c | 913 ata_exec_command(ap, tf); in pdc_exec_command_mmio()
|
D | libata-core.c | 286 void ata_exec_command(struct ata_port *ap, const struct ata_taskfile *tf) in ata_exec_command() function 4933 EXPORT_SYMBOL_GPL(ata_exec_command);
|
/linux-2.4.37.9/include/linux/ |
D | libata.h | 460 extern void ata_exec_command(struct ata_port *ap, const struct ata_taskfile *tf);
|