Home
last modified time | relevance | path

Searched refs:has_config (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/drivers/pinctrl/nomadik/
Dpinctrl-nomadik.c714 bool has_config = 0; in nmk_pinctrl_dt_get_config() local
723 has_config = 1; in nmk_pinctrl_dt_get_config()
728 return has_config; in nmk_pinctrl_dt_get_config()
740 bool has_config = 0; in nmk_pinctrl_dt_subnode_to_map() local
766 has_config = nmk_pinctrl_dt_get_config(np, &configs); in nmk_pinctrl_dt_subnode_to_map()
769 has_config |= nmk_pinctrl_dt_get_config(np_config, &configs); in nmk_pinctrl_dt_subnode_to_map()
772 if (has_config) { in nmk_pinctrl_dt_subnode_to_map()
/linux-6.12.1/drivers/pinctrl/mediatek/
Dpinctrl-paris.c445 bool has_config = false; in mtk_pctrl_dt_subnode_to_map() local
464 has_config = true; in mtk_pctrl_dt_subnode_to_map()
471 if (has_config && num_pins >= 1) in mtk_pctrl_dt_subnode_to_map()
514 if (has_config) { in mtk_pctrl_dt_subnode_to_map()
Dpinctrl-mtk-common.c533 bool has_config = false; in mtk_pctrl_dt_subnode_to_map() local
552 has_config = true; in mtk_pctrl_dt_subnode_to_map()
559 if (has_config && num_pins >= 1) in mtk_pctrl_dt_subnode_to_map()
603 if (has_config) { in mtk_pctrl_dt_subnode_to_map()
/linux-6.12.1/drivers/pinctrl/stm32/
Dpinctrl-stm32.c586 bool has_config = 0; in stm32_pctrl_dt_subnode_to_map() local
605 has_config = 1; in stm32_pctrl_dt_subnode_to_map()
612 if (has_config && num_pins >= 1) in stm32_pctrl_dt_subnode_to_map()
654 if (has_config) { in stm32_pctrl_dt_subnode_to_map()
/linux-6.12.1/tools/power/x86/turbostat/
Dturbostat.c4028 bool has_config = false; in read_perf_config() local
4043 has_config = true; in read_perf_config()
4063 if (has_config) in read_perf_config()