Searched refs:xe_query_funcs (Results 1 – 1 of 1) sorted by relevance
701 static int (* const xe_query_funcs[])(struct xe_device *xe, variable724 if (XE_IOCTL_DBG(xe, query->query >= ARRAY_SIZE(xe_query_funcs))) in xe_query_ioctl()727 idx = array_index_nospec(query->query, ARRAY_SIZE(xe_query_funcs)); in xe_query_ioctl()728 if (XE_IOCTL_DBG(xe, !xe_query_funcs[idx])) in xe_query_ioctl()731 return xe_query_funcs[idx](xe, query); in xe_query_ioctl()