Lines Matching refs:w6692_hw
51 struct w6692_hw { struct
80 _set_debug(struct w6692_hw *card) in _set_debug() argument
91 struct w6692_hw *card; in set_debug()
115 ReadW6692(struct w6692_hw *card, u8 offset) in ReadW6692()
121 WriteW6692(struct w6692_hw *card, u8 offset, u8 value) in WriteW6692()
139 enable_hwirq(struct w6692_hw *card) in enable_hwirq()
145 disable_hwirq(struct w6692_hw *card) in disable_hwirq()
153 W6692Version(struct w6692_hw *card) in W6692Version()
163 w6692_led_handler(struct w6692_hw *card, int on) in w6692_led_handler()
177 ph_command(struct w6692_hw *card, u8 cmd) in ph_command()
184 W6692_new_ph(struct w6692_hw *card) in W6692_new_ph()
194 struct w6692_hw *card = dch->hw; in W6692_ph_bh()
243 W6692_empty_Dfifo(struct w6692_hw *card, int count) in W6692_empty_Dfifo()
274 W6692_fill_Dfifo(struct w6692_hw *card) in W6692_fill_Dfifo()
309 d_retransmit(struct w6692_hw *card) in d_retransmit()
336 handle_rxD(struct w6692_hw *card) { in handle_rxD()
373 handle_txD(struct w6692_hw *card) { in handle_txD()
386 handle_statusD(struct w6692_hw *card) in handle_statusD()
448 struct w6692_hw *card = wch->bch.hw; in W6692_empty_Bfifo()
487 struct w6692_hw *card = wch->bch.hw; in W6692_fill_Bfifo()
532 struct w6692_hw *card = wch->bch.hw;
559 struct w6692_hw *card = wch->bch.hw;
576 struct w6692_hw *card = wch->bch.hw; in disable_pots()
590 struct w6692_hw *card; in w6692_mode()
649 W6692B_interrupt(struct w6692_hw *card, int ch) in W6692B_interrupt()
770 struct w6692_hw *card = dev_id; in w6692_irq()
806 struct w6692_hw *card = dch->hw; in dbusy_timer_handler()
833 static void initW6692(struct w6692_hw *card) in initW6692()
889 reset_w6692(struct w6692_hw *card) in reset_w6692()
897 init_card(struct w6692_hw *card) in init_card()
936 struct w6692_hw *card = bch->hw; in w6692_l2l1B()
988 open_bchannel(struct w6692_hw *card, struct channel_req *rq) in open_bchannel()
1005 channel_ctrl(struct w6692_hw *card, struct mISDN_ctrl_req *cq) in channel_ctrl()
1029 struct w6692_hw *card = bch->hw; in w6692_bctrl()
1062 struct w6692_hw *card = container_of(dch, struct w6692_hw, dch); in w6692_l2l1D()
1098 struct w6692_hw *card = container_of(dch, struct w6692_hw, dch); in w6692_l1callback()
1159 open_dchannel(struct w6692_hw *card, struct channel_req *rq, void *caller) in open_dchannel()
1181 struct w6692_hw *card = container_of(dch, struct w6692_hw, dch); in w6692_dctrl()
1214 setup_w6692(struct w6692_hw *card) in setup_w6692()
1245 release_card(struct w6692_hw *card) in release_card()
1274 setup_instance(struct w6692_hw *card) in setup_instance()
1342 struct w6692_hw *card; in w6692_probe()
1345 card = kzalloc(sizeof(struct w6692_hw), GFP_KERNEL); in w6692_probe()
1373 struct w6692_hw *card = pci_get_drvdata(pdev); in w6692_remove_pci()