Lines Matching refs:fdt_getprop
678 cuint = fdt_getprop(fdt, node, "pinmux", &len); in get_pinctrl_from_fdt()
682 slewrate = fdt_getprop(fdt, node, "slew-rate", NULL); in get_pinctrl_from_fdt()
686 if (fdt_getprop(fdt, node, "bias-pull-up", NULL)) in get_pinctrl_from_fdt()
688 if (fdt_getprop(fdt, node, "bias-pull-down", NULL)) in get_pinctrl_from_fdt()
743 if (fdt_getprop(fdt, node, "drive-open-drain", NULL)) in get_pinctrl_from_fdt()
746 if (fdt_getprop(fdt, node, "output-high", NULL) && in get_pinctrl_from_fdt()
752 if (fdt_getprop(fdt, node, "output-low", NULL) && in get_pinctrl_from_fdt()
910 cuint = fdt_getprop(fdt, node, "st,bank-name", &len); in dt_get_bank_id()
1159 cuint = fdt_getprop(fdt, node, "st,protreg", &lenp); in stm32_parse_gpio_rif_conf()
1241 cuint = fdt_getprop(fdt, node, "gpio-ranges", &len); in dt_stm32_gpio_bank()
1262 cuint = fdt_getprop(fdt, node, "st,protreg", NULL); in dt_stm32_gpio_bank()
1323 cuint = fdt_getprop(fdt, node, "ranges", &len); in dt_stm32_gpio_pinctrl()
1332 cuint = fdt_getprop(fdt, b_node, "gpio-controller", &len); in dt_stm32_gpio_pinctrl()
1502 if (fdt_getprop(fdt, pinmux_node, "pinmux", &count)) in stm32_pinctrl_dt_get()