Home
last modified time | relevance | path

Searched refs:compat_prop (Results 1 – 2 of 2) sorted by relevance

/components/drivers/core/
A Dplatform_ofw.c118 struct rt_ofw_prop *compat_prop = RT_NULL; in platform_ofw_device_probe_once() local
135 compat_prop = rt_ofw_get_prop(np, "compatible", RT_NULL); in platform_ofw_device_probe_once()
139 if (!compat_prop && (name == (const char *)"<NULL>" || !rt_strcmp(name, "<NULL>"))) in platform_ofw_device_probe_once()
144 id = rt_ofw_prop_match(compat_prop, platform_ofw_ids); in platform_ofw_device_probe_once()
/components/drivers/ofw/
A Dofw.c33 struct rt_ofw_prop *compat_prop = rt_ofw_get_prop(np, "compatible", RT_NULL); in rt_ofw_stub_probe_range() local
35 if (compat_prop) in rt_ofw_stub_probe_range()
46 id = rt_ofw_prop_match(compat_prop, stub->ids); in rt_ofw_stub_probe_range()

Completed in 4 milliseconds