Searched defs:bas_cardstate (Results 1 – 1 of 1) sorted by relevance
90 struct bas_cardstate { struct91 struct usb_device *udev; /* USB device pointer */92 struct usb_interface *interface; /* interface for this device */93 unsigned char minor; /* starting minor number */95 struct urb *urb_ctrl; /* control pipe default URB */96 struct usb_ctrlrequest dr_ctrl;97 struct timer_list timer_ctrl; /* control request timeout */98 int retry_ctrl;100 struct timer_list timer_atrdy; /* AT command ready timeout */101 struct urb *urb_cmd_out; /* for sending AT commands */[all …]