Searched refs:hfcsusb (Results 1 – 3 of 3) sorted by relevance
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()[all …]
232 struct hfcsusb;250 struct hfcsusb *hw; /* pointer to main structure */270 struct hfcsusb { struct
8 obj-$(CONFIG_MISDN_HFCUSB) += hfcsusb.o