Searched defs:sasem_context (Results 1 – 1 of 1) sorted by relevance
90 struct sasem_context { struct92 struct usb_device *dev;93 int vfd_isopen; /* VFD port has been opened */94 unsigned int vfd_contrast; /* VFD contrast */95 int ir_isopen; /* IR port has been opened */96 int dev_present; /* USB device presence */97 struct mutex ctx_lock; /* to lock this object */98 wait_queue_head_t remove_ok; /* For unexpected USB disconnects */100 struct lirc_driver *driver;101 struct usb_endpoint_descriptor *rx_endpoint;[all …]