Searched refs:dt_find_property (Results 1 – 3 of 3) sorted by relevance
/xen/xen/include/xen/ |
A D | device_tree.h | 344 const struct dt_property *dt_find_property(const struct dt_device_node *np, 380 const struct dt_property *prop = dt_find_property(np, name, NULL); in dt_property_read_bool()
|
/xen/xen/common/ |
A D | device_tree.c | 135 const struct dt_property *dt_find_property(const struct dt_device_node *np, in dt_find_property() function 159 const struct dt_property *pp = dt_find_property(np, name, lenp); in dt_get_property() 197 const struct dt_property *pp = dt_find_property(np, propname, NULL); in dt_property_read_string() 338 match &= dt_find_property(node, matches->prop, NULL) != NULL; in dt_match_node() 1545 return (dt_find_property(device, "xen,passthrough", NULL) != NULL); in dt_device_for_passthrough() 2068 if ( !dt_find_property(np, "interrupt-controller", NULL) ) in dt_find_interrupt_controller()
|
/xen/xen/drivers/passthrough/arm/ |
A D | ipmmu-vmsa.c | 862 if ( !dt_find_property(node, "renesas,ipmmu-main", NULL) ) in ipmmu_probe()
|
Completed in 16 milliseconds