Home
last modified time | relevance | path

Searched refs:last_key (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/hid/
H A Dhid-zydacron.c19 unsigned short last_key[4]; member
104 zc->last_key[i] = 0; in zc_input_mapping()
121 key = zc->last_key[index]; in zc_raw_event()
124 zc->last_key[index] = 0; in zc_raw_event()
153 zc->last_key[index] = key; in zc_raw_event()
H A Dhid-prodikeys.c57 unsigned short last_key[24]; member
389 pm->last_key[bit_index], 0); in pcmidi_handle_report4()
390 pm->last_key[bit_index] = 0; in pcmidi_handle_report4()
480 pm->last_key[bit_index] = key; in pcmidi_handle_report4()
538 pm->last_key[i] = 0; in pcmidi_setup_extra_keys()
H A Dhid-microsoft.c260 static unsigned int last_key = 0; in ms_event() local
271 last_key = key; in ms_event()
273 input_event(input, usage->type, last_key, 0); in ms_event()
/linux/drivers/input/keyboard/
H A Dadc-keys.c27 u32 last_key; member
56 if (st->last_key && st->last_key != keycode) in adc_keys_poll()
57 input_report_key(input, st->last_key, 0); in adc_keys_poll()
63 st->last_key = keycode; in adc_keys_poll()
/linux/net/tipc/
H A Dname_table.c961 u32 *last_key) in __tipc_nl_add_nametable_publ() argument
968 if (*last_key) { in __tipc_nl_add_nametable_publ()
970 if (p->key == *last_key) in __tipc_nl_add_nametable_publ()
981 *last_key = p->key; in __tipc_nl_add_nametable_publ()
1016 *last_key = 0; in __tipc_nl_add_nametable_publ()
1032 u32 *last_lower, u32 *last_key) in __tipc_nl_service_range_list() argument
1042 err = __tipc_nl_add_nametable_publ(msg, sc, sr, last_key); in __tipc_nl_service_range_list()
1053 u32 *last_type, u32 *last_lower, u32 *last_key) in tipc_nl_service_list() argument
1071 (!i && *last_key && (*last_lower == *last_key))) { in tipc_nl_service_list()
1088 last_key); in tipc_nl_service_list()
[all …]
/linux/tools/testing/selftests/bpf/
H A Dtest_lru_map.c547 static void do_test_lru_sanity5(unsigned long long last_key, int map_fd) in do_test_lru_sanity5() argument
552 assert(!bpf_map_lookup_elem_with_ref_bit(map_fd, last_key, value)); in do_test_lru_sanity5()
555 key = last_key + 1; in do_test_lru_sanity5()
560 assert(bpf_map_lookup_elem(map_fd, &last_key, value) == -ENOENT); in do_test_lru_sanity5()
/linux/tools/perf/
H A Dbuiltin-report.c1309 int last_key = 0; in cmd_report()
1777 if (last_key != K_SWITCH_INPUT_DATA) { in cmd_report()
1797 if ((last_key != K_SWITCH_INPUT_DATA && last_key != K_RELOAD) && in cmd_report()
1885 last_key = K_SWITCH_INPUT_DATA; in cmd_report()
1314 int last_key = 0; cmd_report() local
/linux/drivers/infiniband/sw/rxe/
H A Drxe_mr.c16 u8 rxe_get_next_key(u32 last_key) in rxe_get_next_key() argument
22 } while (key == last_key); in rxe_get_next_key()
/linux/drivers/firewire/
H A Dcore-device.c70 int last_key = 0, key, value; in search_leaf() local
74 if (last_key == search_key && in search_leaf()
78 last_key = key; in search_leaf()