Home
last modified time | relevance | path

Searched refs:dt_match_node (Results 1 – 7 of 7) sorted by relevance

/xen/xen/arch/arm/
A Ddevice.c43 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 Dplatform.c155 return (dt_match_node(blacklist, node) != NULL); in platform_device_is_blacklisted()
A Ddomain_build.c1471 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 Ddevice_tree.h630 dt_match_node(const struct dt_device_match *matches,
/xen/xen/drivers/char/
A Dscif-uart.c331 match = dt_match_node(scif_uart_dt_match, dev); in scif_uart_init()
/xen/xen/common/
A Ddevice_tree.c314 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 Dsmmu.c64 #define of_match_node dt_match_node

Completed in 30 milliseconds