Searched refs:of_prop_next_string (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/arch/powerpc/platforms/pseries/ |
H A D | of_helpers.c | 56 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()
|
/openbmc/u-boot/drivers/core/ |
H A D | of_access.c | 173 static const char *of_prop_next_string(struct property *prop, const char *cur) in of_prop_next_string() function 201 for (cp = of_prop_next_string(prop, NULL); cp; in of_device_is_compatible() 202 cp = of_prop_next_string(prop, cp), index++) { in of_device_is_compatible()
|
/openbmc/linux/drivers/memory/ |
H A D | of_memory.c | 361 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()
|
/openbmc/linux/include/linux/ |
H A D | of.h | 440 const char *of_prop_next_string(struct property *prop, const char *cur); 822 static inline const char *of_prop_next_string(struct property *prop, in of_prop_next_string() function 1409 s = of_prop_next_string(prop, NULL); \ 1411 s = of_prop_next_string(prop, s))
|
/openbmc/linux/drivers/leds/ |
H A D | leds-powernv.c | 256 while ((cur = of_prop_next_string(p, cur)) != NULL) { in powernv_led_classdev()
|
/openbmc/linux/drivers/of/ |
H A D | property.c | 553 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);
|
H A D | base.c | 330 for (cp = of_prop_next_string(prop, NULL); cp; in __of_device_is_compatible() 331 cp = of_prop_next_string(prop, cp), index++) { in __of_device_is_compatible()
|
/openbmc/linux/drivers/net/wireless/mediatek/mt76/ |
H A D | eeprom.c | 184 while ((cp = of_prop_next_string(prop, cp)) != NULL) in mt76_string_prop_find()
|