Lines Matching refs:sfax_hw
57 struct sfax_hw { struct
76 _set_debug(struct sfax_hw *card) in _set_debug() argument
87 struct sfax_hw *card; in set_debug()
108 IOFUNC_IND(ISAC, sfax_hw, p_isac) in IOFUNC_IND() argument
109 IOFUNC_IND(ISAR, sfax_hw, p_isar) in IOFUNC_IND()
114 struct sfax_hw *sf = dev_id; in IOFUNC_IND()
146 enable_hwirq(struct sfax_hw *sf) in enable_hwirq()
154 disable_hwirq(struct sfax_hw *sf) in disable_hwirq()
162 reset_speedfax(struct sfax_hw *sf) in reset_speedfax()
176 sfax_ctrl(struct sfax_hw *sf, u32 cmd, u_long arg) in sfax_ctrl()
208 channel_ctrl(struct sfax_hw *sf, struct mISDN_ctrl_req *cq) in channel_ctrl()
240 struct sfax_hw *sf = dch->hw; in sfax_dctrl()
273 init_card(struct sfax_hw *sf) in init_card()
312 setup_speedfax(struct sfax_hw *sf) in setup_speedfax()
341 release_card(struct sfax_hw *card) { in release_card()
362 setup_instance(struct sfax_hw *card) in setup_instance()
445 struct sfax_hw *card = kzalloc(sizeof(struct sfax_hw), GFP_KERNEL); in sfaxpci_probe()
473 struct sfax_hw *card = pci_get_drvdata(pdev); in sfax_remove_pci()