Searched refs:dt_find_property (Results 1 – 2 of 2) sorted by relevance
/xen-4.10.0-shim-comet/xen/include/xen/ |
A D | device_tree.h | 363 const struct dt_property *dt_find_property(const struct dt_device_node *np, 399 const struct dt_property *prop = dt_find_property(np, name, NULL); in dt_property_read_bool()
|
/xen-4.10.0-shim-comet/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() 1515 return (dt_find_property(device, "xen,passthrough", NULL) != NULL); in dt_device_for_passthrough() 2031 if ( !dt_find_property(np, "interrupt-controller", NULL) ) in dt_find_interrupt_controller()
|
Completed in 7 milliseconds