Lines Matching refs:hfc_pci
124 struct hfc_pci { struct
140 enable_hwirq(struct hfc_pci *hc) in enable_hwirq() argument
147 disable_hwirq(struct hfc_pci *hc) in disable_hwirq()
157 release_io_hfcpci(struct hfc_pci *hc) in release_io_hfcpci()
171 hfcpci_setmode(struct hfc_pci *hc) in hfcpci_setmode()
194 reset_hfcpci(struct hfc_pci *hc) in reset_hfcpci()
294 struct hfc_pci *hc = from_timer(hc, t, hw.timer); in hfcpci_Timer()
308 Sel_BCS(struct hfc_pci *hc, int channel) in Sel_BCS()
324 hfcpci_clear_fifo_rx(struct hfc_pci *hc, int fifo) in hfcpci_clear_fifo_rx()
353 static void hfcpci_clear_fifo_tx(struct hfc_pci *hc, int fifo) in hfcpci_clear_fifo_tx()
453 receive_dmsg(struct hfc_pci *hc) in receive_dmsg()
601 struct hfc_pci *hc = bch->hw; in main_rec_hfcpci()
663 hfcpci_fill_dfifo(struct hfc_pci *hc) in hfcpci_fill_dfifo()
742 struct hfc_pci *hc = bch->hw; in hfcpci_fill_fifo()
941 struct hfc_pci *hc = dch->hw; in handle_nt_timer3()
958 struct hfc_pci *hc = dch->hw; in ph_state_nt()
1036 struct hfc_pci *hc = dch->hw; in ph_state()
1054 struct hfc_pci *hc = dch->hw; in hfc_l1callback()
1144 struct hfc_pci *hc = dev_id; in hfcpci_int()
1240 struct hfc_pci *hc = bch->hw; in mode_hfcpci()
1433 struct hfc_pci *hc = bch->hw; in set_hfcpci_rxtest()
1508 struct hfc_pci *hc = bch->hw; in deactivate_bchannel()
1529 struct hfc_pci *hc = bch->hw; in hfc_bctrl()
1578 struct hfc_pci *hc = dch->hw; in hfcpci_l2l1D()
1666 struct hfc_pci *hc = bch->hw; in hfcpci_l2l1B()
1709 inithfcpci(struct hfc_pci *hc) in inithfcpci()
1720 init_card(struct hfc_pci *hc) in init_card()
1781 channel_ctrl(struct hfc_pci *hc, struct mISDN_ctrl_req *cq) in channel_ctrl()
1879 open_dchannel(struct hfc_pci *hc, struct mISDNchannel *ch, in open_dchannel()
1931 open_bchannel(struct hfc_pci *hc, struct channel_req *rq) in open_bchannel()
1957 struct hfc_pci *hc = dch->hw; in hfc_dctrl()
1993 setup_hw(struct hfc_pci *hc) in setup_hw()
2058 release_card(struct hfc_pci *hc) { in release_card()
2085 setup_card(struct hfc_pci *card) in setup_card()
2224 struct hfc_pci *card; in hfc_probe()
2227 card = kzalloc(sizeof(struct hfc_pci), GFP_KERNEL); in hfc_probe()
2254 struct hfc_pci *card = pci_get_drvdata(pdev); in hfc_remove_pci()
2275 struct hfc_pci *hc = dev_get_drvdata(dev); in _hfcpci_softirq()