Searched defs:imon_context (Results 1 – 2 of 2) sorted by relevance
90 struct imon_context { struct91 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 …]
80 struct imon_context { struct81 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 …]