/kernel/linux/linux-5.10/drivers/ide/ |
D | ide-legacy.c | 6 static void ide_legacy_init_one(struct ide_hw **hws, struct ide_hw *hw, in ide_legacy_init_one() 45 struct ide_hw hw[2], *hws[] = { NULL, NULL }; in ide_legacy_device_add()
|
D | rapide.c | 19 static void rapide_setup_ports(struct ide_hw *hw, void __iomem *base, in rapide_setup_ports() 38 struct ide_hw hw, *hws[] = { &hw }; in rapide_probe()
|
D | macide.c | 70 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 mac_ide_probe()
|
D | ide_platform.c | 21 static void plat_ide_setup_ports(struct ide_hw *hw, void __iomem *base, in plat_ide_setup_ports() 52 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 | falconide.c | 112 static void __init falconide_setup_ports(struct ide_hw *hw, unsigned long base) in falconide_setup_ports() 136 struct ide_hw hw, *hws[] = { &hw }; in falconide_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 | 309 unsigned int port, struct ide_hw *hw) in ide_hw_configure() 457 struct ide_hw *hw, struct ide_hw **hws) in ide_pci_setup_ports() 539 struct ide_hw hw[4], *hws[] = { NULL, NULL, NULL, NULL }; in ide_pci_init_two()
|
D | ide-4drives.c | 35 struct ide_hw hw, *hws[] = { &hw, &hw }; in ide_4drives_init()
|
D | ide-pnp.c | 33 struct ide_hw hw, *hws[] = { &hw }; in idepnp_probe()
|
D | icside.c | 386 static void icside_setup_ports(struct ide_hw *hw, void __iomem *base, in icside_setup_ports() 415 struct ide_hw hw, *hws[] = { &hw }; in icside_register_v5() 471 struct ide_hw hw[2], *hws[] = { &hw[0], &hw[1] }; in icside_register_v6()
|
D | ide-generic.c | 79 struct ide_hw hw, *hws[] = { &hw }; in ide_generic_init()
|
D | cs5520.c | 114 struct ide_hw hw[2], *hws[] = { NULL, NULL }; in cs5520_init_one()
|
D | delkin_cb.c | 79 struct ide_hw hw, *hws[] = { &hw }; in delkin_cb_probe()
|
D | pmac.c | 1017 static int pmac_ide_setup_device(pmac_ide_hwif_t *pmif, struct ide_hw *hw) in pmac_ide_setup_device() 1022 struct ide_hw *hws[] = { hw }; in pmac_ide_setup_device() 1116 static void pmac_ide_init_ports(struct ide_hw *hw, unsigned long base) in pmac_ide_init_ports() 1136 struct ide_hw hw; in pmac_ide_macio_attach() 1258 struct ide_hw hw; in pmac_ide_pci_attach()
|
D | tx4938ide.c | 132 struct ide_hw hw, *hws[] = { &hw }; in tx4938ide_probe()
|
D | ide-probe.c | 1245 static void ide_init_port_hw(ide_hwif_t *hwif, struct ide_hw *hw) in ide_init_port_hw() 1348 struct ide_hw **hws, unsigned int n_ports) in ide_host_alloc() 1436 struct ide_hw **hws) in ide_host_register() 1535 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 | 307 struct ide_hw hw, *hws[] = { &hw }; in palm_bk3710_probe()
|
D | cmd640.c | 725 struct ide_hw hw[2], *hws[2]; in cmd640x_init()
|
D | tx4939ide.c | 538 struct ide_hw hw, *hws[] = { &hw }; in tx4939ide_probe()
|
/kernel/linux/linux-5.10/include/linux/ |
D | ide.h | 216 struct ide_hw { struct 227 static inline void ide_std_init_ports(struct ide_hw *hw, in ide_std_init_ports() argument 1247 struct ide_hw *, struct ide_hw **); 1505 struct ide_host *ide_host_alloc(const struct ide_port_info *, struct ide_hw **, 1509 struct ide_hw **); 1510 int ide_host_add(const struct ide_port_info *, struct ide_hw **, unsigned int,
|