Searched refs:compat_prop (Results 1 – 2 of 2) sorted by relevance
118 struct rt_ofw_prop *compat_prop = RT_NULL; in platform_ofw_device_probe_once() local135 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()
33 struct rt_ofw_prop *compat_prop = rt_ofw_get_prop(np, "compatible", RT_NULL); in rt_ofw_stub_probe_range() local35 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