Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/powerpc/platforms/pseries/
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()
/linux-6.3-rc2/drivers/memory/
A Dof_memory.c361 for (cp = of_prop_next_string(prop, NULL); cp; in of_lpddr2_get_info()
362 cp = of_prop_next_string(prop, cp)) { in of_lpddr2_get_info()
/linux-6.3-rc2/include/linux/
A Dof.h438 const char *of_prop_next_string(struct property *prop, const char *cur);
801 static inline const char *of_prop_next_string(struct property *prop, in of_prop_next_string() function
1387 s = of_prop_next_string(prop, NULL); \
1389 s = of_prop_next_string(prop, s))
/linux-6.3-rc2/drivers/leds/
A Dleds-powernv.c256 while ((cur = of_prop_next_string(p, cur)) != NULL) { in powernv_led_classdev()
/linux-6.3-rc2/drivers/net/wireless/mediatek/mt76/
A Deeprom.c129 while ((cp = of_prop_next_string(prop, cp)) != NULL) in mt76_string_prop_find()
/linux-6.3-rc2/drivers/of/
A Dproperty.c553 const char *of_prop_next_string(struct property *prop, const char *cur) in of_prop_next_string() function
569 EXPORT_SYMBOL_GPL(of_prop_next_string);
A Dbase.c516 for (cp = of_prop_next_string(prop, NULL); cp; in __of_device_is_compatible()
517 cp = of_prop_next_string(prop, cp), index++) { in __of_device_is_compatible()

Completed in 28 milliseconds