Home
last modified time | relevance | path

Searched defs:hfcusb_data (Results 1 – 1 of 1) sorted by relevance

/linux-3.3/drivers/isdn/hisax/
Dhfc_usb.c169 typedef struct hfcusb_data { struct
171 struct hisax_d_if d_if; /* see hisax_if.h */
172 struct hisax_b_if b_if[2]; /* see hisax_if.h */
173 int protocol;
175 struct usb_device *dev; /* our device */
176 int if_used; /* used interface number */
177 int alt_used; /* used alternate config */
178 int ctrl_paksize; /* control pipe packet size */
179 int ctrl_in_pipe, /* handles for control pipe */
180 ctrl_out_pipe;
[all …]