Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/isdn/hardware/mISDN/
Dhfcsusb.c42 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) in ctrl_start_transfer()
77 static int write_reg(struct hfcsusb *hw, __u8 reg, __u8 val) in write_reg()
106 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