Lines Matching refs:hfcsusb
2 /* hfcsusb.c
10 * H - l1 driver flags described in hfcsusb.h
24 #include "hfcsusb.h"
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)
77 static int write_reg(struct hfcsusb *hw, __u8 reg, __u8 val)
106 struct hfcsusb *hw = (struct hfcsusb *) urb->context;
123 set_led_bit(struct hfcsusb *hw, signed short led_bits, int set_on)
140 handle_led(struct hfcsusb *hw, int event)
200 struct hfcsusb *hw = bch->hw;
246 hfcsusb_ph_info(struct hfcsusb *hw)
280 struct hfcsusb *hw = dch->hw;
370 struct hfcsusb *hw = dch->hw;
416 open_dchannel(struct hfcsusb *hw, struct mISDNchannel *ch,
470 open_bchannel(struct hfcsusb *hw, struct channel_req *rq)
496 channel_ctrl(struct hfcsusb *hw, struct mISDN_ctrl_req *cq)
526 struct hfcsusb *hw = dch->hw;
577 struct hfcsusb *hw = dch->hw;
618 struct hfcsusb *hw = dch->hw;
673 struct hfcsusb *hw = dch->hw;
687 struct hfcsusb *hw = bch->hw;
758 hfcsusb_ph_command(struct hfcsusb *hw, u_char command)
807 struct hfcsusb *hw = fifo->hw;
968 struct hfcsusb *hw = fifo->hw;
1090 struct hfcsusb *hw = fifo->hw;
1162 struct hfcsusb *hw = fifo->hw;
1384 struct hfcsusb *hw = fifo->hw;
1450 struct hfcsusb *hw = fifo->hw;
1476 struct hfcsusb *hw = fifo->hw;
1499 struct hfcsusb *hw = fifo->hw;
1525 setPortMode(struct hfcsusb *hw)
1547 reset_hfcsusb(struct hfcsusb *hw)
1601 hfcsusb_start_endpoint(struct hfcsusb *hw, int channel)
1669 hfcsusb_stop_endpoint(struct hfcsusb *hw, int channel)
1697 setup_hfcsusb(struct hfcsusb *hw)
1747 release_hw(struct hfcsusb *hw)
1786 struct hfcsusb *hw = bch->hw;
1838 setup_instance(struct hfcsusb *hw, struct device *parent)
1914 struct hfcsusb *hw;
2021 hw = kzalloc(sizeof(struct hfcsusb), GFP_KERNEL);
2124 struct hfcsusb *hw = usb_get_intfdata(intf);
2125 struct hfcsusb *next;