Lines Matching defs:toggle
12 * RC6-0-16 (standard toggle bit in header)
13 * RC6-6A-20 (no toggle bit)
14 * RC6-6A-24 (no toggle bit)
15 * RC6-6A-32 (MCE version with toggle bit in body)
19 #define RC6_HEADER_NBITS 4 /* not including toggle bit */
65 if (!data->toggle)
84 u8 toggle;
154 data->toggle = ev.pulse;
215 toggle = data->toggle;
217 dev_dbg(&dev->dev, "RC6(0) scancode 0x%04x (toggle: %u)\n",
218 scancode, toggle);
232 toggle = 0;
236 toggle = 0;
244 toggle = !!(scancode & RC6_6A_MCE_TOGGLE_MASK);
249 toggle = 0;
258 dev_dbg(&dev->dev, "RC6(6A) proto 0x%04x, scancode 0x%08x (toggle: %u)\n",
259 protocol, scancode, toggle);
266 rc_keydown(dev, protocol, scancode, toggle);