Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/pinctrl/nomadik/
Dpinctrl-nomadik.c1376 bool has_config = 0; in nmk_pinctrl_dt_get_config() local
1386 has_config = 1; in nmk_pinctrl_dt_get_config()
1391 return has_config; in nmk_pinctrl_dt_get_config()
1403 bool has_config = 0; in nmk_pinctrl_dt_subnode_to_map() local
1429 has_config = nmk_pinctrl_dt_get_config(np, &configs); in nmk_pinctrl_dt_subnode_to_map()
1432 has_config |= nmk_pinctrl_dt_get_config(np_config, &configs); in nmk_pinctrl_dt_subnode_to_map()
1435 if (has_config) { in nmk_pinctrl_dt_subnode_to_map()
/Linux-v6.6/drivers/pinctrl/mediatek/
Dpinctrl-paris.c459 bool has_config = false; in mtk_pctrl_dt_subnode_to_map() local
478 has_config = true; in mtk_pctrl_dt_subnode_to_map()
485 if (has_config && num_pins >= 1) in mtk_pctrl_dt_subnode_to_map()
528 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-v6.6/drivers/pinctrl/stm32/
Dpinctrl-stm32.c597 bool has_config = 0; in stm32_pctrl_dt_subnode_to_map() local
616 has_config = 1; in stm32_pctrl_dt_subnode_to_map()
623 if (has_config && num_pins >= 1) in stm32_pctrl_dt_subnode_to_map()
665 if (has_config) { in stm32_pctrl_dt_subnode_to_map()