Searched refs:keyup (Results 1 – 1 of 1) sorted by relevance
91 u32 gpio, data, keyup; in ir_enltv_handle_key() local100 keyup = (gpio & ir->mask_keyup) ? 1 << 31 : 0; in ir_enltv_handle_key()108 if (keyup) in ir_enltv_handle_key()111 if ((ir->last_gpio & 1 << 31) == keyup) in ir_enltv_handle_key()118 if (keyup) in ir_enltv_handle_key()124 ir->last_gpio = data | keyup; in ir_enltv_handle_key()