Lines Matching defs:prop
122 fdtbus_get_phandle(int phandle, const char *prop) in fdtbus_get_phandle()
139 fdtbus_get_phandle_with_data(int phandle, const char *prop, const char *cells, in fdtbus_get_phandle_with_data()
375 const char *prop; in fdtbus_get_stdout_path() local
391 const char *prop, *p; in fdtbus_get_stdout_phandle() local
417 const char *prop, *p; in fdtbus_get_stdout_speed() local
433 const char *prop, *p; in fdtbus_get_stdout_flags() local
476 const char *prop = fdt_getprop(fdtbus_get_data(), off, "status", NULL); in fdtbus_status_okay() local
484 fdtbus_get_prop(int phandle, const char *prop, int *plen) in fdtbus_get_prop()
492 fdtbus_get_string(int phandle, const char *prop) in fdtbus_get_string()
503 fdtbus_get_string_index(int phandle, const char *prop, u_int index) in fdtbus_get_string_index()
517 fdtbus_get_index(int phandle, const char *prop, const char *name, u_int *idx) in fdtbus_get_index()