Home
last modified time | relevance | path

Searched refs:hfcsusb (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/drivers/isdn/hardware/mISDN/
Dhfcsusb.c41 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) in ctrl_start_transfer()
76 static int write_reg(struct hfcsusb *hw, __u8 reg, __u8 val) in write_reg()
105 struct hfcsusb *hw = (struct hfcsusb *) urb->context; in ctrl_complete()
[all …]
Dhfcsusb.h233 struct hfcsusb;
251 struct hfcsusb *hw; /* pointer to main structure */
271 struct hfcsusb { struct
DMakefile9 obj-$(CONFIG_MISDN_HFCUSB) += hfcsusb.o