Home
last modified time | relevance | path

Searched refs:of_prop_next_string (Results 1 – 21 of 21) sorted by relevance

/OK3568_Linux_fs/kernel/arch/powerpc/platforms/pseries/
H A Dof_helpers.c56 p = of_prop_next_string(*prop, p); in of_read_drc_info_cell()
62 p = of_prop_next_string(*prop, p); in of_read_drc_info_cell()
/OK3568_Linux_fs/u-boot/drivers/core/
H A Dof_access.c206 static const char *of_prop_next_string(struct property *prop, const char *cur) in of_prop_next_string() function
234 for (cp = of_prop_next_string(prop, NULL); cp; in of_device_is_compatible()
235 cp = of_prop_next_string(prop, cp), index++) { in of_device_is_compatible()
/OK3568_Linux_fs/kernel/drivers/iio/multiplexer/
H A Diio-mux.c331 s = of_prop_next_string(prop, NULL), \
334 s = of_prop_next_string(prop, s), \
/OK3568_Linux_fs/kernel/include/linux/
H A Dof.h551 const char *of_prop_next_string(struct property *prop, const char *cur);
955 static inline const char *of_prop_next_string(struct property *prop, in of_prop_next_string() function
1254 s = of_prop_next_string(prop, NULL); \
1256 s = of_prop_next_string(prop, s))
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_unisoc154 of_prop_next_string
H A Dabi_gki_aarch64_exynosauto355 of_prop_next_string
H A Dabi_gki_aarch64_vivo1075 of_prop_next_string
H A Dabi_gki_aarch64_generic1284 of_prop_next_string
H A Dabi_gki_aarch64_exynos1345 of_prop_next_string
H A Dabi_gki_aarch64_imx1824 of_prop_next_string
H A Dabi_gki_aarch64_qcom1644 of_prop_next_string
H A Dabi_gki_aarch64_mtk1439 of_prop_next_string
H A Dabi_gki_aarch64_rockchip2713 of_prop_next_string
H A Dabi_gki_aarch64_oplus1791 of_prop_next_string
H A Dabi_gki_aarch64_galaxy2847 of_prop_next_string
/OK3568_Linux_fs/kernel/drivers/leds/
H A Dleds-powernv.c256 while ((cur = of_prop_next_string(p, cur)) != NULL) { in powernv_led_classdev()
/OK3568_Linux_fs/kernel/drivers/of/
H A Dproperty.c531 const char *of_prop_next_string(struct property *prop, const char *cur) in of_prop_next_string() function
547 EXPORT_SYMBOL_GPL(of_prop_next_string);
H A Dbase.c494 for (cp = of_prop_next_string(prop, NULL); cp; in __of_device_is_compatible()
495 cp = of_prop_next_string(prop, cp), index++) { in __of_device_is_compatible()
/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dpreisp-dummy.c421 str = of_prop_next_string(prop, str); in pisp_dmy_analyze_dts()
/OK3568_Linux_fs/kernel/drivers/media/i2c/jaguar1_drv/
H A Djaguar1_v4l2.c863 str = of_prop_next_string(prop, str); in jaguar1_analyze_dts()
/OK3568_Linux_fs/kernel/drivers/media/i2c/nvp6158_drv/
H A Dnvp6158_v4l2.c1286 str = of_prop_next_string(prop, str); in nvp6158_parse_dts()