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