Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/kernel/
A Ddt_driver.c36 const struct dt_device_match *dm; member
380 const struct dt_device_match *dm) in alloc_elt_and_probe() argument
391 elt->dm = dm; in alloc_elt_and_probe()
403 const struct dt_device_match *dm = NULL; in probe_device_by_compat() local
409 for (dm = drv->match_table; dm && dm->compatible; dm++) in probe_device_by_compat()
410 if (strcmp(dm->compatible, compat) == 0) in probe_device_by_compat()
528 const struct dt_device_match *dm) in add_node_to_probe() argument
534 .dm = dm, in add_node_to_probe()
583 const struct dt_device_match *dm = NULL; in add_probe_node_by_compat() local
587 for (dm = dt_drv->match_table; dm && dm->compatible; dm++) { in add_probe_node_by_compat()
[all …]
A Ddt.c18 const struct dt_device_match *dm; in dt_find_compatible_driver() local
22 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()
/optee_os-3.20.0/core/arch/arm/dts/
A Dstm32mp15-pinctrl.dtsi2192 usbotg_fs_dp_dm_pins_a: usbotg-fs-dp-dm-0 {

Completed in 10 milliseconds