Home
last modified time | relevance | path

Searched refs:key_state (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/platform/mellanox/
A Dmlxbf-bootctl.c196 int burnt, valid, key, key_state, buf_len = 0, upper_key_used = 0; in secure_boot_fuse_state_show() local
199 key_state = mlxbf_bootctl_smc(MLXBF_BOOTCTL_GET_TBB_FUSE_STATUS, in secure_boot_fuse_state_show()
201 if (key_state < 0) in secure_boot_fuse_state_show()
202 return key_state; in secure_boot_fuse_state_show()
223 burnt = key_state & BIT(key); in secure_boot_fuse_state_show()
224 valid = key_state & BIT(key + MLXBF_SB_KEY_NUM); in secure_boot_fuse_state_show()
/linux/drivers/input/keyboard/
A Dtwl4030_keypad.c177 static bool twl4030_is_in_ghost_state(struct twl4030_keypad *kp, u16 *key_state) in twl4030_is_in_ghost_state() argument
183 u16 col = key_state[i]; in twl4030_is_in_ghost_state()
/linux/include/linux/
A Dkey.h176 enum key_state { enum
/linux/drivers/net/wireless/intel/ipw2x00/
A Dipw2200.h602 u8 key_state; member
A Dipw2200.c4880 x->key_state, x->security_type, in ipw_rx_notification()

Completed in 39 milliseconds