Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/ide/
Dide-legacy.c5 static void ide_legacy_init_one(struct ide_hw **hws, struct ide_hw *hw, in ide_legacy_init_one()
44 struct ide_hw hw[2], *hws[] = { NULL, NULL }; in ide_legacy_device_add()
Dmacide.c69 static void __init macide_setup_ports(struct ide_hw *hw, unsigned long base, in macide_setup_ports()
107 struct ide_hw hw, *hws[] = { &hw }; in macide_init()
Drapide.c18 static void rapide_setup_ports(struct ide_hw *hw, void __iomem *base, in rapide_setup_ports()
37 struct ide_hw hw, *hws[] = { &hw }; in rapide_probe()
Dfalconide.c117 static void __init falconide_setup_ports(struct ide_hw *hw) in falconide_setup_ports()
140 struct ide_hw hw, *hws[] = { &hw }; in falconide_init()
Dide_platform.c25 static void plat_ide_setup_ports(struct ide_hw *hw, void __iomem *base, in plat_ide_setup_ports()
56 struct ide_hw hw, *hws[] = { &hw }; in plat_ide_probe()
Dgayle.c79 static void __init gayle_setup_ports(struct ide_hw *hw, unsigned long base, in gayle_setup_ports()
124 struct ide_hw hw[GAYLE_NUM_HWIFS], *hws[GAYLE_NUM_HWIFS]; in amiga_gayle_ide_probe()
Dq40ide.c55 static void q40_ide_setup_ports(struct ide_hw *hw, unsigned long base, int irq) in q40_ide_setup_ports()
136 struct ide_hw hw[Q40IDE_NUM_HWIFS], *hws[] = { NULL, NULL }; in q40ide_init()
Dbuddha.c121 static void __init buddha_setup_ports(struct ide_hw *hw, unsigned long base, in buddha_setup_ports()
168 struct ide_hw hw[MAX_NUM_HWIFS], *hws[MAX_NUM_HWIFS]; in buddha_init()
Dsetup-pci.c319 unsigned int port, struct ide_hw *hw) in ide_hw_configure()
462 struct ide_hw *hw, struct ide_hw **hws) in ide_pci_setup_ports()
544 struct ide_hw hw[4], *hws[] = { NULL, NULL, NULL, NULL }; in ide_pci_init_two()
Dide-4drives.c34 struct ide_hw hw, *hws[] = { &hw, &hw }; in ide_4drives_init()
Dide-pnp.c41 struct ide_hw hw, *hws[] = { &hw }; in idepnp_probe()
Dcs5520.c114 struct ide_hw hw[2], *hws[] = { NULL, NULL }; in cs5520_init_one()
Dicside.c385 static void icside_setup_ports(struct ide_hw *hw, void __iomem *base, in icside_setup_ports()
414 struct ide_hw hw, *hws[] = { &hw }; in icside_register_v5()
470 struct ide_hw hw[2], *hws[] = { &hw[0], &hw[1] }; in icside_register_v6()
Dide-generic.c89 struct ide_hw hw, *hws[] = { &hw }; in ide_generic_init()
Ddelkin_cb.c79 struct ide_hw hw, *hws[] = { &hw }; in delkin_cb_probe()
Dpmac.c1021 static int pmac_ide_setup_device(pmac_ide_hwif_t *pmif, struct ide_hw *hw) in pmac_ide_setup_device()
1027 struct ide_hw *hws[] = { hw }; in pmac_ide_setup_device()
1121 static void pmac_ide_init_ports(struct ide_hw *hw, unsigned long base) in pmac_ide_init_ports()
1141 struct ide_hw hw; in pmac_ide_macio_attach()
1263 struct ide_hw hw; in pmac_ide_pci_attach()
Dsgiioc4.c92 static void sgiioc4_init_hwif_ports(struct ide_hw *hw, in sgiioc4_init_hwif_ports()
539 struct ide_hw hw, *hws[] = { &hw }; in sgiioc4_ide_setup_pci_device()
Dau1xxx-ide.c448 static void auide_setup_ports(struct ide_hw *hw, _auide_hwif *ahwif) in auide_setup_ports()
507 struct ide_hw hw, *hws[] = { &hw }; in au_ide_probe()
Dtx4938ide.c132 struct ide_hw hw, *hws[] = { &hw }; in tx4938ide_probe()
Dide-probe.c1180 static void ide_init_port_hw(ide_hwif_t *hwif, struct ide_hw *hw) in ide_init_port_hw()
1282 struct ide_hw **hws, unsigned int n_ports) in ide_host_alloc()
1370 struct ide_hw **hws) in ide_host_register()
1465 int ide_host_add(const struct ide_port_info *d, struct ide_hw **hws, in ide_host_add()
Dide-cs.c121 struct ide_hw hw, *hws[] = { &hw }; in idecs_register()
Dpalm_bk3710.c320 struct ide_hw hw, *hws[] = { &hw }; in palm_bk3710_probe()
Dcmd640.c724 struct ide_hw hw[2], *hws[2]; in cmd640x_init()
Dtx4939ide.c540 struct ide_hw hw, *hws[] = { &hw }; in tx4939ide_probe()
/linux-4.4.14/include/linux/
Dide.h184 struct ide_hw { struct
195 static inline void ide_std_init_ports(struct ide_hw *hw, in ide_std_init_ports() argument
1200 struct ide_hw *, struct ide_hw **);
1458 struct ide_host *ide_host_alloc(const struct ide_port_info *, struct ide_hw **,
1462 struct ide_hw **);
1463 int ide_host_add(const struct ide_port_info *, struct ide_hw **, unsigned int,