Home
last modified time | relevance | path

Searched refs:map_key (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/include/uapi/sound/
Dsfnt_info.h186 int map_bank, map_instr, map_key; /* key = -1 means all keys */ member
/Linux-v5.4/drivers/hid/
Dhid-input.c53 #define map_key(c) hid_map_usage(hidinput, usage, &bit, &max, EV_KEY, (c)) macro
602 map_key(KEY_UNKNOWN); in hidinput_configure_usage()
634 map_key(code); in hidinput_configure_usage()
791 case 0x21: map_key(BTN_TOOL_MOUSE); break; in hidinput_configure_usage()
792 case 0x22: map_key(BTN_TOOL_FINGER); break; in hidinput_configure_usage()
793 default: map_key(BTN_TOOL_PEN); break; in hidinput_configure_usage()
1123 map_key(BTN_MISC); in hidinput_configure_usage()
/Linux-v5.4/sound/synth/emux/
Dsoundfont.c436 zp->v.low == map.map_key && in load_map()
460 if (map.map_key >= 0) { in load_map()
461 zp->v.low = map.map_key; in load_map()
462 zp->v.high = map.map_key; in load_map()
/Linux-v5.4/tools/lib/bpf/
Dlibbpf.c5312 int map_key; member
5356 bpf_map_delete_elem(pb->map_fd, &cpu_buf->map_key); in perf_buffer__free()
5369 int cpu, int map_key) in perf_buffer__open_cpu_buf() argument
5381 cpu_buf->map_key = map_key; in perf_buffer__open_cpu_buf()
5534 int cpu, map_key; in __perf_buffer__new() local
5537 map_key = p->cpu_cnt > 0 ? p->map_keys[i] : i; in __perf_buffer__new()
5539 cpu_buf = perf_buffer__open_cpu_buf(pb, p->attr, cpu, map_key); in __perf_buffer__new()
5547 err = bpf_map_update_elem(pb->map_fd, &map_key, in __perf_buffer__new()
5552 cpu, map_key, cpu_buf->fd, in __perf_buffer__new()