Searched refs:dt_drv (Results 1 – 2 of 2) sorted by relevance
35 const struct dt_driver *dt_drv; member312 elt->dt_drv->name, in print_probe_list()341 drv_name = elt->dt_drv->name; in probe_driver_node()343 if (!elt->dt_drv->probe) { in probe_driver_node()390 elt->dt_drv = dt_drv; in alloc_elt_and_probe()392 elt->type = dt_drv->type; in alloc_elt_and_probe()518 assert(elt->dt_drv == candidate->dt_drv); in driver_probe_compare()535 .dt_drv = dt_drv, in add_node_to_probe()537 .type = dt_drv->type, in add_node_to_probe()586 for_each_dt_driver(dt_drv) { in add_probe_node_by_compat()[all …]
121 const struct dt_driver *dt_drv; in configure_console_from_dt() local133 dt_drv = dt_find_compatible_driver(fdt, offs); in configure_console_from_dt()134 if (!dt_drv || dt_drv->type != DT_DRIVER_UART) in configure_console_from_dt()137 sdrv = (const struct serial_driver *)dt_drv->driver; in configure_console_from_dt()
Completed in 5 milliseconds