Home
last modified time | relevance | path

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

12

/linux/drivers/ata/
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_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 Dpata_buddha.c131 static struct ata_port_operations pata_buddha_ops = {
139 static struct ata_port_operations pata_xsurf_ops = {
H A Dpata_netcell.c38 static struct ata_port_operations netcell_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_optidma.c343 static struct ata_port_operations optidma_port_ops = {
352 static struct ata_port_operations optiplus_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_hpt3x2n.c348 static struct ata_port_operations hpt3xxn_port_ops = {
366 static struct ata_port_operations hpt372n_port_ops = {
H A Dpata_ns87410.c121 static struct ata_port_operations ns87410_port_ops = {
H A Dahci_dm816.c125 static struct ata_port_operations ahci_dm816_port_ops = {
H A Dpata_cs5535.c148 static struct ata_port_operations cs5535_port_ops = {
H A Dpata_triflex.c167 static struct ata_port_operations triflex_port_ops = {
H A Dpata_it821x.c808 static struct ata_port_operations it821x_smart_port_ops = {
822 static struct ata_port_operations it821x_passthru_port_ops = {
838 static struct ata_port_operations it821x_rdc_port_ops = {
H A Dpata_sc1200.c201 static struct ata_port_operations sc1200_port_ops = {
H A Dpata_oldpiix.c211 static struct ata_port_operations oldpiix_pata_ops = {
H A Dpata_mpiix.c143 static struct ata_port_operations mpiix_port_ops = {
H A Dpata_cs5530.c155 static struct ata_port_operations cs5530_port_ops = {
H A Dahci_st.c128 static struct ata_port_operations st_ahci_port_ops = {
H A Dpata_efar.c241 static struct ata_port_operations efar_ops = {
H A Dpata_it8213.c236 static struct ata_port_operations it8213_ops = {
H A Dpata_hpt3x3.c143 static struct ata_port_operations hpt3x3_port_ops = {
/linux/include/linux/
H A Dlibata.h545 struct ata_port_operations;
636 struct ata_port_operations *ops;
885 struct ata_port_operations *ops;
969 struct ata_port_operations { struct
1063 const struct ata_port_operations *inherits; argument
1072 struct ata_port_operations *port_ops;
1092 extern struct ata_port_operations ata_dummy_port_ops;
1156 extern void ata_host_init(struct ata_host *, struct device *, struct ata_port_operations *);
1461 extern const struct ata_port_operations ata_base_port_ops;
1462 extern const struct ata_port_operations sata_port_ops;
[all …]

12