Home
last modified time | relevance | path

Searched refs:dm (Results 1 – 3 of 3) sorted by relevance

/optee_os/core/kernel/
H A Ddt_driver.c36 const struct dt_device_match *dm; member
502 res = elt->dt_drv->probe(fdt, elt->nodeoffset, elt->dm->compat_data); in probe_driver_node()
532 const struct dt_device_match *dm) in alloc_elt_and_probe() argument
543 elt->dm = dm; in alloc_elt_and_probe()
555 const struct dt_device_match *dm = NULL; in probe_device_by_compat() local
561 for (dm = drv->match_table; dm && dm->compatible; dm++) in probe_device_by_compat()
562 if (strcmp(dm->compatible, compat) == 0) in probe_device_by_compat()
563 return alloc_elt_and_probe(fdt, node, drv, dm); in probe_device_by_compat()
680 const struct dt_device_match *dm) in add_node_to_probe() argument
686 .dm = dm, in add_node_to_probe()
[all …]
H A Ddt.c29 const struct dt_device_match *dm; in dt_find_compatible_driver() local
33 for (dm = drv->match_table; dm; dm++) { in dt_find_compatible_driver()
34 if (!dm->compatible) { in dt_find_compatible_driver()
38 dm->compatible)) { in dt_find_compatible_driver()
/optee_os/core/arch/arm/dts/
H A Dstm32mp15-pinctrl.dtsi2192 usbotg_fs_dp_dm_pins_a: usbotg-fs-dp-dm-0 {