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()
109 IOFUNC_IND(ISAC, sfax_hw, p_isac) in IOFUNC_IND() argument
110 IOFUNC_IND(ISAR, sfax_hw, p_isar) in IOFUNC_IND()
115 struct sfax_hw *sf = dev_id; in IOFUNC_IND()
147 enable_hwirq(struct sfax_hw *sf) in enable_hwirq()
155 disable_hwirq(struct sfax_hw *sf) in disable_hwirq()
163 reset_speedfax(struct sfax_hw *sf) in reset_speedfax()
177 sfax_ctrl(struct sfax_hw *sf, u32 cmd, u_long arg) in sfax_ctrl()
209 channel_ctrl(struct sfax_hw *sf, struct mISDN_ctrl_req *cq) in channel_ctrl()
241 struct sfax_hw *sf = dch->hw; in sfax_dctrl()
274 init_card(struct sfax_hw *sf) in init_card()
313 setup_speedfax(struct sfax_hw *sf) in setup_speedfax()
342 release_card(struct sfax_hw *card) { in release_card()
363 setup_instance(struct sfax_hw *card) in setup_instance()
446 struct sfax_hw *card = kzalloc(sizeof(struct sfax_hw), GFP_KERNEL); in sfaxpci_probe()
474 struct sfax_hw *card = pci_get_drvdata(pdev); in sfax_remove_pci()