Home
last modified time | relevance | path

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

12345

/linux/drivers/ata/
A Dpata_legacy.c163 struct ata_port_operations *ops;
270 static struct ata_port_operations simple_port_ops = {
275 static struct ata_port_operations legacy_port_ops = {
373 static struct ata_port_operations pdc20230_port_ops = {
406 static struct ata_port_operations ht6560a_port_ops = {
448 static struct ata_port_operations ht6560b_port_ops = {
770 static struct ata_port_operations qdi6500_port_ops = {
777 static struct ata_port_operations qdi6580_port_ops = {
783 static struct ata_port_operations qdi6580dp_port_ops = {
855 static struct ata_port_operations winbond_port_ops = {
[all …]
A Dpata_amd.c395 static const struct ata_port_operations amd_base_port_ops = {
400 static struct ata_port_operations amd33_port_ops = {
407 static struct ata_port_operations amd66_port_ops = {
414 static struct ata_port_operations amd100_port_ops = {
421 static struct ata_port_operations amd133_port_ops = {
428 static const struct ata_port_operations nv_base_port_ops = {
436 static struct ata_port_operations nv100_port_ops = {
442 static struct ata_port_operations nv133_port_ops = {
A 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 = {
A Dpata_sis.c546 static struct ata_port_operations sis_133_for_sata_ops = {
553 static struct ata_port_operations sis_base_ops = {
558 static struct ata_port_operations sis_133_ops = {
566 static struct ata_port_operations sis_133_early_ops = {
573 static struct ata_port_operations sis_100_ops = {
580 static struct ata_port_operations sis_66_ops = {
587 static struct ata_port_operations sis_old_ops = {
A Dpata_cmd64x.c326 static const struct ata_port_operations cmd64x_base_ops = {
332 static struct ata_port_operations cmd64x_port_ops = {
339 static struct ata_port_operations cmd646r1_port_ops = {
347 static struct ata_port_operations cmd646r3_port_ops = {
354 static struct ata_port_operations cmd648_port_ops = {
A Dpata_isapnp.c27 static struct ata_port_operations isapnp_port_ops = {
32 static struct ata_port_operations isapnp_noalt_port_ops = {
A Dpata_pcmcia.c139 static struct ata_port_operations pcmcia_port_ops = {
146 static struct ata_port_operations pcmcia_8bit_port_ops = {
194 struct ata_port_operations *ops = &pcmcia_port_ops; in pcmcia_init_one()
A Dahci.h397 extern struct ata_port_operations ahci_ops;
398 extern struct ata_port_operations ahci_platform_ops;
399 extern struct ata_port_operations ahci_pmp_retry_srst_ops;
A Dsata_via.c114 static struct ata_port_operations svia_base_ops = {
119 static struct ata_port_operations vt6420_sata_ops = {
126 static struct ata_port_operations vt6421_pata_ops = {
133 static struct ata_port_operations vt6421_sata_ops = {
140 static struct ata_port_operations vt8251_ops = {
A Dpata_hpt37x.c591 static struct ata_port_operations hpt370_port_ops = {
607 static struct ata_port_operations hpt370a_port_ops = {
617 static struct ata_port_operations hpt302_port_ops = {
633 static struct ata_port_operations hpt372_port_ops = {
643 static struct ata_port_operations hpt374_fn1_port_ops = {
A Dahci_seattle.c51 static struct ata_port_operations ahci_port_ops = {
62 static struct ata_port_operations ahci_seattle_ops = {
A Dpata_gayle.c112 static struct ata_port_operations pata_gayle_a1200_ops = {
121 static struct ata_port_operations pata_gayle_a4000_ops = {
A Dpata_buddha.c133 static struct ata_port_operations pata_buddha_ops = {
141 static struct ata_port_operations pata_xsurf_ops = {
A Dpata_ns87415.c301 static struct ata_port_operations ns87415_pata_ops = {
315 static struct ata_port_operations ns87560_pata_ops = {
A Dpata_optidma.c341 static struct ata_port_operations optidma_port_ops = {
350 static struct ata_port_operations optiplus_port_ops = {
A Dpata_pdc202xx_old.c298 static struct ata_port_operations pdc2024x_port_ops = {
309 static struct ata_port_operations pdc2026x_port_ops = {
A Dpata_artop.c299 static struct ata_port_operations artop6210_ops = {
308 static struct ata_port_operations artop6260_ops = {
A Dpata_netcell.c37 static struct ata_port_operations netcell_ops = {
A Dpata_serverworks.c265 static struct ata_port_operations serverworks_osb4_port_ops = {
274 static struct ata_port_operations serverworks_csb_port_ops = {
A Dpata_rz1000.c57 static struct ata_port_operations rz1000_port_ops = {
A Dpata_piccolo.c69 static struct ata_port_operations tosh_port_ops = {
A Dpata_jmicron.c114 static struct ata_port_operations jmicron_ops = {
A Dpata_palmld.c42 static struct ata_port_operations palmld_port_ops = {
A Dpata_marvell.c103 static struct ata_port_operations marvell_ops = {
/linux/include/linux/
A Dlibata.h529 struct ata_port_operations;
613 struct ata_port_operations *ops;
835 struct ata_port_operations *ops;
918 struct ata_port_operations { struct
1021 const struct ata_port_operations *inherits; argument
1030 struct ata_port_operations *port_ops;
1050 extern struct ata_port_operations ata_dummy_port_ops;
1405 extern const struct ata_port_operations ata_base_port_ops;
1406 extern const struct ata_port_operations sata_port_ops;
1904 extern const struct ata_port_operations sata_pmp_port_ops;
[all …]

Completed in 37 milliseconds

12345