Searched refs:dm (Results 1 – 2 of 2) sorted by relevance
36 const struct dt_device_match *dm; member367 const struct dt_device_match *dm) in alloc_elt_and_probe() argument378 elt->dm = dm; in alloc_elt_and_probe()390 const struct dt_device_match *dm = NULL; in probe_device_by_compat() local396 for (dm = drv->match_table; dm && dm->compatible; dm++) in probe_device_by_compat()397 if (strcmp(dm->compatible, compat) == 0) in probe_device_by_compat()515 const struct dt_device_match *dm) in add_node_to_probe() argument521 .dm = dm, in add_node_to_probe()570 const struct dt_device_match *dm = NULL; in add_probe_node_by_compat() local574 for (dm = dt_drv->match_table; dm && dm->compatible; dm++) { in add_probe_node_by_compat()[all …]
18 const struct dt_device_match *dm; in dt_find_compatible_driver() local22 for (dm = drv->match_table; dm; dm++) { in dt_find_compatible_driver()23 if (!dm->compatible) { in dt_find_compatible_driver()27 dm->compatible)) { in dt_find_compatible_driver()
Completed in 6 milliseconds