Searched defs:bas_cardstate (Results 1 – 1 of 1) sorted by relevance
87 struct bas_cardstate { struct88 struct usb_device *udev; /* USB device pointer */89 struct cardstate *cs;90 struct usb_interface *interface; /* interface for this device */91 unsigned char minor; /* starting minor number */93 struct urb *urb_ctrl; /* control pipe default URB */94 struct usb_ctrlrequest dr_ctrl;95 struct timer_list timer_ctrl; /* control request timeout */96 int retry_ctrl;98 struct timer_list timer_atrdy; /* AT command ready timeout */[all …]