Searched refs:of_prop_next_u32 (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/drivers/media/v4l2-core/ |
D | v4l2-of.c | 38 lane = of_prop_next_u32(prop, lane, &v); in v4l2_of_parse_csi_bus() 52 polarity = of_prop_next_u32(prop, polarity, &v); in v4l2_of_parse_csi_bus()
|
/linux-4.4.14/include/linux/ |
D | of.h | 367 const __be32 *of_prop_next_u32(struct property *prop, const __be32 *cur, 631 static inline const __be32 *of_prop_next_u32(struct property *prop, in of_prop_next_u32() function 873 p = of_prop_next_u32(prop, NULL, &u); \ 875 p = of_prop_next_u32(prop, p, &u))
|
/linux-4.4.14/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.4.14/drivers/staging/fbtft/ |
D | fbtft-core.c | 1043 p = of_prop_next_u32(prop, NULL, &val); in fbtft_init_display_dt() 1063 p = of_prop_next_u32(prop, p, &val); in fbtft_init_display_dt() 1093 p = of_prop_next_u32(prop, p, &val); in fbtft_init_display_dt()
|
/linux-4.4.14/drivers/of/ |
D | base.c | 2008 const __be32 *of_prop_next_u32(struct property *prop, const __be32 *cur, in of_prop_next_u32() function 2029 EXPORT_SYMBOL_GPL(of_prop_next_u32);
|
/linux-4.4.14/drivers/leds/ |
D | leds-max77693.c | 654 srcs = of_prop_next_u32(prop, srcs, in max77693_led_parse_dt()
|
/linux-4.4.14/drivers/clk/ |
D | clk-si5351.c | 1154 p = of_prop_next_u32(prop, p, &val); in si5351_dt_parse()
|