Searched refs:hermes_struct_init (Results 1 – 9 of 9) sorted by relevance
/Linux-v6.6/drivers/net/wireless/intersil/orinoco/ |
D | orinoco_pci.c | 151 hermes_struct_init(&priv->hw, hermes_io, HERMES_32BIT_REGSPACING); in orinoco_pci_init_one()
|
D | orinoco_tmd.c | 137 hermes_struct_init(&priv->hw, hermes_io, HERMES_16BIT_REGSPACING); in orinoco_tmd_init_one()
|
D | spectrum_cs.c | 233 hermes_struct_init(hw, mem, HERMES_16BIT_REGSPACING); in spectrum_cs_config()
|
D | orinoco_cs.c | 171 hermes_struct_init(hw, mem, HERMES_16BIT_REGSPACING); in orinoco_cs_config()
|
D | airport.c | 191 hermes_struct_init(hw, card->vaddr, HERMES_16BIT_REGSPACING); in airport_attach()
|
D | orinoco_nortel.c | 195 hermes_struct_init(&priv->hw, hermes_io, HERMES_16BIT_REGSPACING); in orinoco_nortel_init_one()
|
D | orinoco_plx.c | 234 hermes_struct_init(&priv->hw, hermes_io, HERMES_16BIT_REGSPACING); in orinoco_plx_init_one()
|
D | hermes.c | 187 void hermes_struct_init(struct hermes *hw, void __iomem *address, in hermes_struct_init() function 196 EXPORT_SYMBOL(hermes_struct_init);
|
D | hermes.h | 431 void hermes_struct_init(struct hermes *hw, void __iomem *address,
|