Lines Matching refs:w6692_hw
67 struct w6692_hw { struct
96 _set_debug(struct w6692_hw *card) in _set_debug() argument
107 struct w6692_hw *card; in set_debug()
130 ReadW6692(struct w6692_hw *card, u8 offset) in ReadW6692()
136 WriteW6692(struct w6692_hw *card, u8 offset, u8 value) in WriteW6692()
154 enable_hwirq(struct w6692_hw *card) in enable_hwirq()
160 disable_hwirq(struct w6692_hw *card) in disable_hwirq()
168 W6692Version(struct w6692_hw *card) in W6692Version()
178 w6692_led_handler(struct w6692_hw *card, int on) in w6692_led_handler()
192 ph_command(struct w6692_hw *card, u8 cmd) in ph_command()
199 W6692_new_ph(struct w6692_hw *card) in W6692_new_ph()
209 struct w6692_hw *card = dch->hw; in W6692_ph_bh()
258 W6692_empty_Dfifo(struct w6692_hw *card, int count) in W6692_empty_Dfifo()
289 W6692_fill_Dfifo(struct w6692_hw *card) in W6692_fill_Dfifo()
324 d_retransmit(struct w6692_hw *card) in d_retransmit()
351 handle_rxD(struct w6692_hw *card) { in handle_rxD()
389 handle_txD(struct w6692_hw *card) { in handle_txD()
403 handle_statusD(struct w6692_hw *card) in handle_statusD()
465 struct w6692_hw *card = wch->bch.hw; in W6692_empty_Bfifo()
504 struct w6692_hw *card = wch->bch.hw; in W6692_fill_Bfifo()
549 struct w6692_hw *card = wch->bch.hw;
576 struct w6692_hw *card = wch->bch.hw;
593 struct w6692_hw *card = wch->bch.hw; in disable_pots()
607 struct w6692_hw *card; in w6692_mode()
667 W6692B_interrupt(struct w6692_hw *card, int ch) in W6692B_interrupt()
788 struct w6692_hw *card = dev_id; in w6692_irq()
824 struct w6692_hw *card = dch->hw; in dbusy_timer_handler()
851 static void initW6692(struct w6692_hw *card) in initW6692()
907 reset_w6692(struct w6692_hw *card) in reset_w6692()
915 init_card(struct w6692_hw *card) in init_card()
954 struct w6692_hw *card = bch->hw; in w6692_l2l1B()
1006 open_bchannel(struct w6692_hw *card, struct channel_req *rq) in open_bchannel()
1023 channel_ctrl(struct w6692_hw *card, struct mISDN_ctrl_req *cq) in channel_ctrl()
1047 struct w6692_hw *card = bch->hw; in w6692_bctrl()
1080 struct w6692_hw *card = container_of(dch, struct w6692_hw, dch); in w6692_l2l1D()
1116 struct w6692_hw *card = container_of(dch, struct w6692_hw, dch); in w6692_l1callback()
1177 open_dchannel(struct w6692_hw *card, struct channel_req *rq, void *caller) in open_dchannel()
1199 struct w6692_hw *card = container_of(dch, struct w6692_hw, dch); in w6692_dctrl()
1232 setup_w6692(struct w6692_hw *card) in setup_w6692()
1263 release_card(struct w6692_hw *card) in release_card()
1292 setup_instance(struct w6692_hw *card) in setup_instance()
1360 struct w6692_hw *card; in w6692_probe()
1363 card = kzalloc(sizeof(struct w6692_hw), GFP_KERNEL); in w6692_probe()
1391 struct w6692_hw *card = pci_get_drvdata(pdev); in w6692_remove_pci()