Lines Matching refs:hfc_pci

137 struct hfc_pci {  struct
153 enable_hwirq(struct hfc_pci *hc) in enable_hwirq() argument
160 disable_hwirq(struct hfc_pci *hc) in disable_hwirq()
170 release_io_hfcpci(struct hfc_pci *hc) in release_io_hfcpci()
183 hfcpci_setmode(struct hfc_pci *hc) in hfcpci_setmode()
206 reset_hfcpci(struct hfc_pci *hc) in reset_hfcpci()
304 hfcpci_Timer(struct hfc_pci *hc) in hfcpci_Timer()
319 Sel_BCS(struct hfc_pci *hc, int channel) in Sel_BCS()
335 hfcpci_clear_fifo_rx(struct hfc_pci *hc, int fifo) in hfcpci_clear_fifo_rx()
364 static void hfcpci_clear_fifo_tx(struct hfc_pci *hc, int fifo) in hfcpci_clear_fifo_tx()
464 receive_dmsg(struct hfc_pci *hc) in receive_dmsg()
613 struct hfc_pci *hc = bch->hw; in main_rec_hfcpci()
675 hfcpci_fill_dfifo(struct hfc_pci *hc) in hfcpci_fill_dfifo()
754 struct hfc_pci *hc = bch->hw; in hfcpci_fill_fifo()
953 struct hfc_pci *hc = dch->hw; in handle_nt_timer3()
970 struct hfc_pci *hc = dch->hw; in ph_state_nt()
1048 struct hfc_pci *hc = dch->hw; in ph_state()
1066 struct hfc_pci *hc = dch->hw; in hfc_l1callback()
1158 struct hfc_pci *hc = dev_id; in hfcpci_int()
1244 hfcpci_dbusy_timer(struct hfc_pci *hc) in hfcpci_dbusy_timer()
1254 struct hfc_pci *hc = bch->hw; in mode_hfcpci()
1446 struct hfc_pci *hc = bch->hw; in set_hfcpci_rxtest()
1521 struct hfc_pci *hc = bch->hw; in deactivate_bchannel()
1542 struct hfc_pci *hc = bch->hw; in hfc_bctrl()
1591 struct hfc_pci *hc = dch->hw; in hfcpci_l2l1D()
1674 struct hfc_pci *hc = bch->hw; in hfcpci_l2l1B()
1717 inithfcpci(struct hfc_pci *hc) in inithfcpci()
1730 init_card(struct hfc_pci *hc) in init_card()
1791 channel_ctrl(struct hfc_pci *hc, struct mISDN_ctrl_req *cq) in channel_ctrl()
1889 open_dchannel(struct hfc_pci *hc, struct mISDNchannel *ch, in open_dchannel()
1941 open_bchannel(struct hfc_pci *hc, struct channel_req *rq) in open_bchannel()
1967 struct hfc_pci *hc = dch->hw; in hfc_dctrl()
2003 setup_hw(struct hfc_pci *hc) in setup_hw()
2056 release_card(struct hfc_pci *hc) { in release_card()
2083 setup_card(struct hfc_pci *card) in setup_card()
2222 struct hfc_pci *card; in hfc_probe()
2225 card = kzalloc(sizeof(struct hfc_pci), GFP_ATOMIC); in hfc_probe()
2252 struct hfc_pci *card = pci_get_drvdata(pdev); in hfc_remove_pci()
2273 struct hfc_pci *hc = dev_get_drvdata(dev); in _hfcpci_softirq()