Searched refs:map_key (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dsfnt_info.h185 int map_bank, map_instr, map_key; /* key = -1 means all keys */ member in struct:soundfont_voice_map
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hid/
H A Dhid-input.c63 #define map_key(c) hid_map_usage(hidinput, usage, &bit, &max, EV_KEY, (c)) macro
191 map_key(KEY_UNKNOWN);
218 map_key(code);
318 case 0x21: map_key(BTN_TOOL_MOUSE); break;
319 case 0x22: map_key(BTN_TOOL_FINGER); break;
320 default: map_key(BTN_TOOL_PEN); break;
501 map_key(BTN_MISC);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/synth/emux/
H A Dsoundfont.c448 zp->v.low == map.map_key &&
472 if (map.map_key >= 0) {
473 zp->v.low = map.map_key;
474 zp->v.high = map.map_key;

Completed in 140 milliseconds