Home
last modified time | relevance | path

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

/optee_os/core/include/kernel/
H A Ddt_driver.h69 struct dt_driver { struct
78 SCATTERED_ARRAY_DEFINE_PG_ITEM(dt_drivers, struct dt_driver) argument
81 for (drv = SCATTERED_ARRAY_BEGIN(dt_drivers, struct dt_driver); \
82 drv < SCATTERED_ARRAY_END(dt_drivers, struct dt_driver); \
H A Ddt.h111 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()
/optee_os/core/kernel/
H A Ddt_driver.c35 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()
H A Dsub.mk8 srcs-$(CFG_DT) += dt_driver.c
H A Dconsole.c154 const struct dt_driver *dt_drv; in configure_console_from_dt()
H A Ddt.c27 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()