Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/pinctrl/mediatek/
Dpinctrl-paris.c435 bool has_config = false; in mtk_pctrl_dt_subnode_to_map() local
454 has_config = true; in mtk_pctrl_dt_subnode_to_map()
461 if (has_config && num_pins >= 1) in mtk_pctrl_dt_subnode_to_map()
504 if (has_config) { in mtk_pctrl_dt_subnode_to_map()
Dpinctrl-mtk-common.c501 bool has_config = false; in mtk_pctrl_dt_subnode_to_map() local
520 has_config = true; in mtk_pctrl_dt_subnode_to_map()
527 if (has_config && num_pins >= 1) in mtk_pctrl_dt_subnode_to_map()
571 if (has_config) { in mtk_pctrl_dt_subnode_to_map()
/Linux-v5.4/drivers/pinctrl/nomadik/
Dpinctrl-nomadik.c1409 bool has_config = 0; in nmk_pinctrl_dt_get_config() local
1419 has_config = 1; in nmk_pinctrl_dt_get_config()
1424 return has_config; in nmk_pinctrl_dt_get_config()
1436 bool has_config = 0; in nmk_pinctrl_dt_subnode_to_map() local
1462 has_config = nmk_pinctrl_dt_get_config(np, &configs); in nmk_pinctrl_dt_subnode_to_map()
1465 has_config |= nmk_pinctrl_dt_get_config(np_config, &configs); in nmk_pinctrl_dt_subnode_to_map()
1466 if (has_config) { in nmk_pinctrl_dt_subnode_to_map()
/Linux-v5.4/drivers/pinctrl/stm32/
Dpinctrl-stm32.c517 bool has_config = 0; in stm32_pctrl_dt_subnode_to_map() local
536 has_config = 1; in stm32_pctrl_dt_subnode_to_map()
543 if (has_config && num_pins >= 1) in stm32_pctrl_dt_subnode_to_map()
586 if (has_config) { in stm32_pctrl_dt_subnode_to_map()