Home
last modified time | relevance | path

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

/drivers/pinctrl/nomadik/
Dpinctrl-nomadik.c1369 bool has_config = 0; in nmk_pinctrl_dt_get_config() local
1379 has_config = 1; in nmk_pinctrl_dt_get_config()
1384 return has_config; in nmk_pinctrl_dt_get_config()
1396 bool has_config = 0; in nmk_pinctrl_dt_subnode_to_map() local
1422 has_config = nmk_pinctrl_dt_get_config(np, &configs); in nmk_pinctrl_dt_subnode_to_map()
1425 has_config |= nmk_pinctrl_dt_get_config(np_config, &configs); in nmk_pinctrl_dt_subnode_to_map()
1428 if (has_config) { in nmk_pinctrl_dt_subnode_to_map()
/drivers/pinctrl/mediatek/
Dpinctrl-paris.c393 bool has_config = false; in mtk_pctrl_dt_subnode_to_map() local
412 has_config = true; in mtk_pctrl_dt_subnode_to_map()
419 if (has_config && num_pins >= 1) in mtk_pctrl_dt_subnode_to_map()
462 if (has_config) { in mtk_pctrl_dt_subnode_to_map()
Dpinctrl-mtk-common.c500 bool has_config = false; in mtk_pctrl_dt_subnode_to_map() local
519 has_config = true; in mtk_pctrl_dt_subnode_to_map()
526 if (has_config && num_pins >= 1) in mtk_pctrl_dt_subnode_to_map()
570 if (has_config) { in mtk_pctrl_dt_subnode_to_map()
/drivers/pinctrl/stm32/
Dpinctrl-stm32.c591 bool has_config = 0; in stm32_pctrl_dt_subnode_to_map() local
610 has_config = 1; in stm32_pctrl_dt_subnode_to_map()
617 if (has_config && num_pins >= 1) in stm32_pctrl_dt_subnode_to_map()
659 if (has_config) { in stm32_pctrl_dt_subnode_to_map()