Searched refs:dt_driver (Results 1 – 6 of 6) sorted by relevance
69 struct dt_driver { struct78 SCATTERED_ARRAY_DEFINE_PG_ITEM(dt_drivers, struct dt_driver) argument81 for (drv = SCATTERED_ARRAY_BEGIN(dt_drivers, struct dt_driver); \82 drv < SCATTERED_ARRAY_END(dt_drivers, struct dt_driver); \
111 const struct dt_driver *dt_find_compatible_driver(const void *fdt, int offs);342 static inline const struct dt_driver *dt_find_compatible_driver( in dt_find_compatible_driver()
35 const struct dt_driver *dt_drv;531 const struct dt_driver *dt_drv, in alloc_elt_and_probe()554 const struct dt_driver *drv = NULL; in probe_device_by_compat()679 const struct dt_driver *dt_drv, in add_node_to_probe()734 const struct dt_driver *dt_drv = NULL; in add_probe_node_by_compat()
8 srcs-$(CFG_DT) += dt_driver.c
154 const struct dt_driver *dt_drv; in configure_console_from_dt()
27 const struct dt_driver *dt_find_compatible_driver(const void *fdt, int offs) in dt_find_compatible_driver()30 const struct dt_driver *drv; in dt_find_compatible_driver()