Home
last modified time | relevance | path

Searched refs:dt_driver (Results 1 – 5 of 5) sorted by relevance

/optee_os-3.20.0/core/include/kernel/
A Ddt.h108 struct dt_driver { struct
117 SCATTERED_ARRAY_DEFINE_PG_ITEM(dt_drivers, struct dt_driver) argument
126 const struct dt_driver *dt_find_compatible_driver(const void *fdt, int offs);
242 static inline const struct dt_driver *dt_find_compatible_driver( in dt_find_compatible_driver()
309 for (drv = SCATTERED_ARRAY_BEGIN(dt_drivers, struct dt_driver); \
310 drv < SCATTERED_ARRAY_END(dt_drivers, struct dt_driver); \
/optee_os-3.20.0/core/kernel/
A Ddt_driver.c35 const struct dt_driver *dt_drv;
379 const struct dt_driver *dt_drv, in alloc_elt_and_probe()
402 const struct dt_driver *drv = NULL; in probe_device_by_compat()
527 const struct dt_driver *dt_drv, in add_node_to_probe()
582 const struct dt_driver *dt_drv = NULL; in add_probe_node_by_compat()
A Ddt.c16 const struct dt_driver *dt_find_compatible_driver(const void *fdt, int offs) in dt_find_compatible_driver()
19 const struct dt_driver *drv; in dt_find_compatible_driver()
A Dsub.mk7 srcs-$(CFG_DT) += dt_driver.c
A Dconsole.c121 const struct dt_driver *dt_drv; in configure_console_from_dt()

Completed in 6 milliseconds