Home
last modified time | relevance | path

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

/Linux-v5.10/arch/powerpc/platforms/pseries/
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()
/Linux-v5.10/drivers/iio/multiplexer/
Diio-mux.c331 s = of_prop_next_string(prop, NULL), \
334 s = of_prop_next_string(prop, s), \
/Linux-v5.10/include/linux/
Dof.h551 const char *of_prop_next_string(struct property *prop, const char *cur);
948 static inline const char *of_prop_next_string(struct property *prop, in of_prop_next_string() function
1242 s = of_prop_next_string(prop, NULL); \
1244 s = of_prop_next_string(prop, s))
/Linux-v5.10/drivers/leds/
Dleds-powernv.c256 while ((cur = of_prop_next_string(p, cur)) != NULL) { in powernv_led_classdev()
/Linux-v5.10/drivers/of/
Dproperty.c530 const char *of_prop_next_string(struct property *prop, const char *cur) in of_prop_next_string() function
546 EXPORT_SYMBOL_GPL(of_prop_next_string);
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()