Searched defs:ene_device (Results 1 – 2 of 2) sorted by relevance
195 struct ene_device { struct196 struct pnp_dev *pnp_dev;197 struct rc_dev *rdev;200 long hw_io;201 int irq;202 spinlock_t hw_lock;205 int hw_revision; /* hardware revision */206 bool hw_use_gpio_0a; /* gpio0a is demodulated input*/207 bool hw_extra_buffer; /* hardware has 'extra buffer' */208 bool hw_fan_input; /* fan input is IR data source */[all …]
148 struct ene_device { struct149 struct pnp_dev *pnp_dev;150 struct lirc_driver *lirc_driver;153 unsigned long hw_io;154 int irq;156 int hw_revision; /* hardware revision */157 int hw_learning_and_tx_capable; /* learning capable */158 int hw_gpio40_learning; /* gpio40 is learning */159 int hw_fan_as_normal_input; /* fan input is used as regular input */162 int idle;[all …]