Searched refs:xe_oa_set_property_funcs (Results 1 – 1 of 1) sorted by relevance
1717 static const xe_oa_set_property_fn xe_oa_set_property_funcs[] = { variable1741 if (XE_IOCTL_DBG(oa->xe, ext.property >= ARRAY_SIZE(xe_oa_set_property_funcs)) || in xe_oa_user_ext_set_property()1745 idx = array_index_nospec(ext.property, ARRAY_SIZE(xe_oa_set_property_funcs)); in xe_oa_user_ext_set_property()1746 return xe_oa_set_property_funcs[idx](oa, ext.value, param); in xe_oa_user_ext_set_property()
Completed in 9 milliseconds