Lines Matching refs:fdt_getprop
75 cchar = fdt_getprop(fdt, node, "status", NULL); in fdt_get_status()
81 cchar = fdt_getprop(fdt, node, "secure-status", NULL); in fdt_get_status()
138 cuint = fdt_getprop(fdt, node, "reg", NULL); in dt_fill_device_info()
145 cuint = fdt_getprop(fdt, node, "clocks", NULL); in dt_fill_device_info()
153 cuint = fdt_getprop(fdt, node, "resets", NULL); in dt_fill_device_info()
214 cuint = fdt_getprop(fdt, node, "reg", NULL); in dt_match_instance_by_compatible()
317 return (const char *)fdt_getprop(fdt, node, "model", NULL); in dt_get_board_model()
348 cuint = fdt_getprop(fdt, node, "reg", &len); in dt_find_otp_name()
394 if (fdt_getprop(fdt, node, "gpio-controller", NULL) == NULL) { in fdt_get_gpio_bank_pin_count()
398 cuint = fdt_getprop(fdt, node, "reg", NULL); in fdt_get_gpio_bank_pin_count()
412 cuint = fdt_getprop(fdt, node, "gpio-ranges", &len); in fdt_get_gpio_bank_pin_count()