Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/isdn/gigaset/
Dbas-gigaset.c90 struct bas_cardstate { struct
91 struct usb_device *udev; /* USB device pointer */
92 struct cardstate *cs;
93 struct usb_interface *interface; /* interface for this device */
94 unsigned char minor; /* starting minor number */
96 struct urb *urb_ctrl; /* control pipe default URB */
97 struct usb_ctrlrequest dr_ctrl;
98 struct timer_list timer_ctrl; /* control request timeout */
99 int retry_ctrl;
101 struct timer_list timer_atrdy; /* AT command ready timeout */
[all …]