Lines Matching defs:inf_hw
92 struct inf_hw {
105 struct inf_hw *sc[3]; /* slave cards */
224 _set_debug(struct inf_hw *card)
235 struct inf_hw *card;
257 IOFUNC_IO(ISAC, inf_hw, isac.a.io)
258 IOFUNC_IO(IPAC, inf_hw, hscx.a.io)
259 IOFUNC_IND(ISAC, inf_hw, isac.a.io)
260 IOFUNC_IND(IPAC, inf_hw, hscx.a.io)
261 IOFUNC_MEMIO(ISAC, inf_hw, u32, isac.a.p)
262 IOFUNC_MEMIO(IPAC, inf_hw, u32, hscx.a.p)
267 struct inf_hw *hw = dev_id;
285 struct inf_hw *hw = dev_id;
304 struct inf_hw *hw = dev_id;
322 struct inf_hw *hw = dev_id;
340 struct inf_hw *hw = dev_id;
359 struct inf_hw *hw = dev_id;
371 struct inf_hw *hw = dev_id;
387 enable_hwirq(struct inf_hw *hw)
431 disable_hwirq(struct inf_hw *hw)
471 ipac_chip_reset(struct inf_hw *hw)
482 reset_inf(struct inf_hw *hw)
574 inf_ctrl(struct inf_hw *hw, u32 cmd, u_long arg)
592 init_irq(struct inf_hw *hw)
630 release_io(struct inf_hw *hw)
653 setup_io(struct inf_hw *hw)
858 release_card(struct inf_hw *card) {
894 setup_instance(struct inf_hw *card)
1074 struct inf_hw *card;
1076 card = kzalloc(sizeof(struct inf_hw), GFP_KERNEL);
1107 struct inf_hw *sc;
1110 sc = kzalloc(sizeof(struct inf_hw), GFP_KERNEL);
1135 struct inf_hw *card = pci_get_drvdata(pdev);