Searched refs:find_map (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/tools/perf/util/ |
D | unwind-libunwind.c | 316 static struct map *find_map(unw_word_t ip, struct unwind_info *ui) in find_map() function 335 map = find_map(ip, ui); in find_proc_info()
|
/linux-4.4.14/sound/usb/ |
D | mixer.c | 113 find_map(struct mixer_build *state, int unitid, int control) in find_map() function 1245 map = find_map(state, unitid, control); in build_feature_ctl() 1544 map = find_map(state, unitid, 0); in build_mixer_unit_ctl() 1826 map = find_map(state, unitid, valinfo->control); in build_audio_procunit() 2028 map = find_map(state, unitid, 0); in parse_audio_selector_unit()
|