Searched refs:dt_have_prop (Results 1 – 5 of 5) sorted by relevance
| /optee_os/core/drivers/regulator/ |
| H A D | regulator_fixed.c | 92 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 D | regulator_gpio.c | 145 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 D | imx_wdog.c | 138 ext_reset_output = dt_have_prop(fdt, found_off, in imx_wdog_base()
|
| /optee_os/core/include/kernel/ |
| H A D | dt.h | 139 bool dt_have_prop(const void *fdt, int offs, const char *propname);
|
| /optee_os/core/kernel/ |
| H A D | dt.c | 47 bool dt_have_prop(const void *fdt, int offs, const char *propname) in dt_have_prop() function
|