Searched refs:of_prop_next_string (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.4/arch/powerpc/platforms/pseries/ |
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()
|
/Linux-v5.4/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
D | of.c | 29 settings->board_type = of_prop_next_string(prop, NULL); in brcmf_of_probe()
|
/Linux-v5.4/drivers/iio/multiplexer/ |
D | iio-mux.c | 331 s = of_prop_next_string(prop, NULL), \ 334 s = of_prop_next_string(prop, s), \
|
/Linux-v5.4/include/linux/ |
D | of.h | 549 const char *of_prop_next_string(struct property *prop, const char *cur); 930 static inline const char *of_prop_next_string(struct property *prop, in of_prop_next_string() function 1224 s = of_prop_next_string(prop, NULL); \ 1226 s = of_prop_next_string(prop, s))
|
/Linux-v5.4/drivers/leds/ |
D | leds-powernv.c | 256 while ((cur = of_prop_next_string(p, cur)) != NULL) { in powernv_led_classdev()
|
/Linux-v5.4/drivers/of/ |
D | property.c | 506 const char *of_prop_next_string(struct property *prop, const char *cur) in of_prop_next_string() function 522 EXPORT_SYMBOL_GPL(of_prop_next_string);
|
D | base.c | 520 for (cp = of_prop_next_string(prop, NULL); cp; in __of_device_is_compatible() 521 cp = of_prop_next_string(prop, cp), index++) { in __of_device_is_compatible()
|