Lines Matching refs:hfc_pci
123 struct hfc_pci { struct
139 enable_hwirq(struct hfc_pci *hc) in enable_hwirq() argument
146 disable_hwirq(struct hfc_pci *hc) in disable_hwirq()
156 release_io_hfcpci(struct hfc_pci *hc) in release_io_hfcpci()
170 hfcpci_setmode(struct hfc_pci *hc) in hfcpci_setmode()
193 reset_hfcpci(struct hfc_pci *hc) in reset_hfcpci()
293 struct hfc_pci *hc = from_timer(hc, t, hw.timer); in hfcpci_Timer()
307 Sel_BCS(struct hfc_pci *hc, int channel) in Sel_BCS()
323 hfcpci_clear_fifo_rx(struct hfc_pci *hc, int fifo) in hfcpci_clear_fifo_rx()
352 static void hfcpci_clear_fifo_tx(struct hfc_pci *hc, int fifo) in hfcpci_clear_fifo_tx()
452 receive_dmsg(struct hfc_pci *hc) in receive_dmsg()
600 struct hfc_pci *hc = bch->hw; in main_rec_hfcpci()
662 hfcpci_fill_dfifo(struct hfc_pci *hc) in hfcpci_fill_dfifo()
741 struct hfc_pci *hc = bch->hw; in hfcpci_fill_fifo()
940 struct hfc_pci *hc = dch->hw; in handle_nt_timer3()
957 struct hfc_pci *hc = dch->hw; in ph_state_nt()
1035 struct hfc_pci *hc = dch->hw; in ph_state()
1053 struct hfc_pci *hc = dch->hw; in hfc_l1callback()
1143 struct hfc_pci *hc = dev_id; in hfcpci_int()
1239 struct hfc_pci *hc = bch->hw; in mode_hfcpci()
1432 struct hfc_pci *hc = bch->hw; in set_hfcpci_rxtest()
1507 struct hfc_pci *hc = bch->hw; in deactivate_bchannel()
1528 struct hfc_pci *hc = bch->hw; in hfc_bctrl()
1577 struct hfc_pci *hc = dch->hw; in hfcpci_l2l1D()
1665 struct hfc_pci *hc = bch->hw; in hfcpci_l2l1B()
1708 inithfcpci(struct hfc_pci *hc) in inithfcpci()
1719 init_card(struct hfc_pci *hc) in init_card()
1780 channel_ctrl(struct hfc_pci *hc, struct mISDN_ctrl_req *cq) in channel_ctrl()
1878 open_dchannel(struct hfc_pci *hc, struct mISDNchannel *ch, in open_dchannel()
1930 open_bchannel(struct hfc_pci *hc, struct channel_req *rq) in open_bchannel()
1956 struct hfc_pci *hc = dch->hw; in hfc_dctrl()
1992 setup_hw(struct hfc_pci *hc) in setup_hw()
2057 release_card(struct hfc_pci *hc) { in release_card()
2084 setup_card(struct hfc_pci *card) in setup_card()
2223 struct hfc_pci *card; in hfc_probe()
2226 card = kzalloc(sizeof(struct hfc_pci), GFP_KERNEL); in hfc_probe()
2253 struct hfc_pci *card = pci_get_drvdata(pdev); in hfc_remove_pci()
2274 struct hfc_pci *hc = dev_get_drvdata(dev); in _hfcpci_softirq()