Lines Matching full:const
10 static const void *fdt;
12 const void *dt_fdt(void) in dt_fdt()
24 const struct fdt_property *prop; in dt_get_nr_cells()
57 const struct fdt_property *prop; in dt_get_reg()
112 int dt_pbus_translate(const struct dt_device *dev, int regidx, in dt_pbus_translate()
118 int dt_bus_match_any(const struct dt_device *dev __unused, int fdtnode) in dt_bus_match_any()
124 static const struct dt_bus dt_default_bus = {
134 void dt_device_init(struct dt_device *dev, const struct dt_bus *bus, in dt_device_init()
142 int dt_device_find_compatible(const struct dt_device *dev, in dt_device_find_compatible()
143 const char *compatible) in dt_device_find_compatible()
159 int dt_pbus_get_base_compatible(const char *compatible, in dt_pbus_get_base_compatible()
178 const char *pn = "device_type", *pv = "memory"; in dt_get_memory_params()
208 const struct fdt_property *prop; in dt_for_each_cpu_node()
247 int dt_get_bootargs(const char **bootargs) in dt_get_bootargs()
249 const struct fdt_property *prop; in dt_get_bootargs()
268 const char *p, *q; in dt_get_default_console_node()
288 int dt_get_initrd(const char **initrd, u32 *size) in dt_get_initrd()
290 const struct fdt_property *prop; in dt_get_initrd()
333 int dt_init(const void *fdt_ptr) in dt_init()