Searched refs:of_prop_next_u32 (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/drivers/media/v4l2-core/ |
D | v4l2-of.c | 37 lane = of_prop_next_u32(prop, lane, &v); in v4l2_of_parse_csi_bus() 51 polarity = of_prop_next_u32(prop, polarity, &v); in v4l2_of_parse_csi_bus()
|
/linux-4.1.27/include/linux/ |
D | of.h | 366 const __be32 *of_prop_next_u32(struct property *prop, const __be32 *cur, 625 static inline const __be32 *of_prop_next_u32(struct property *prop, in of_prop_next_u32() function 867 p = of_prop_next_u32(prop, NULL, &u); \ 869 p = of_prop_next_u32(prop, p, &u))
|
/linux-4.1.27/drivers/hwmon/ |
D | gpio-fan.c | 519 p = of_prop_next_u32(prop, p, &u); in gpio_fan_get_of_pdata() 523 p = of_prop_next_u32(prop, p, &u); in gpio_fan_get_of_pdata()
|
/linux-4.1.27/drivers/staging/fbtft/ |
D | fbtft-core.c | 1074 p = of_prop_next_u32(prop, NULL, &val); in fbtft_init_display_dt() 1089 p = of_prop_next_u32(prop, p, &val); in fbtft_init_display_dt() 1121 p = of_prop_next_u32(prop, p, &val); in fbtft_init_display_dt()
|
/linux-4.1.27/drivers/of/ |
D | base.c | 2011 const __be32 *of_prop_next_u32(struct property *prop, const __be32 *cur, in of_prop_next_u32() function 2032 EXPORT_SYMBOL_GPL(of_prop_next_u32);
|
/linux-4.1.27/drivers/clk/ |
D | clk-si5351.c | 1142 p = of_prop_next_u32(prop, p, &val); in si5351_dt_parse()
|