Lines Matching refs:hfcsusb

42 static void hfcsusb_ph_command(struct hfcsusb *hw, u_char command);
43 static void release_hw(struct hfcsusb *hw);
44 static void reset_hfcsusb(struct hfcsusb *hw);
45 static void setPortMode(struct hfcsusb *hw);
46 static void hfcsusb_start_endpoint(struct hfcsusb *hw, int channel);
47 static void hfcsusb_stop_endpoint(struct hfcsusb *hw, int channel);
50 static int hfcsusb_ph_info(struct hfcsusb *hw);
54 ctrl_start_transfer(struct hfcsusb *hw) in ctrl_start_transfer()
77 static int write_reg(struct hfcsusb *hw, __u8 reg, __u8 val) in write_reg()
106 struct hfcsusb *hw = (struct hfcsusb *) urb->context; in ctrl_complete()
123 set_led_bit(struct hfcsusb *hw, signed short led_bits, int set_on) in set_led_bit()
140 handle_led(struct hfcsusb *hw, int event) in handle_led()
200 struct hfcsusb *hw = bch->hw; in hfcusb_l2l1B()
246 hfcsusb_ph_info(struct hfcsusb *hw) in hfcsusb_ph_info()
280 struct hfcsusb *hw = dch->hw; in hfcusb_l2l1D()
370 struct hfcsusb *hw = dch->hw; in hfc_l1callback()
416 open_dchannel(struct hfcsusb *hw, struct mISDNchannel *ch, in open_dchannel()
470 open_bchannel(struct hfcsusb *hw, struct channel_req *rq) in open_bchannel()
496 channel_ctrl(struct hfcsusb *hw, struct mISDN_ctrl_req *cq) in channel_ctrl()
526 struct hfcsusb *hw = dch->hw; in hfc_dctrl()
577 struct hfcsusb *hw = dch->hw; in ph_state_te()
618 struct hfcsusb *hw = dch->hw; in ph_state_nt()
673 struct hfcsusb *hw = dch->hw; in ph_state()
687 struct hfcsusb *hw = bch->hw; in hfcsusb_setup_bch()
758 hfcsusb_ph_command(struct hfcsusb *hw, u_char command) in hfcsusb_ph_command()
807 struct hfcsusb *hw = fifo->hw; in hfcsusb_rx_frame()
968 struct hfcsusb *hw = fifo->hw; in rx_iso_complete()
1090 struct hfcsusb *hw = fifo->hw; in rx_int_complete()
1162 struct hfcsusb *hw = fifo->hw; in tx_iso_complete()
1384 struct hfcsusb *hw = fifo->hw; in start_isoc_chain()
1450 struct hfcsusb *hw = fifo->hw; in stop_iso_gracefull()
1476 struct hfcsusb *hw = fifo->hw; in stop_int_gracefull()
1499 struct hfcsusb *hw = fifo->hw; in start_int_fifo()
1525 setPortMode(struct hfcsusb *hw) in setPortMode()
1547 reset_hfcsusb(struct hfcsusb *hw) in reset_hfcsusb()
1601 hfcsusb_start_endpoint(struct hfcsusb *hw, int channel) in hfcsusb_start_endpoint()
1669 hfcsusb_stop_endpoint(struct hfcsusb *hw, int channel) in hfcsusb_stop_endpoint()
1697 setup_hfcsusb(struct hfcsusb *hw) in setup_hfcsusb()
1747 release_hw(struct hfcsusb *hw) in release_hw()
1786 struct hfcsusb *hw = bch->hw; in deactivate_bchannel()
1838 setup_instance(struct hfcsusb *hw, struct device *parent) in setup_instance()
1914 struct hfcsusb *hw; in hfcsusb_probe()
2021 hw = kzalloc(sizeof(struct hfcsusb), GFP_KERNEL); in hfcsusb_probe()
2124 struct hfcsusb *hw = usb_get_intfdata(intf); in hfcsusb_disconnect()
2125 struct hfcsusb *next; in hfcsusb_disconnect()