Lines Matching refs:sfax_hw
70 struct sfax_hw { struct
89 _set_debug(struct sfax_hw *card) in _set_debug() argument
100 struct sfax_hw *card; in set_debug()
121 IOFUNC_IND(ISAC, sfax_hw, p_isac) in IOFUNC_IND() argument
122 IOFUNC_IND(ISAR, sfax_hw, p_isar) in IOFUNC_IND()
127 struct sfax_hw *sf = dev_id; in IOFUNC_IND()
159 enable_hwirq(struct sfax_hw *sf) in enable_hwirq()
167 disable_hwirq(struct sfax_hw *sf) in disable_hwirq()
175 reset_speedfax(struct sfax_hw *sf) in reset_speedfax()
189 sfax_ctrl(struct sfax_hw *sf, u32 cmd, u_long arg) in sfax_ctrl()
221 channel_ctrl(struct sfax_hw *sf, struct mISDN_ctrl_req *cq) in channel_ctrl()
253 struct sfax_hw *sf = dch->hw; in sfax_dctrl()
286 init_card(struct sfax_hw *sf) in init_card()
325 setup_speedfax(struct sfax_hw *sf) in setup_speedfax()
354 release_card(struct sfax_hw *card) { in release_card()
375 setup_instance(struct sfax_hw *card) in setup_instance()
458 struct sfax_hw *card = kzalloc(sizeof(struct sfax_hw), GFP_KERNEL); in sfaxpci_probe()
486 struct sfax_hw *card = pci_get_drvdata(pdev); in sfax_remove_pci()