Searched refs:keyup (Results 1 – 1 of 1) sorted by relevance
90 u32 gpio, data, keyup; in ir_enltv_handle_key() local99 keyup = (gpio & ir->mask_keyup) ? 1 << 31 : 0; in ir_enltv_handle_key()107 if (keyup) in ir_enltv_handle_key()110 if ((ir->last_gpio & 1 << 31) == keyup) in ir_enltv_handle_key()117 if (keyup) in ir_enltv_handle_key()123 ir->last_gpio = data | keyup; in ir_enltv_handle_key()