• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hardware/mISDN/

Lines Matching refs:hfcsusb

0 /* hfcsusb.c
24 * H - l1 driver flags described in hfcsusb.h
37 #include "hfcsusb.h"
56 static void hfcsusb_ph_command(struct hfcsusb *hw, u_char command);
57 static void release_hw(struct hfcsusb *hw);
58 static void reset_hfcsusb(struct hfcsusb *hw);
59 static void setPortMode(struct hfcsusb *hw);
60 static void hfcsusb_start_endpoint(struct hfcsusb *hw, int channel);
61 static void hfcsusb_stop_endpoint(struct hfcsusb *hw, int channel);
64 static void hfcsusb_ph_info(struct hfcsusb *hw);
68 ctrl_start_transfer(struct hfcsusb *hw)
91 static int write_reg(struct hfcsusb *hw, __u8 reg, __u8 val)
120 struct hfcsusb *hw = (struct hfcsusb *) urb->context;
139 set_led_bit(struct hfcsusb *hw, signed short led_bits, int set_on)
156 handle_led(struct hfcsusb *hw, int event)
216 struct hfcsusb *hw = bch->hw;
235 * transp data, but hfcsusb does because tx_next
269 hfcsusb_ph_info(struct hfcsusb *hw)
299 struct hfcsusb *hw = dch->hw;
386 struct hfcsusb *hw = dch->hw;
433 open_dchannel(struct hfcsusb *hw, struct mISDNchannel *ch,
487 open_bchannel(struct hfcsusb *hw, struct channel_req *rq)
520 channel_ctrl(struct hfcsusb *hw, struct mISDN_ctrl_req *cq)
550 struct hfcsusb *hw = dch->hw;
601 struct hfcsusb *hw = dch->hw;
642 struct hfcsusb *hw = dch->hw;
697 struct hfcsusb *hw = dch->hw;
711 struct hfcsusb *hw = bch->hw;
783 hfcsusb_ph_command(struct hfcsusb *hw, u_char command)
849 struct hfcsusb *hw = fifo->hw;
1008 struct hfcsusb *hw = fifo->hw;
1129 struct hfcsusb *hw = fifo->hw;
1200 struct hfcsusb *hw = fifo->hw;
1415 struct hfcsusb *hw = fifo->hw;
1480 struct hfcsusb *hw = fifo->hw;
1506 struct hfcsusb *hw = fifo->hw;
1529 struct hfcsusb *hw = fifo->hw;
1555 setPortMode(struct hfcsusb *hw)
1577 reset_hfcsusb(struct hfcsusb *hw)
1631 hfcsusb_start_endpoint(struct hfcsusb *hw, int channel)
1699 hfcsusb_stop_endpoint(struct hfcsusb *hw, int channel)
1727 setup_hfcsusb(struct hfcsusb *hw)
1768 release_hw(struct hfcsusb *hw)
1807 struct hfcsusb *hw = bch->hw;
1860 setup_instance(struct hfcsusb *hw, struct device *parent)
1936 struct hfcsusb *hw;
2040 hw = kzalloc(sizeof(struct hfcsusb), GFP_KERNEL);
2135 struct hfcsusb *hw = usb_get_intfdata(intf);
2136 struct hfcsusb *next;
2167 ": Unable to register hfcsusb module at usb stack\n");