Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/pinctrl/nomadik/
Dpinctrl-nomadik.c1403 bool has_config = 0; in nmk_pinctrl_dt_get_config() local
1413 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() local
1456 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()
/Linux-v4.19/drivers/pinctrl/
Dpinctrl-at91-pio4.c496 bool has_config; in atmel_pctl_dt_subnode_to_map() local
513 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()
/Linux-v4.19/drivers/pinctrl/mediatek/
Dpinctrl-mtk-common.c509 bool has_config = false; in mtk_pctrl_dt_subnode_to_map() local
528 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()
/Linux-v4.19/drivers/pinctrl/stm32/
Dpinctrl-stm32.c411 bool has_config = 0; in stm32_pctrl_dt_subnode_to_map() local
430 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()