Home
last modified time | relevance | path

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

/linux/drivers/isdn/hardware/mISDN/
H A Dhfcsusb.c2 /* hfcsusb.c
10 * H - l1 driver flags described in hfcsusb.h
24 #include "hfcsusb.h"
42 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 *h
[all...]
H A Dhfcsusb.h3 * hfcsusb.h, HFC-S USB mISDN driver
24 /* hfcsusb Layer1 commands */
233 struct hfcsusb;
251 struct hfcsusb *hw; /* pointer to main structure */
271 struct hfcsusb { struct
282 vend_idxhfcsusb global() argument
283 packet_sizehfcsusb global() argument
284 iso_packet_sizehfcsusb global() argument
285 fifoshfcsusb global() argument
310 namehfcsusb global() argument
H A DMakefile9 obj-$(CONFIG_MISDN_HFCUSB) += hfcsusb.o