Searched refs:host_match (Results 1 – 5 of 5) sorted by relevance
95 int (*host_match)(struct ics *ics, struct device_node *node); member
197 .host_match = ics_rtas_host_match,
201 .host_match = ics_opal_host_match,
179 .host_match = ics_native_host_match,
312 return xics_ics->host_match(xics_ics, node) ? 1 : 0; in xics_host_match()