Symbol: api_version
arch/powerpc/platforms/pseries/mobility.c
812
static CLASS_ATTR_STRING(api_version, 0444, __stringify(MIGRATION_API_VERSION));
drivers/accel/ivpu/ivpu_drv.c
185
args->value = fw_hdr->api_version[args->index];
drivers/accel/ivpu/ivpu_fw.c
100
u16 major = (u16)(fw_hdr->api_version[index] >> 16);
drivers/accel/ivpu/ivpu_fw.c
101
u16 minor = (u16)(fw_hdr->api_version[index]);
drivers/accel/ivpu/ivpu_fw.c
122
u16 fw_major = (u16)(fw_hdr->api_version[index] >> 16);
drivers/accel/ivpu/ivpu_fw.c
123
u16 fw_minor = (u16)(fw_hdr->api_version[index]);
drivers/accel/ivpu/vpu_boot_api.h
63
u32 api_version[VPU_FW_API_VER_NUM];
drivers/gpu/drm/i915/display/intel_hdcp_gsc_message.c
158
send_hprime_in.header.api_version = HDCP_API_VERSION;
drivers/gpu/drm/i915/display/intel_hdcp_gsc_message.c
207
pairing_info_in.header.api_version = HDCP_API_VERSION;
drivers/gpu/drm/i915/display/intel_hdcp_gsc_message.c
259
lc_init_in.header.api_version = HDCP_API_VERSION;
drivers/gpu/drm/i915/display/intel_hdcp_gsc_message.c
308
verify_lprime_in.header.api_version = HDCP_API_VERSION;
drivers/gpu/drm/i915/display/intel_hdcp_gsc_message.c
36
session_init_in.header.api_version = HDCP_API_VERSION;
drivers/gpu/drm/i915/display/intel_hdcp_gsc_message.c
360
get_skey_in.header.api_version = HDCP_API_VERSION;
drivers/gpu/drm/i915/display/intel_hdcp_gsc_message.c
415
verify_repeater_in.header.api_version = HDCP_API_VERSION;
drivers/gpu/drm/i915/display/intel_hdcp_gsc_message.c
486
verify_mprime_in->header.api_version = HDCP_API_VERSION;
drivers/gpu/drm/i915/display/intel_hdcp_gsc_message.c
541
enable_auth_in.header.api_version = HDCP_API_VERSION;
drivers/gpu/drm/i915/display/intel_hdcp_gsc_message.c
587
session_close_in.header.api_version = HDCP_API_VERSION;
drivers/gpu/drm/i915/display/intel_hdcp_gsc_message.c
94
verify_rxcert_in.header.api_version = HDCP_API_VERSION;
drivers/gpu/drm/i915/gt/uc/intel_huc_fw.c
56
msg_in->huc_in.header.api_version = PXP_APIVER(4, 3);
drivers/gpu/drm/i915/pxp/intel_pxp_cmd_interface_cmn.h
29
u32 api_version;
drivers/gpu/drm/i915/pxp/intel_pxp_gsccs.c
218
msg_in.header.api_version = PXP_APIVER(4, 3);
drivers/gpu/drm/i915/pxp/intel_pxp_gsccs.c
242
msg_in.header.command_id, msg_in.header.api_version);
drivers/gpu/drm/i915/pxp/intel_pxp_gsccs.c
260
msg_in.header.api_version = PXP_APIVER(4, 3);
drivers/gpu/drm/i915/pxp/intel_pxp_gsccs.c
285
msg_in.header.command_id, msg_in.header.api_version);
drivers/gpu/drm/i915/pxp/intel_pxp_huc.c
39
huc_in.header.api_version = PXP_APIVER(4, 3);
drivers/gpu/drm/i915/pxp/intel_pxp_tee.c
338
msg_in.header.api_version = PXP_APIVER(4, 2);
drivers/gpu/drm/i915/pxp/intel_pxp_tee.c
362
msg_in.header.command_id, msg_in.header.api_version);
drivers/gpu/drm/i915/pxp/intel_pxp_tee.c
379
msg_in.header.api_version = PXP_APIVER(4, 2);
drivers/gpu/drm/i915/pxp/intel_pxp_tee.c
410
msg_in.header.command_id, msg_in.header.api_version);
drivers/gpu/drm/xe/abi/gsc_pxp_commands_abi.h
40
u32 api_version;
drivers/gpu/drm/xe/xe_huc.c
145
huc_auth_msg_wr(xe, map, wr_offset, header.api_version, PXP_APIVER(4, 3));
drivers/gpu/drm/xe/xe_pxp_submit.c
524
msg_in.header.api_version = PXP_APIVER(4, 3);
drivers/gpu/drm/xe/xe_pxp_submit.c
575
msg_in.header.api_version = PXP_APIVER(4, 3);
drivers/media/dvb-frontends/af9013.c
1467
memcpy(&state->api_version, pdata->api_version, sizeof(state->api_version));
drivers/media/dvb-frontends/af9013.c
24
u8 api_version[4];
drivers/media/dvb-frontends/af9013.c
856
ret = regmap_bulk_write(state->regmap, 0x9bf2, state->api_version, 4);
drivers/media/dvb-frontends/af9013.h
61
u8 api_version[4];
drivers/media/platform/amphion/vpu_malone.c
266
u32 api_version;
drivers/media/platform/amphion/vpu_windsor.c
86
u32 api_version;
drivers/media/usb/dvb-usb-v2/af9015.c
856
memcpy(state->af9013_pdata[0].api_version, "\x0\x1\x9\x0", 4);
drivers/media/usb/dvb-usb-v2/af9015.c
862
memcpy(state->af9013_pdata[1].api_version, "\x0\x1\x9\x0", 4);
drivers/mfd/db8500-prcmu.c
2639
fw_info.version.api_version = (version >> 8) & 0xFF;
drivers/mfd/db8500-prcmu.c
2649
fw_info.version.api_version,
drivers/misc/mei/hdcp/mei_hdcp.c
124
verify_rxcert_in.header.api_version = HDCP_API_VERSION;
drivers/misc/mei/hdcp/mei_hdcp.c
196
send_hprime_in.header.api_version = HDCP_API_VERSION;
drivers/misc/mei/hdcp/mei_hdcp.c
253
pairing_info_in.header.api_version = HDCP_API_VERSION;
drivers/misc/mei/hdcp/mei_hdcp.c
313
lc_init_in.header.api_version = HDCP_API_VERSION;
drivers/misc/mei/hdcp/mei_hdcp.c
368
verify_lprime_in.header.api_version = HDCP_API_VERSION;
drivers/misc/mei/hdcp/mei_hdcp.c
427
get_skey_in.header.api_version = HDCP_API_VERSION;
drivers/misc/mei/hdcp/mei_hdcp.c
491
verify_repeater_in.header.api_version = HDCP_API_VERSION;
drivers/misc/mei/hdcp/mei_hdcp.c
54
session_init_in.header.api_version = HDCP_API_VERSION;
drivers/misc/mei/hdcp/mei_hdcp.c
570
verify_mprime_in->header.api_version = HDCP_API_VERSION;
drivers/misc/mei/hdcp/mei_hdcp.c
632
enable_auth_in.header.api_version = HDCP_API_VERSION;
drivers/misc/mei/hdcp/mei_hdcp.c
686
session_close_in.header.api_version = HDCP_API_VERSION;
drivers/net/ethernet/intel/ixgbevf/ipsec.c
620
switch (adapter->hw.api_version) {
drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c
2292
if (hw->api_version == ixgbe_mbox_api_14)
drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c
2294
else if (hw->api_version == ixgbe_mbox_api_15)
drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c
2676
switch (hw->api_version) {
drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c
4671
switch (adapter->hw.api_version) {
drivers/net/ethernet/intel/ixgbevf/vf.c
1038
hw->api_version = api;
drivers/net/ethernet/intel/ixgbevf/vf.c
1070
switch (hw->api_version) {
drivers/net/ethernet/intel/ixgbevf/vf.c
315
switch (hw->api_version) {
drivers/net/ethernet/intel/ixgbevf/vf.c
386
switch (hw->api_version) {
drivers/net/ethernet/intel/ixgbevf/vf.c
550
switch (hw->api_version) {
drivers/net/ethernet/intel/ixgbevf/vf.c
650
switch (hw->api_version) {
drivers/net/ethernet/intel/ixgbevf/vf.c
689
switch (hw->api_version) {
drivers/net/ethernet/intel/ixgbevf/vf.c
76
hw->api_version = ixgbe_mbox_api_10;
drivers/net/ethernet/intel/ixgbevf/vf.c
862
hw->api_version >= ixgbe_mbox_api_16) {
drivers/net/ethernet/intel/ixgbevf/vf.h
122
int api_version;
drivers/net/ethernet/mellanox/mlxsw/cmd.h
247
MLXSW_ITEM32(cmd_mbox, query_fw, api_version, 0x0C, 0, 16);
drivers/net/wireless/ath/ath11k/core.h
1070
u32 api_version;
drivers/net/wireless/ath/ath11k/fw.c
154
ab->fw.api_version = 2;
drivers/net/wireless/ath/ath11k/fw.c
158
ab->fw.api_version = 1;
drivers/net/wireless/ath/ath11k/fw.c
162
ab->fw.api_version);
drivers/net/wireless/ath/ath12k/core.h
1076
u32 api_version;
drivers/net/wireless/ath/ath12k/fw.c
169
ab->fw.api_version = 2;
drivers/net/wireless/ath/ath12k/fw.c
171
ab->fw.api_version = 1;
drivers/net/wireless/ath/ath12k/fw.c
174
ab->fw.api_version);
drivers/net/wireless/ath/carl9170/carl9170.h
273
unsigned int api_version;
drivers/net/wireless/ath/carl9170/fw.c
248
ar->fw.api_version = otus_desc->api_ver;
drivers/net/wireless/ath/carl9170/fw.c
250
if (ar->fw.api_version < CARL9170FW_API_MIN_VER ||
drivers/net/wireless/ath/carl9170/fw.c
251
ar->fw.api_version > CARL9170FW_API_MAX_VER) {
drivers/net/wireless/marvell/mwl8k.c
2538
u32 api_version;
drivers/net/wireless/marvell/mwl8k.c
2555
api_version = le32_to_cpu(cmd->fw_api_version);
drivers/net/wireless/marvell/mwl8k.c
2556
if (priv->device_info->fw_api_ap != api_version) {
drivers/net/wireless/marvell/mwl8k.c
2561
api_version);
drivers/platform/x86/intel/speed_select_if/isst_if_common.c
260
info.api_version = isst_if_api_version;
drivers/platform/x86/intel/speed_select_if/isst_if_common.c
745
if (!cb->api_version)
drivers/platform/x86/intel/speed_select_if/isst_if_common.c
746
cb->api_version = ISST_IF_API_VERSION;
drivers/platform/x86/intel/speed_select_if/isst_if_common.c
747
if (cb->api_version > isst_if_api_version)
drivers/platform/x86/intel/speed_select_if/isst_if_common.c
748
isst_if_api_version = cb->api_version;
drivers/platform/x86/intel/speed_select_if/isst_if_common.h
67
int api_version;
drivers/platform/x86/intel/speed_select_if/isst_tpmi_core.c
1838
cb.api_version = ISST_TPMI_API_VERSION;
drivers/pps/kapi.c
95
pps->params.api_version = PPS_API_VERS;
drivers/pps/pps.c
156
pps->params.api_version = PPS_API_VERS;
drivers/scsi/lpfc/lpfc_vport.h
67
uint32_t api_version;
drivers/vdpa/vdpa_user/vduse_dev.c
132
u64 api_version;
drivers/vdpa/vdpa_user/vduse_dev.c
1361
if (dev->api_version < VDUSE_API_VERSION_1 &&
drivers/vdpa/vdpa_user/vduse_dev.c
1437
if (dev->api_version < VDUSE_API_VERSION_1) {
drivers/vdpa/vdpa_user/vduse_dev.c
1542
(dev->api_version < VDUSE_API_VERSION_1 &&
drivers/vdpa/vdpa_user/vduse_dev.c
1564
(dev->api_version < VDUSE_API_VERSION_1 &&
drivers/vdpa/vdpa_user/vduse_dev.c
1588
if (dev->api_version < VDUSE_API_VERSION_1) {
drivers/vdpa/vdpa_user/vduse_dev.c
159
u64 api_version;
drivers/vdpa/vdpa_user/vduse_dev.c
1943
u64 api_version)
drivers/vdpa/vdpa_user/vduse_dev.c
1949
if (api_version < VDUSE_API_VERSION_1 &&
drivers/vdpa/vdpa_user/vduse_dev.c
1953
if (api_version >= VDUSE_API_VERSION_1) {
drivers/vdpa/vdpa_user/vduse_dev.c
2055
void *config_buf, u64 api_version)
drivers/vdpa/vdpa_user/vduse_dev.c
2073
dev->api_version = api_version;
drivers/vdpa/vdpa_user/vduse_dev.c
2078
dev->nas = (dev->api_version < VDUSE_API_VERSION_1) ? 1 : config->nas;
drivers/vdpa/vdpa_user/vduse_dev.c
2085
dev->ngroups = (dev->api_version < VDUSE_API_VERSION_1)
drivers/vdpa/vdpa_user/vduse_dev.c
2152
if (control->api_version == VDUSE_API_VERSION_NOT_ASKED)
drivers/vdpa/vdpa_user/vduse_dev.c
2153
control->api_version = VDUSE_API_VERSION_1;
drivers/vdpa/vdpa_user/vduse_dev.c
2154
ret = put_user(control->api_version, (u64 __user *)argp);
drivers/vdpa/vdpa_user/vduse_dev.c
2157
u64 api_version;
drivers/vdpa/vdpa_user/vduse_dev.c
2160
if (get_user(api_version, (u64 __user *)argp))
drivers/vdpa/vdpa_user/vduse_dev.c
2164
if (api_version > VDUSE_API_VERSION_1)
drivers/vdpa/vdpa_user/vduse_dev.c
2168
control->api_version = api_version;
drivers/vdpa/vdpa_user/vduse_dev.c
2181
if (control->api_version == VDUSE_API_VERSION_NOT_ASKED)
drivers/vdpa/vdpa_user/vduse_dev.c
2182
control->api_version = VDUSE_API_VERSION;
drivers/vdpa/vdpa_user/vduse_dev.c
2183
if (!vduse_validate_config(&config, control->api_version))
drivers/vdpa/vdpa_user/vduse_dev.c
2192
ret = vduse_create_dev(&config, buf, control->api_version);
drivers/vdpa/vdpa_user/vduse_dev.c
2233
control->api_version = VDUSE_API_VERSION_NOT_ASKED;
drivers/vdpa/vdpa_user/vduse_dev.c
344
if (dev->api_version < VDUSE_API_VERSION_1) {
drivers/vdpa/vdpa_user/vduse_dev.c
635
if (dev->api_version < VDUSE_API_VERSION_1)
drivers/vdpa/vdpa_user/vduse_dev.c
671
if (dev->api_version < VDUSE_API_VERSION_1)
include/drm/intel/i915_hdcp_interface.h
350
u32 api_version;
include/linux/mfd/dbx500-prcmu.h
206
u8 api_version;
include/linux/mod_devicetable.h
266
__u8 api_version;
include/sound/hda_codec.h
81
.api_version = HDA_DEV_LEGACY, .driver_data = (_model) }
include/sound/hdaudio_ext.h
16
.api_version = HDA_DEV_ASOC, \
include/uapi/linux/isst_if.h
32
__u16 api_version;
include/uapi/linux/pps.h
84
int api_version; /* API version # */
scripts/mod/devicetable-offsets.c
223
DEVID_FIELD(hda_device_id, api_version);
scripts/mod/file2alias.c
1171
DEF_FIELD(symval, hda_device_id, api_version);
scripts/mod/file2alias.c
1175
ADD(alias, "a", api_version != 0, api_version);
sound/soc/qcom/qdsp6/q6core.c
270
ainfo->api_version = info->api_version;
sound/soc/qcom/qdsp6/q6core.c
283
ainfo->api_version = info->version;
sound/soc/qcom/qdsp6/q6core.c
40
uint32_t api_version;
sound/soc/qcom/qdsp6/q6core.h
8
uint32_t api_version;
tools/power/x86/intel-speed-select/isst-config.c
1123
isst_platform_info.api_version = 1;
tools/power/x86/intel-speed-select/isst-config.c
1139
if (isst_platform_info.api_version > supported_api_ver) {
tools/power/x86/intel-speed-select/isst-config.c
1145
if (isst_set_platform_ops(isst_platform_info.api_version)) {
tools/power/x86/intel-speed-select/isst-config.c
1251
isst_platform_info.api_version);
tools/power/x86/intel-speed-select/isst-config.c
209
return isst_platform_info.api_version;
tools/power/x86/intel-speed-select/isst-config.c
736
if (api_version() > 1) {
tools/power/x86/intel-speed-select/isst-core-tpmi.c
197
if (api_version() > 2) {
tools/power/x86/intel-speed-select/isst-core.c
19
int isst_set_platform_ops(int api_version)
tools/power/x86/intel-speed-select/isst-core.c
21
switch (api_version) {
tools/power/x86/intel-speed-select/isst-display.c
175
if (api_version() > 1) {
tools/power/x86/intel-speed-select/isst-display.c
202
if (api_version() > 1) {
tools/power/x86/intel-speed-select/isst-display.c
307
if (i == 0 && api_version() == 1 && !is_emr_platform())
tools/power/x86/intel-speed-select/isst-display.c
327
if (j == 0 && api_version() == 1 && !is_emr_platform())
tools/power/x86/intel-speed-select/isst-display.c
490
if (api_version() > 1) {
tools/power/x86/intel-speed-select/isst.h
221
extern int api_version(void);
tools/power/x86/intel-speed-select/isst.h
240
extern int isst_set_platform_ops(int api_version);