Home
last modified time | relevance | path

Searched refs:interface_revision (Results 1 – 3 of 3) sorted by relevance

/linux/fs/ocfs2/cluster/
H A Dsys.c27 __ATTR(interface_revision, S_IRUGO, version_show, NULL);
/linux/sound/soc/sdca/
H A Dsdca_functions.c29 static int patch_sdca_function_type(u32 interface_revision, u32 *function_type) in patch_sdca_function_type() argument
35 if (interface_revision < 0x0801) { in patch_sdca_function_type()
140 ret = patch_sdca_function_type(sdca_data->interface_revision, &function_type); in find_sdca_function()
143 sdca_data->interface_revision, function_type); in find_sdca_function()
/linux/sound/soc/sdw_utils/
H A Dsoc_sdw_utils.c1277 if (!slave->sdca_data.interface_revision) { in is_sdca_endpoint_present()