Lines Matching refs:address_info
81 int __init probe_cs4232_mpu(struct address_info *hw_config) in probe_cs4232_mpu()
131 int __init probe_cs4232(struct address_info *hw_config, int isapnp_configured) in probe_cs4232()
252 void __init attach_cs4232(struct address_info *hw_config) in attach_cs4232()
285 static struct address_info hw_config2 = { in attach_cs4232()
316 void unload_cs4232(struct address_info *hw_config) in unload_cs4232()
333 static struct address_info hw_config2 = in unload_cs4232()
353 static struct address_info cfg;
354 static struct address_info cfg_mpu;
418 struct address_info *isapnpcfg; in cs4232_isapnp_probe()
420 isapnpcfg=(struct address_info*)kmalloc(sizeof(*isapnpcfg),GFP_KERNEL); in cs4232_isapnp_probe()
504 struct address_info *cfg = (struct address_info*)pci_get_drvdata(dev); in cs4232_isapnp_remove()