Searched refs:has_config (Results 1 – 4 of 4) sorted by relevance
1403 bool has_config = 0; in nmk_pinctrl_dt_get_config() local1413 has_config = 1; in nmk_pinctrl_dt_get_config()1418 return has_config; in nmk_pinctrl_dt_get_config()1430 bool has_config = 0; in nmk_pinctrl_dt_subnode_to_map() local1456 has_config = nmk_pinctrl_dt_get_config(np, &configs); in nmk_pinctrl_dt_subnode_to_map()1459 has_config |= nmk_pinctrl_dt_get_config(np_config, &configs); in nmk_pinctrl_dt_subnode_to_map()1460 if (has_config) { in nmk_pinctrl_dt_subnode_to_map()
496 bool has_config; in atmel_pctl_dt_subnode_to_map() local513 has_config = true; in atmel_pctl_dt_subnode_to_map()527 if (has_config && num_pins >= 1) in atmel_pctl_dt_subnode_to_map()550 if (has_config) { in atmel_pctl_dt_subnode_to_map()
509 bool has_config = false; in mtk_pctrl_dt_subnode_to_map() local528 has_config = true; in mtk_pctrl_dt_subnode_to_map()535 if (has_config && num_pins >= 1) in mtk_pctrl_dt_subnode_to_map()579 if (has_config) { in mtk_pctrl_dt_subnode_to_map()
411 bool has_config = 0; in stm32_pctrl_dt_subnode_to_map() local430 has_config = 1; in stm32_pctrl_dt_subnode_to_map()437 if (has_config && num_pins >= 1) in stm32_pctrl_dt_subnode_to_map()476 if (has_config) { in stm32_pctrl_dt_subnode_to_map()