Searched refs:sff_exec_command (Results 1 – 17 of 17) sorted by relevance
/linux/drivers/ata/ |
H A D | pata_pdc202xx_old.c | 303 .sff_exec_command = pdc202xx_exec_command, 319 .sff_exec_command = pdc202xx_exec_command,
|
H A D | sata_svw.c | 251 ap->ops->sff_exec_command(ap, &qc->tf); in k2_bmdma_setup_mmio() 295 ap->ops->sff_exec_command(ap, &qc->tf); in k2_bmdma_start_mmio()
|
H A D | pata_ns87415.c | 140 ap->ops->sff_exec_command(ap, &qc->tf); in ns87415_bmdma_setup()
|
H A D | pata_sil680.c | 233 .sff_exec_command = sil680_sff_exec_command,
|
H A D | pata_ep93xx.c | 764 qc->ap->ops->sff_exec_command(qc->ap, &qc->tf); in ep93xx_pata_dma_setup() 891 .sff_exec_command = ep93xx_pata_exec_command,
|
H A D | pata_octeon_cf.c | 526 ap->ops->sff_exec_command(ap, &qc->tf); in octeon_cf_dma_setup() 949 octeon_cf_ops.sff_exec_command = octeon_cf_exec_command16; in octeon_cf_probe()
|
H A D | pata_icside.c | 247 ap->ops->sff_exec_command(ap, &qc->tf); in pata_icside_bmdma_setup()
|
H A D | sata_sil.c | 273 ap->ops->sff_exec_command(ap, &qc->tf); in sil_bmdma_setup()
|
H A D | pata_mpc52xx.c | 554 ap->ops->sff_exec_command(ap, &qc->tf); in mpc52xx_bmdma_setup()
|
H A D | pata_macio.c | 636 ap->ops->sff_exec_command(ap, &qc->tf); in pata_macio_bmdma_setup()
|
H A D | sata_promise.c | 171 .sff_exec_command = pdc_exec_command_mmio,
|
H A D | sata_sx4.c | 252 .sff_exec_command = pdc_exec_command_mmio,
|
H A D | sata_nv.c | 2018 ap->ops->sff_exec_command(ap, &qc->tf); in nv_swncq_issue_atacmd()
|
H A D | sata_mv.c | 1864 ap->ops->sff_exec_command(ap, &qc->tf); in mv_bmdma_setup()
|
/linux/drivers/ata/pata_parport/ |
H A D | pata_parport.c | 333 .sff_exec_command = pata_parport_exec_command,
|
/linux/include/linux/ |
H A D | libata.h | 1013 void (*sff_exec_command)(struct ata_port *ap, member
|
/linux/Documentation/driver-api/ |
H A D | libata.rst | 112 void (*sff_exec_command)(struct ata_port *ap, struct ata_taskfile *tf);
|