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;
258 IOFUNC_IO(ISAC, inf_hw, isac.a.io)
259 IOFUNC_IO(IPAC, inf_hw, hscx.a.io)
260 IOFUNC_IND(ISAC, inf_hw, isac.a.io)
261 IOFUNC_IND(IPAC, inf_hw, hscx.a.io)
262 IOFUNC_MEMIO(ISAC, inf_hw, u32, isac.a.p)
263 IOFUNC_MEMIO(IPAC, inf_hw, u32, hscx.a.p)
268 struct inf_hw *hw = dev_id;
286 struct inf_hw *hw = dev_id;
305 struct inf_hw *hw = dev_id;
323 struct inf_hw *hw = dev_id;
341 struct inf_hw *hw = dev_id;
360 struct inf_hw *hw = dev_id;
372 struct inf_hw *hw = dev_id;
388 enable_hwirq(struct inf_hw *hw)
432 disable_hwirq(struct inf_hw *hw)
472 ipac_chip_reset(struct inf_hw *hw)
483 reset_inf(struct inf_hw *hw)
575 inf_ctrl(struct inf_hw *hw, u32 cmd, u_long arg)
593 init_irq(struct inf_hw *hw)
631 release_io(struct inf_hw *hw)
654 setup_io(struct inf_hw *hw)
859 release_card(struct inf_hw *card) {
895 setup_instance(struct inf_hw *card)
1075 struct inf_hw *card;
1077 card = kzalloc(sizeof(struct inf_hw), GFP_KERNEL);
1108 struct inf_hw *sc;
1111 sc = kzalloc(sizeof(struct inf_hw), GFP_KERNEL);
1136 struct inf_hw *card = pci_get_drvdata(pdev);