Lines Matching refs:hfcsusb

55 static void hfcsusb_ph_command(struct hfcsusb *hw, u_char command);
56 static void release_hw(struct hfcsusb *hw);
57 static void reset_hfcsusb(struct hfcsusb *hw);
58 static void setPortMode(struct hfcsusb *hw);
59 static void hfcsusb_start_endpoint(struct hfcsusb *hw, int channel);
60 static void hfcsusb_stop_endpoint(struct hfcsusb *hw, int channel);
63 static void hfcsusb_ph_info(struct hfcsusb *hw);
67 ctrl_start_transfer(struct hfcsusb *hw) in ctrl_start_transfer()
90 static int write_reg(struct hfcsusb *hw, __u8 reg, __u8 val) in write_reg()
119 struct hfcsusb *hw = (struct hfcsusb *) urb->context; in ctrl_complete()
136 set_led_bit(struct hfcsusb *hw, signed short led_bits, int set_on) in set_led_bit()
153 handle_led(struct hfcsusb *hw, int event) in handle_led()
213 struct hfcsusb *hw = bch->hw; in hfcusb_l2l1B()
259 hfcsusb_ph_info(struct hfcsusb *hw) in hfcsusb_ph_info()
290 struct hfcsusb *hw = dch->hw; in hfcusb_l2l1D()
377 struct hfcsusb *hw = dch->hw; in hfc_l1callback()
424 open_dchannel(struct hfcsusb *hw, struct mISDNchannel *ch, in open_dchannel()
478 open_bchannel(struct hfcsusb *hw, struct channel_req *rq) in open_bchannel()
504 channel_ctrl(struct hfcsusb *hw, struct mISDN_ctrl_req *cq) in channel_ctrl()
534 struct hfcsusb *hw = dch->hw; in hfc_dctrl()
585 struct hfcsusb *hw = dch->hw; in ph_state_te()
626 struct hfcsusb *hw = dch->hw; in ph_state_nt()
681 struct hfcsusb *hw = dch->hw; in ph_state()
695 struct hfcsusb *hw = bch->hw; in hfcsusb_setup_bch()
767 hfcsusb_ph_command(struct hfcsusb *hw, u_char command) in hfcsusb_ph_command()
816 struct hfcsusb *hw = fifo->hw; in hfcsusb_rx_frame()
976 struct hfcsusb *hw = fifo->hw; in rx_iso_complete()
1097 struct hfcsusb *hw = fifo->hw; in rx_int_complete()
1168 struct hfcsusb *hw = fifo->hw; in tx_iso_complete()
1389 struct hfcsusb *hw = fifo->hw; in start_isoc_chain()
1454 struct hfcsusb *hw = fifo->hw; in stop_iso_gracefull()
1480 struct hfcsusb *hw = fifo->hw; in stop_int_gracefull()
1503 struct hfcsusb *hw = fifo->hw; in start_int_fifo()
1529 setPortMode(struct hfcsusb *hw) in setPortMode()
1551 reset_hfcsusb(struct hfcsusb *hw) in reset_hfcsusb()
1605 hfcsusb_start_endpoint(struct hfcsusb *hw, int channel) in hfcsusb_start_endpoint()
1673 hfcsusb_stop_endpoint(struct hfcsusb *hw, int channel) in hfcsusb_stop_endpoint()
1701 setup_hfcsusb(struct hfcsusb *hw) in setup_hfcsusb()
1741 release_hw(struct hfcsusb *hw) in release_hw()
1780 struct hfcsusb *hw = bch->hw; in deactivate_bchannel()
1832 setup_instance(struct hfcsusb *hw, struct device *parent) in setup_instance()
1908 struct hfcsusb *hw; in hfcsusb_probe()
2012 hw = kzalloc(sizeof(struct hfcsusb), GFP_KERNEL); in hfcsusb_probe()
2115 struct hfcsusb *hw = usb_get_intfdata(intf); in hfcsusb_disconnect()
2116 struct hfcsusb *next; in hfcsusb_disconnect()