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