Home
last modified time | relevance | path

Searched refs:dt_have_prop (Results 1 – 5 of 5) sorted by relevance

/optee_os/core/drivers/regulator/
H A Dregulator_fixed.c92 if (dt_have_prop(fdt, node, "enable-active-high")) in get_enable_gpio()
98 if (dt_have_prop(fdt, node, "gpio-open-drain")) in get_enable_gpio()
H A Dregulator_gpio.c145 if (dt_have_prop(fdt, node, "enable-active-high")) in get_enable_gpio()
151 if (dt_have_prop(fdt, node, "gpio-open-drain")) in get_enable_gpio()
/optee_os/core/drivers/
H A Dimx_wdog.c138 ext_reset_output = dt_have_prop(fdt, found_off, in imx_wdog_base()
/optee_os/core/include/kernel/
H A Ddt.h139 bool dt_have_prop(const void *fdt, int offs, const char *propname);
/optee_os/core/kernel/
H A Ddt.c47 bool dt_have_prop(const void *fdt, int offs, const char *propname) in dt_have_prop() function