Home
last modified time | relevance | path

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

1234

/linux/drivers/ata/
H 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 = {
H 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 = {
H 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 = {
H 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 = {
H A Dpata_isapnp.c27 static struct ata_port_operations isapnp_port_ops = {
32 static struct ata_port_operations isapnp_noalt_port_ops = {
H 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()
H A Dpata_hpt37x.c537 static struct ata_port_operations hpt370_port_ops = {
553 static struct ata_port_operations hpt370a_port_ops = {
562 static struct ata_port_operations hpt302_port_ops = {
578 static struct ata_port_operations hpt372_port_ops = {
588 static struct ata_port_operations hpt374_fn1_port_ops = {
H A Dsata_via.c115 static struct ata_port_operations svia_base_ops = {
120 static struct ata_port_operations vt6420_sata_ops = {
127 static struct ata_port_operations vt6421_pata_ops = {
134 static struct ata_port_operations vt6421_sata_ops = {
141 static struct ata_port_operations vt8251_ops = {
H A Dpata_buddha.c132 static struct ata_port_operations pata_buddha_ops = {
140 static struct ata_port_operations pata_xsurf_ops = {
H A Dpata_ns87415.c301 static struct ata_port_operations ns87415_pata_ops = {
315 static struct ata_port_operations ns87560_pata_ops = {
H A Dpata_netcell.c38 static struct ata_port_operations netcell_ops = {
H A Dpata_pdc202xx_old.c296 static struct ata_port_operations pdc2024x_port_ops = {
307 static struct ata_port_operations pdc2026x_port_ops = {
H A Dpata_optidma.c343 static struct ata_port_operations optidma_port_ops = {
352 static struct ata_port_operations optiplus_port_ops = {
H A Dpata_artop.c299 static struct ata_port_operations artop6210_ops = {
308 static struct ata_port_operations artop6260_ops = {
H A Dpata_serverworks.c267 static struct ata_port_operations serverworks_osb4_port_ops = {
276 static struct ata_port_operations serverworks_csb_port_ops = {
H A Dpata_rz1000.c57 static struct ata_port_operations rz1000_port_ops = {
H A Dpata_piccolo.c69 static struct ata_port_operations tosh_port_ops = {
H A Dpata_marvell.c99 static struct ata_port_operations marvell_ops = {
H A Dpata_jmicron.c114 static struct ata_port_operations jmicron_ops = {
H A Dpata_hpt3x2n.c348 static struct ata_port_operations hpt3xxn_port_ops = {
366 static struct ata_port_operations hpt372n_port_ops = {
H A Dpata_sch.c64 static struct ata_port_operations sch_pata_ops = {
H A Data_piix.c1066 static struct ata_port_operations piix_sata_ops = {
1072 static struct ata_port_operations piix_pata_ops = {
1080 static struct ata_port_operations piix_vmw_ops = {
1085 static struct ata_port_operations ich_pata_ops = {
1104 static struct ata_port_operations piix_sidpr_sata_ops = {
H A Dpata_ns87410.c121 static struct ata_port_operations ns87410_port_ops = {
H A Dpata_opti.c155 static struct ata_port_operations opti_port_ops = {
/linux/include/linux/
H A Dlibata.h535 struct ata_port_operations;
626 struct ata_port_operations *ops;
875 struct ata_port_operations *ops;
959 struct ata_port_operations { struct
1052 const struct ata_port_operations *inherits; argument
1061 struct ata_port_operations *port_ops;
1081 extern struct ata_port_operations ata_dummy_port_ops;
1145 extern void ata_host_init(struct ata_host *, struct device *, struct ata_port_operations *);
1448 extern const struct ata_port_operations ata_base_port_ops;
1449 extern const struct ata_port_operations sata_port_ops;
[all …]

1234