Searched refs:dt_match_node (Results 1 – 7 of 7) sorted by relevance
/xen/xen/arch/arm/ |
A D | device.c | 43 if ( dt_match_node(desc->dt_match, dev) ) in device_init() 80 if ( dt_match_node(desc->dt_match, dev) ) in device_get_class()
|
A D | platform.c | 155 return (dt_match_node(blacklist, node) != NULL); in platform_device_is_blacklisted()
|
A D | domain_build.c | 1471 if ( dt_match_node(skip_matches, node) ) in handle_node() 1488 if ( dt_match_node(timer_matches, node) ) in handle_node() 1530 if ( dt_match_node(reserved_matches, node) ) in handle_node()
|
/xen/xen/include/xen/ |
A D | device_tree.h | 630 dt_match_node(const struct dt_device_match *matches,
|
/xen/xen/drivers/char/ |
A D | scif-uart.c | 331 match = dt_match_node(scif_uart_dt_match, dev); in scif_uart_init()
|
/xen/xen/common/ |
A D | device_tree.c | 314 dt_match_node(const struct dt_device_match *matches, in dt_match_node() function 387 if ( dt_match_node(matches, np) ) in dt_find_matching_node()
|
/xen/xen/drivers/passthrough/arm/ |
A D | smmu.c | 64 #define of_match_node dt_match_node
|
Completed in 30 milliseconds