Searched refs:sff_exec_command (Results  1 – 21 of 21) sorted by relevance
| /Linux-v5.4/drivers/ata/ | 
| D | pata_pdc202xx_old.c | 305 	.sff_exec_command	= pdc202xx_exec_command,321 	.sff_exec_command	= pdc202xx_exec_command,
 
 | 
| D | sata_svw.c | 250 		ap->ops->sff_exec_command(ap, &qc->tf);  in k2_bmdma_setup_mmio()294 		ap->ops->sff_exec_command(ap, &qc->tf);  in k2_bmdma_start_mmio()
 
 | 
| D | pata_ns87415.c | 141 	ap->ops->sff_exec_command(ap, &qc->tf);  in ns87415_bmdma_setup()
 | 
| D | pata_pxa.c | 74 	qc->ap->ops->sff_exec_command(qc->ap, &qc->tf);  in pxa_bmdma_setup()
 | 
| D | pata_sil680.c | 237 	.sff_exec_command	= sil680_sff_exec_command,
 | 
| D | pata_ep93xx.c | 768 	qc->ap->ops->sff_exec_command(qc->ap, &qc->tf);  in ep93xx_pata_dma_setup()898 	.sff_exec_command	= ep93xx_pata_exec_command,
 
 | 
| D | sata_rcar.c | 585 	ap->ops->sff_exec_command(ap, &qc->tf);  in sata_rcar_bmdma_setup()663 	.sff_exec_command	= sata_rcar_exec_command,
 
 | 
| D | pata_octeon_cf.c | 550 	ap->ops->sff_exec_command(ap, &qc->tf);  in octeon_cf_dma_setup()985 		octeon_cf_ops.sff_exec_command	= octeon_cf_exec_command16;  in octeon_cf_probe()
 
 | 
| D | pata_icside.c | 242 	ap->ops->sff_exec_command(ap, &qc->tf);  in pata_icside_bmdma_setup()
 | 
| D | pata_samsung_cf.c | 429 	.sff_exec_command	= pata_s3c_exec_command,
 | 
| D | sata_sil.c | 273 	ap->ops->sff_exec_command(ap, &qc->tf);  in sil_bmdma_setup()
 | 
| D | libata-sff.c | 49 	.sff_exec_command	= ata_sff_exec_command,524 	ap->ops->sff_exec_command(ap, tf);  in ata_tf_to_host()
 2962 	ap->ops->sff_exec_command(ap, &qc->tf);  in ata_bmdma_setup()
 
 | 
| D | pata_arasan_cf.c | 682 	ap->ops->sff_exec_command(ap, tf);  in arasan_cf_dma_start()
 | 
| D | pata_mpc52xx.c | 552 	ap->ops->sff_exec_command(ap, &qc->tf);  in mpc52xx_bmdma_setup()
 | 
| D | pata_macio.c | 617 	ap->ops->sff_exec_command(ap, &qc->tf);  in pata_macio_bmdma_setup()
 | 
| D | sata_promise.c | 172 	.sff_exec_command	= pdc_exec_command_mmio,
 | 
| D | sata_sx4.c | 252 	.sff_exec_command	= pdc_exec_command_mmio,
 | 
| D | sata_nv.c | 2019 	ap->ops->sff_exec_command(ap, &qc->tf);  in nv_swncq_issue_atacmd()
 | 
| D | sata_mv.c | 1899 	ap->ops->sff_exec_command(ap, &qc->tf);  in mv_bmdma_setup()
 | 
| /Linux-v5.4/include/linux/ | 
| D | libata.h | 957 	void (*sff_exec_command)(struct ata_port *ap,  member
 | 
| /Linux-v5.4/Documentation/driver-api/ | 
| D | libata.rst | 128     void (*sff_exec_command)(struct ata_port *ap, struct ata_taskfile *tf);
 |