Searched refs:key_state (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/input/keyboard/ |
| H A D | omap4-keypad.c | 81 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()
|
| H A D | twl4030_keypad.c | 177 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()
|
| /OK3568_Linux_fs/kernel/drivers/platform/mellanox/ |
| H A D | mlxbf-bootctl.c | 196 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()
|
| /OK3568_Linux_fs/u-boot/drivers/power/ |
| H A D | charge_animation.c | 581 int soc, voltage, current, key_state; in charge_animation_show() local 935 key_state = check_key_press(dev); in charge_animation_show() 936 if (key_state == KEY_PRESS_DOWN) { in charge_animation_show() 973 } else if (key_state == KEY_PRESS_LONG_DOWN) { in charge_animation_show()
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch_ft5436/ |
| H A D | focaltech_core.c | 375 fts_data->key_state = 0; in fts_release_all_finger() 406 && !(data->key_state & (1 << i))) { in fts_input_report_key() 408 data->key_state |= (1 << i); in fts_input_report_key() 411 && (data->key_state & (1 << i))) { in fts_input_report_key() 413 data->key_state &= ~(1 << i); in fts_input_report_key()
|
| H A D | focaltech_core.h | 179 int key_state; member
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | key.h | 176 enum key_state { enum
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/intel/ipw2x00/ |
| H A D | ipw2200.h | 602 u8 key_state; member
|
| H A D | ipw2200.c | 4880 x->key_state, x->security_type, in ipw_rx_notification()
|