Home
last modified time | relevance | path

Searched refs:host_match (Results 1 – 5 of 5) sorted by relevance

/arch/powerpc/include/asm/
Dxics.h81 int (*host_match)(struct ics *ics, struct device_node *node); member
/arch/powerpc/sysdev/xics/
Dics-rtas.c36 .host_match = ics_rtas_host_match,
Dics-opal.c177 .host_match = ics_opal_host_match,
Dxics-common.c308 if (ics->host_match(ics, node)) in xics_host_match()
/arch/powerpc/platforms/wsp/
Dics.c639 ics->ics.host_match = wsp_ics_host_match; in wsp_ics_setup()