/linux-4.4.14/drivers/ide/ |
D | ide-legacy.c | 5 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()
|
D | macide.c | 69 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()
|
D | rapide.c | 18 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()
|
D | falconide.c | 117 static void __init falconide_setup_ports(struct ide_hw *hw) in falconide_setup_ports() 140 struct ide_hw hw, *hws[] = { &hw }; in falconide_init()
|
D | ide_platform.c | 25 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()
|
D | gayle.c | 79 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()
|
D | q40ide.c | 55 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()
|
D | buddha.c | 121 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()
|
D | setup-pci.c | 319 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()
|
D | ide-4drives.c | 34 struct ide_hw hw, *hws[] = { &hw, &hw }; in ide_4drives_init()
|
D | ide-pnp.c | 41 struct ide_hw hw, *hws[] = { &hw }; in idepnp_probe()
|
D | cs5520.c | 114 struct ide_hw hw[2], *hws[] = { NULL, NULL }; in cs5520_init_one()
|
D | icside.c | 385 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()
|
D | ide-generic.c | 89 struct ide_hw hw, *hws[] = { &hw }; in ide_generic_init()
|
D | delkin_cb.c | 79 struct ide_hw hw, *hws[] = { &hw }; in delkin_cb_probe()
|
D | pmac.c | 1021 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()
|
D | sgiioc4.c | 92 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()
|
D | au1xxx-ide.c | 448 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()
|
D | tx4938ide.c | 132 struct ide_hw hw, *hws[] = { &hw }; in tx4938ide_probe()
|
D | ide-probe.c | 1180 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()
|
D | ide-cs.c | 121 struct ide_hw hw, *hws[] = { &hw }; in idecs_register()
|
D | palm_bk3710.c | 320 struct ide_hw hw, *hws[] = { &hw }; in palm_bk3710_probe()
|
D | cmd640.c | 724 struct ide_hw hw[2], *hws[2]; in cmd640x_init()
|
D | tx4939ide.c | 540 struct ide_hw hw, *hws[] = { &hw }; in tx4939ide_probe()
|
/linux-4.4.14/include/linux/ |
D | ide.h | 184 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,
|