Home
last modified time | relevance | path

Searched refs:has_func (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/pinctrl/samsung/
Dpinctrl-samsung.c188 bool has_func = false; in samsung_dt_subnode_to_map() local
192 has_func = true; in samsung_dt_subnode_to_map()
209 if (has_func) in samsung_dt_subnode_to_map()
225 if (has_func) { in samsung_dt_subnode_to_map()
/Linux-v5.4/tools/lib/bpf/
Dlibbpf.c1365 bool has_func = obj->caps.btf_func; in bpf_object__sanitize_btf() local
1370 if (!obj->btf || (has_func && has_datasec)) in bpf_object__sanitize_btf()
1410 } else if (!has_func && btf_is_func_proto(t)) { in bpf_object__sanitize_btf()
1415 } else if (!has_func && btf_is_func(t)) { in bpf_object__sanitize_btf()