Home
last modified time | relevance | path

Searched refs:ide_port_info (Results 1 – 25 of 61) sorted by relevance

123

/Linux-v4.19/drivers/ide/
Dsetup-pci.c80 unsigned long ide_pci_dma_base(ide_hwif_t *hwif, const struct ide_port_info *d) in ide_pci_dma_base()
109 int ide_pci_check_simplex(ide_hwif_t *hwif, const struct ide_port_info *d) in ide_pci_check_simplex()
170 void ide_setup_pci_noise(struct pci_dev *dev, const struct ide_port_info *d) in ide_setup_pci_noise()
194 const struct ide_port_info *d) in ide_pci_enable()
238 static int ide_pci_configure(struct pci_dev *dev, const struct ide_port_info *d) in ide_pci_configure()
277 static int ide_pci_check_iomem(struct pci_dev *dev, const struct ide_port_info *d, in ide_pci_check_iomem()
308 static int ide_hw_configure(struct pci_dev *dev, const struct ide_port_info *d, in ide_hw_configure()
354 int ide_hwif_setup_dma(ide_hwif_t *hwif, const struct ide_port_info *d) in ide_hwif_setup_dma()
406 const struct ide_port_info *d, int noisy) in ide_setup_pci_controller()
456 void ide_pci_setup_ports(struct pci_dev *dev, const struct ide_port_info *d, in ide_pci_setup_ports()
[all …]
Drz1000.c41 static const struct ide_port_info rz1000_chipset = {
48 struct ide_port_info d = rz1000_chipset; in rz1000_init_one()
Dide-legacy.c6 u8 port_no, const struct ide_port_info *d, in ide_legacy_init_one()
42 int ide_legacy_device_add(const struct ide_port_info *d, unsigned long config) in ide_legacy_device_add()
Dmacide.c89 static const struct ide_port_info macide_port_info = {
108 struct ide_port_info d = macide_port_info; in macide_init()
Dcs5520.c97 static const struct ide_port_info cyrix_chipset = {
113 const struct ide_port_info *d = &cyrix_chipset; in cs5520_init_one()
Dide_platform.c44 static const struct ide_port_info platform_ide_port_info = {
57 struct ide_port_info d = platform_ide_port_info; in plat_ide_probe()
Dgayle.c106 static const struct ide_port_info gayle_port_info = {
125 struct ide_port_info d = gayle_port_info; in amiga_gayle_ide_probe()
Dicside.c362 static int icside_dma_init(ide_hwif_t *hwif, const struct ide_port_info *d) in icside_dma_init()
380 static int icside_dma_off_init(ide_hwif_t *hwif, const struct ide_port_info *d) in icside_dma_off_init()
404 static const struct ide_port_info icside_v5_port_info = {
454 static const struct ide_port_info icside_v6_port_info = {
471 struct ide_port_info d = icside_v6_port_info; in icside_register_v6()
Dide-pci-generic.c56 static const struct ide_port_info generic_chipsets[] = {
108 const struct ide_port_info *d = &generic_chipsets[id->driver_data]; in generic_init_one()
Dbuddha.c148 static const struct ide_port_info buddha_port_info = {
169 struct ide_port_info d = buddha_port_info; in buddha_init()
Dtx4938ide.c120 static const struct ide_port_info tx4938ide_port_info __initconst = {
138 struct ide_port_info d = tx4938ide_port_info; in tx4938ide_probe()
Dide-4drives.c24 static const struct ide_port_info ide_4drives_port_info = {
Dalim15x3.c467 static int init_dma_ali15x3(ide_hwif_t *hwif, const struct ide_port_info *d) in init_dma_ali15x3()
514 static const struct ide_port_info ali15x3_chipset = {
537 struct ide_port_info d = ali15x3_chipset; in alim15x3_init_one()
Ddtc2278.c94 static const struct ide_port_info dtc2278_port_info __initconst = {
Dsl82c105.c303 static const struct ide_port_info sl82c105_chipset = {
319 struct ide_port_info d = sl82c105_chipset; in sl82c105_init_one()
Dide-pnp.c31 static const struct ide_port_info ide_pnp_port_info = {
Dns87415.c296 static const struct ide_port_info ns87415_chipset = {
307 struct ide_port_info d = ns87415_chipset; in ns87415_init_one()
Dau1xxx-ide.c346 static int auide_ddma_init(ide_hwif_t *hwif, const struct ide_port_info *d) in auide_ddma_init()
403 static int auide_ddma_init(ide_hwif_t *hwif, const struct ide_port_info *d) in auide_ddma_init()
482 static const struct ide_port_info au1xxx_port_info = {
Drapide.c13 static const struct ide_port_info rapide_port_info = {
Daec62xx.c184 static const struct ide_port_info aec62xx_chipsets[] = {
257 struct ide_port_info d; in aec62xx_init_one()
Dtriflex.c95 static const struct ide_port_info triflex_device = {
Djmicron.c105 static const struct ide_port_info jmicron_chipset = {
Dqd65xx.c338 static const struct ide_port_info qd65xx_port_info __initconst = {
358 struct ide_port_info d = qd65xx_port_info; in qd_probe()
Damd74xx.c226 static const struct ide_port_info amd74xx_chipsets[] = {
240 struct ide_port_info d; in amd74xx_probe()
/Linux-v4.19/include/linux/
Dide.h627 struct ide_port_info;
1230 void ide_pci_setup_ports(struct pci_dev *, const struct ide_port_info *,
1232 void ide_setup_pci_noise(struct pci_dev *, const struct ide_port_info *);
1236 unsigned long ide_pci_dma_base(ide_hwif_t *, const struct ide_port_info *);
1237 int ide_pci_check_simplex(ide_hwif_t *, const struct ide_port_info *);
1238 int ide_hwif_setup_dma(ide_hwif_t *, const struct ide_port_info *);
1241 const struct ide_port_info *d) in ide_hwif_setup_dma()
1328 struct ide_port_info { struct
1339 const struct ide_port_info *); argument
1374 int ide_pci_init_one(struct pci_dev *, const struct ide_port_info *, void *); argument
[all …]

123