Home
last modified time | relevance | path

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

/linux-3.3/drivers/media/rc/
Dimon.c90 struct imon_context { struct
91 struct device *dev;
93 struct usb_device *usbdev_intf0;
94 struct usb_device *usbdev_intf1;
96 bool display_supported; /* not all controllers do */
97 bool display_isopen; /* display port has been opened */
98 bool rf_device; /* true if iMON 2.4G LT/DT RF device */
99 bool rf_isassociating; /* RF remote associating */
100 bool dev_present_intf0; /* USB device presence, interface 0 */
101 bool dev_present_intf1; /* USB device presence, interface 1 */
[all …]
/linux-3.3/drivers/staging/media/lirc/
Dlirc_imon.c80 struct imon_context { struct
81 struct usb_device *usbdev;
83 int display; /* not all controllers do */
84 int display_isopen; /* display port has been opened */
85 int ir_isopen; /* IR port open */
86 int dev_present; /* USB device presence */
87 struct mutex ctx_lock; /* to lock this object */
88 wait_queue_head_t remove_ok; /* For unexpected USB disconnects */
90 int vfd_proto_6p; /* some VFD require a 6th packet */
92 struct lirc_driver *driver;
[all …]