Home
last modified time | relevance | path

Searched refs:ata_port_operations (Results 1 – 25 of 107) sorted by relevance

12345

/Linux-v4.19/drivers/ata/
Dpata_amd.c394 static const struct ata_port_operations amd_base_port_ops = {
399 static struct ata_port_operations amd33_port_ops = {
406 static struct ata_port_operations amd66_port_ops = {
413 static struct ata_port_operations amd100_port_ops = {
420 static struct ata_port_operations amd133_port_ops = {
427 static const struct ata_port_operations nv_base_port_ops = {
435 static struct ata_port_operations nv100_port_ops = {
441 static struct ata_port_operations nv133_port_ops = {
Dpata_legacy.c118 struct ata_port_operations *ops;
234 static const struct ata_port_operations legacy_base_port_ops = {
247 static struct ata_port_operations simple_port_ops = {
252 static struct ata_port_operations legacy_port_ops = {
349 static struct ata_port_operations pdc20230_port_ops = {
382 static struct ata_port_operations ht6560a_port_ops = {
424 static struct ata_port_operations ht6560b_port_ops = {
523 static struct ata_port_operations opti82c611a_port_ops = {
633 static struct ata_port_operations opti82c46x_port_ops = {
745 static struct ata_port_operations qdi6500_port_ops = {
[all …]
Dpata_ali.c366 static struct ata_port_operations ali_early_port_ops = {
373 static const struct ata_port_operations ali_dma_base_ops = {
383 static struct ata_port_operations ali_20_port_ops = {
394 static struct ata_port_operations ali_c2_port_ops = {
405 static struct ata_port_operations ali_c4_port_ops = {
415 static struct ata_port_operations ali_c5_port_ops = {
Dpata_sis.c545 static struct ata_port_operations sis_133_for_sata_ops = {
552 static struct ata_port_operations sis_base_ops = {
557 static struct ata_port_operations sis_133_ops = {
565 static struct ata_port_operations sis_133_early_ops = {
572 static struct ata_port_operations sis_100_ops = {
579 static struct ata_port_operations sis_66_ops = {
586 static struct ata_port_operations sis_old_ops = {
Dpata_cmd64x.c325 static const struct ata_port_operations cmd64x_base_ops = {
331 static struct ata_port_operations cmd64x_port_ops = {
338 static struct ata_port_operations cmd646r1_port_ops = {
346 static struct ata_port_operations cmd646r3_port_ops = {
353 static struct ata_port_operations cmd648_port_ops = {
Dpata_isapnp.c26 static struct ata_port_operations isapnp_port_ops = {
31 static struct ata_port_operations isapnp_noalt_port_ops = {
Dahci.h400 extern struct ata_port_operations ahci_ops;
401 extern struct ata_port_operations ahci_platform_ops;
402 extern struct ata_port_operations ahci_pmp_retry_srst_ops;
Dpata_pcmcia.c152 static struct ata_port_operations pcmcia_port_ops = {
159 static struct ata_port_operations pcmcia_8bit_port_ops = {
207 struct ata_port_operations *ops = &pcmcia_port_ops; in pcmcia_init_one()
Dahci_seattle.c59 static struct ata_port_operations ahci_port_ops = {
70 static struct ata_port_operations ahci_seattle_ops = {
Dpata_gayle.c112 static struct ata_port_operations pata_gayle_a1200_ops = {
121 static struct ata_port_operations pata_gayle_a4000_ops = {
Dsata_via.c132 static struct ata_port_operations svia_base_ops = {
137 static struct ata_port_operations vt6420_sata_ops = {
144 static struct ata_port_operations vt6421_pata_ops = {
151 static struct ata_port_operations vt6421_sata_ops = {
158 static struct ata_port_operations vt8251_ops = {
Dpata_hpt37x.c588 static struct ata_port_operations hpt370_port_ops = {
604 static struct ata_port_operations hpt370a_port_ops = {
614 static struct ata_port_operations hpt302_port_ops = {
630 static struct ata_port_operations hpt372_port_ops = {
640 static struct ata_port_operations hpt374_fn1_port_ops = {
Dpata_netcell.c36 static struct ata_port_operations netcell_ops = {
Dpata_ns87415.c301 static struct ata_port_operations ns87415_pata_ops = {
315 static struct ata_port_operations ns87560_pata_ops = {
Dpata_palmld.c45 static struct ata_port_operations palmld_port_ops = {
Dpata_optidma.c339 static struct ata_port_operations optidma_port_ops = {
348 static struct ata_port_operations optiplus_port_ops = {
Dpata_pdc202xx_old.c297 static struct ata_port_operations pdc2024x_port_ops = {
308 static struct ata_port_operations pdc2026x_port_ops = {
Dpata_artop.c298 static struct ata_port_operations artop6210_ops = {
307 static struct ata_port_operations artop6260_ops = {
Dpata_rz1000.c56 static struct ata_port_operations rz1000_port_ops = {
Dpata_piccolo.c69 static struct ata_port_operations tosh_port_ops = {
Dpata_jmicron.c113 static struct ata_port_operations jmicron_ops = {
Dpata_marvell.c102 static struct ata_port_operations marvell_ops = {
Dpata_serverworks.c263 static struct ata_port_operations serverworks_osb4_port_ops = {
272 static struct ata_port_operations serverworks_csb_port_ops = {
Dpata_sch.c77 static struct ata_port_operations sch_pata_ops = {
/Linux-v4.19/include/linux/
Dlibata.h538 struct ata_port_operations;
619 struct ata_port_operations *ops;
826 struct ata_port_operations *ops;
907 struct ata_port_operations { struct
1010 const struct ata_port_operations *inherits; argument
1019 struct ata_port_operations *port_ops;
1043 extern struct ata_port_operations ata_dummy_port_ops;
1124 extern void ata_host_init(struct ata_host *, struct device *, struct ata_port_operations *);
1344 extern const struct ata_port_operations ata_base_port_ops;
1345 extern const struct ata_port_operations sata_port_ops;
[all …]

12345