Searched defs:imon_context (Results 1 – 2 of 2) sorted by relevance
102 struct imon_context { struct103 struct device *dev;105 struct usb_device *usbdev_intf0;106 struct usb_device *usbdev_intf1;108 bool display_supported; /* not all controllers do */109 bool display_isopen; /* display port has been opened */110 bool rf_device; /* true if iMON 2.4G LT/DT RF device */111 bool rf_isassociating; /* RF remote associating */112 bool dev_present_intf0; /* USB device presence, interface 0 */113 bool dev_present_intf1; /* USB device presence, interface 1 */[all …]
77 struct imon_context { struct78 struct usb_device *usbdev;80 int display; /* not all controllers do */81 int display_isopen; /* display port has been opened */82 int ir_isopen; /* IR port open */83 int dev_present; /* USB device presence */84 struct mutex ctx_lock; /* to lock this object */85 wait_queue_head_t remove_ok; /* For unexpected USB disconnects */87 int vfd_proto_6p; /* some VFD require a 6th packet */89 struct lirc_driver *driver;[all …]