Home
last modified time | relevance | path

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

/linux-3.3/drivers/staging/media/lirc/
Dlirc_sasem.c90 struct sasem_context { struct
92 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 …]