Home
last modified time | relevance | path

Searched refs:key_state (Results 1 - 11 of 11) sorted by relevance

/kernel/linux/linux-5.10/drivers/platform/mellanox/
H A Dmlxbf-bootctl.c209 int burnt, valid, key, key_state, buf_len = 0, upper_key_used = 0; in secure_boot_fuse_state_show() local
212 key_state = mlxbf_bootctl_smc(MLXBF_BOOTCTL_GET_TBB_FUSE_STATUS, in secure_boot_fuse_state_show()
214 if (key_state < 0) in secure_boot_fuse_state_show()
215 return key_state; in secure_boot_fuse_state_show()
218 * key_state contains the bits for 4 Key versions, loaded from eFuses in secure_boot_fuse_state_show()
236 burnt = key_state & BIT(key); in secure_boot_fuse_state_show()
237 valid = key_state & BIT(key + MLXBF_SB_KEY_NUM); in secure_boot_fuse_state_show()
/kernel/linux/linux-5.10/drivers/input/keyboard/
H A Domap4-keypad.c81 unsigned char key_state[8]; member
126 unsigned char key_state[ARRAY_SIZE(keypad_data->key_state)]; in omap4_keypad_irq_thread_fn() local
128 u32 *new_state = (u32 *) key_state; in omap4_keypad_irq_thread_fn()
134 changed = key_state[row] ^ keypad_data->key_state[row]; in omap4_keypad_irq_thread_fn()
145 key_state[row] & (1 << col)); in omap4_keypad_irq_thread_fn()
152 memcpy(keypad_data->key_state, key_state, in omap4_keypad_irq_thread_fn()
153 sizeof(keypad_data->key_state)); in omap4_keypad_irq_thread_fn()
[all...]
H 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()
/kernel/linux/linux-6.6/drivers/platform/mellanox/
H A Dmlxbf-bootctl.c291 int burnt, valid, key, key_state, buf_len = 0, upper_key_used = 0; in secure_boot_fuse_state_show() local
294 key_state = mlxbf_bootctl_smc(MLXBF_BOOTCTL_GET_TBB_FUSE_STATUS, in secure_boot_fuse_state_show()
296 if (key_state < 0) in secure_boot_fuse_state_show()
297 return key_state; in secure_boot_fuse_state_show()
300 * key_state contains the bits for 4 Key versions, loaded from eFuses in secure_boot_fuse_state_show()
318 burnt = key_state & BIT(key); in secure_boot_fuse_state_show()
319 valid = key_state & BIT(key + MLXBF_SB_KEY_NUM); in secure_boot_fuse_state_show()
/kernel/linux/linux-6.6/drivers/input/keyboard/
H 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()
/kernel/linux/linux-5.10/include/linux/
H A Dkey.h176 enum key_state { enum
/kernel/linux/linux-6.6/include/linux/
H A Dkey.h182 enum key_state { enum
/kernel/linux/linux-5.10/drivers/net/wireless/intel/ipw2x00/
H A Dipw2200.h602 u8 key_state; member
H A Dipw2200.c4880 x->key_state, x->security_type, in ipw_rx_notification()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/ipw2x00/
H A Dipw2200.h602 u8 key_state; member
H A Dipw2200.c4834 x->key_state, x->security_type, in ipw_rx_notification()

Completed in 43 milliseconds