Lines Matching refs:hfcsusb

2 /* hfcsusb.c
10 * H - l1 driver flags described in hfcsusb.h
24 #include "hfcsusb.h"
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)
76 static int write_reg(struct hfcsusb *hw, __u8 reg, __u8 val)
105 struct hfcsusb *hw = (struct hfcsusb *) urb->context;
122 set_led_bit(struct hfcsusb *hw, signed short led_bits, int set_on)
139 handle_led(struct hfcsusb *hw, int event)
199 struct hfcsusb *hw = bch->hw;
245 hfcsusb_ph_info(struct hfcsusb *hw)
279 struct hfcsusb *hw = dch->hw;
369 struct hfcsusb *hw = dch->hw;
415 open_dchannel(struct hfcsusb *hw, struct mISDNchannel *ch,
469 open_bchannel(struct hfcsusb *hw, struct channel_req *rq)
495 channel_ctrl(struct hfcsusb *hw, struct mISDN_ctrl_req *cq)
525 struct hfcsusb *hw = dch->hw;
576 struct hfcsusb *hw = dch->hw;
617 struct hfcsusb *hw = dch->hw;
672 struct hfcsusb *hw = dch->hw;
686 struct hfcsusb *hw = bch->hw;
757 hfcsusb_ph_command(struct hfcsusb *hw, u_char command)
806 struct hfcsusb *hw = fifo->hw;
967 struct hfcsusb *hw = fifo->hw;
1089 struct hfcsusb *hw = fifo->hw;
1161 struct hfcsusb *hw = fifo->hw;
1383 struct hfcsusb *hw = fifo->hw;
1449 struct hfcsusb *hw = fifo->hw;
1475 struct hfcsusb *hw = fifo->hw;
1498 struct hfcsusb *hw = fifo->hw;
1524 setPortMode(struct hfcsusb *hw)
1546 reset_hfcsusb(struct hfcsusb *hw)
1600 hfcsusb_start_endpoint(struct hfcsusb *hw, int channel)
1668 hfcsusb_stop_endpoint(struct hfcsusb *hw, int channel)
1696 setup_hfcsusb(struct hfcsusb *hw)
1746 release_hw(struct hfcsusb *hw)
1785 struct hfcsusb *hw = bch->hw;
1837 setup_instance(struct hfcsusb *hw, struct device *parent)
1913 struct hfcsusb *hw;
2020 hw = kzalloc(sizeof(struct hfcsusb), GFP_KERNEL);
2123 struct hfcsusb *hw = usb_get_intfdata(intf);
2124 struct hfcsusb *next;