Searched defs:pulse8 (Results 1 – 1 of 1) sorted by relevance
173 struct pulse8 { struct174 struct device *dev;175 struct serio *serio;176 struct cec_adapter *adap;177 unsigned int vers;179 struct delayed_work ping_eeprom_work;181 struct work_struct irq_work;182 struct cec_msg rx_msg[NUM_MSGS];183 unsigned int rx_msg_cur_idx, rx_msg_num;185 spinlock_t msg_lock;[all …]