Lines Matching refs:hfcsusb

41 static void hfcsusb_ph_command(struct hfcsusb *hw, u_char command);
42 static void release_hw(struct hfcsusb *hw);
43 static void reset_hfcsusb(struct hfcsusb *hw);
44 static void setPortMode(struct hfcsusb *hw);
45 static void hfcsusb_start_endpoint(struct hfcsusb *hw, int channel);
46 static void hfcsusb_stop_endpoint(struct hfcsusb *hw, int channel);
49 static int hfcsusb_ph_info(struct hfcsusb *hw);
53 ctrl_start_transfer(struct hfcsusb *hw) in ctrl_start_transfer()
76 static int write_reg(struct hfcsusb *hw, __u8 reg, __u8 val) in write_reg()
105 struct hfcsusb *hw = (struct hfcsusb *) urb->context; in ctrl_complete()
122 set_led_bit(struct hfcsusb *hw, signed short led_bits, int set_on) in set_led_bit()
139 handle_led(struct hfcsusb *hw, int event) in handle_led()
199 struct hfcsusb *hw = bch->hw; in hfcusb_l2l1B()
245 hfcsusb_ph_info(struct hfcsusb *hw) in hfcsusb_ph_info()
279 struct hfcsusb *hw = dch->hw; in hfcusb_l2l1D()
369 struct hfcsusb *hw = dch->hw; in hfc_l1callback()
415 open_dchannel(struct hfcsusb *hw, struct mISDNchannel *ch, in open_dchannel()
469 open_bchannel(struct hfcsusb *hw, struct channel_req *rq) in open_bchannel()
495 channel_ctrl(struct hfcsusb *hw, struct mISDN_ctrl_req *cq) in channel_ctrl()
525 struct hfcsusb *hw = dch->hw; in hfc_dctrl()
576 struct hfcsusb *hw = dch->hw; in ph_state_te()
617 struct hfcsusb *hw = dch->hw; in ph_state_nt()
672 struct hfcsusb *hw = dch->hw; in ph_state()
686 struct hfcsusb *hw = bch->hw; in hfcsusb_setup_bch()
757 hfcsusb_ph_command(struct hfcsusb *hw, u_char command) in hfcsusb_ph_command()
806 struct hfcsusb *hw = fifo->hw; in hfcsusb_rx_frame()
967 struct hfcsusb *hw = fifo->hw; in rx_iso_complete()
1089 struct hfcsusb *hw = fifo->hw; in rx_int_complete()
1161 struct hfcsusb *hw = fifo->hw; in tx_iso_complete()
1383 struct hfcsusb *hw = fifo->hw; in start_isoc_chain()
1449 struct hfcsusb *hw = fifo->hw; in stop_iso_gracefull()
1475 struct hfcsusb *hw = fifo->hw; in stop_int_gracefull()
1498 struct hfcsusb *hw = fifo->hw; in start_int_fifo()
1524 setPortMode(struct hfcsusb *hw) in setPortMode()
1546 reset_hfcsusb(struct hfcsusb *hw) in reset_hfcsusb()
1600 hfcsusb_start_endpoint(struct hfcsusb *hw, int channel) in hfcsusb_start_endpoint()
1668 hfcsusb_stop_endpoint(struct hfcsusb *hw, int channel) in hfcsusb_stop_endpoint()
1696 setup_hfcsusb(struct hfcsusb *hw) in setup_hfcsusb()
1746 release_hw(struct hfcsusb *hw) in release_hw()
1785 struct hfcsusb *hw = bch->hw; in deactivate_bchannel()
1837 setup_instance(struct hfcsusb *hw, struct device *parent) in setup_instance()
1913 struct hfcsusb *hw; in hfcsusb_probe()
2020 hw = kzalloc(sizeof(struct hfcsusb), GFP_KERNEL); in hfcsusb_probe()
2123 struct hfcsusb *hw = usb_get_intfdata(intf); in hfcsusb_disconnect()
2124 struct hfcsusb *next; in hfcsusb_disconnect()