Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/ide/
Dide-legacy.c6 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()
Drapide.c19 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()
Dmacide.c70 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()
Dide_platform.c21 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()
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()
Dfalconide.c112 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()
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.c309 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()
Dide-4drives.c35 struct ide_hw hw, *hws[] = { &hw, &hw }; in ide_4drives_init()
Dide-pnp.c33 struct ide_hw hw, *hws[] = { &hw }; in idepnp_probe()
Dicside.c386 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()
Dide-generic.c79 struct ide_hw hw, *hws[] = { &hw }; in ide_generic_init()
Dcs5520.c114 struct ide_hw hw[2], *hws[] = { NULL, NULL }; in cs5520_init_one()
Ddelkin_cb.c79 struct ide_hw hw, *hws[] = { &hw }; in delkin_cb_probe()
Dpmac.c1017 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()
Dtx4938ide.c132 struct ide_hw hw, *hws[] = { &hw }; in tx4938ide_probe()
Dide-probe.c1245 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()
Dide-cs.c121 struct ide_hw hw, *hws[] = { &hw }; in idecs_register()
Dpalm_bk3710.c307 struct ide_hw hw, *hws[] = { &hw }; in palm_bk3710_probe()
Dcmd640.c725 struct ide_hw hw[2], *hws[2]; in cmd640x_init()
Dtx4939ide.c538 struct ide_hw hw, *hws[] = { &hw }; in tx4939ide_probe()
/kernel/linux/linux-5.10/include/linux/
Dide.h216 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,