Home
last modified time | relevance | path

Searched refs:api_version (Results 1 – 25 of 40) sorted by relevance

12

/linux/drivers/gpu/drm/i915/display/
H A Dintel_hdcp_gsc_message.c36 session_init_in.header.api_version = HDCP_API_VERSION; in intel_hdcp_gsc_initiate_session()
94 verify_rxcert_in.header.api_version = HDCP_API_VERSION; in intel_hdcp_gsc_verify_receiver_cert_prepare_km()
158 send_hprime_in.header.api_version = HDCP_API_VERSION; in intel_hdcp_gsc_verify_hprime()
207 pairing_info_in.header.api_version = HDCP_API_VERSION; in intel_hdcp_gsc_store_pairing_info()
259 lc_init_in.header.api_version = HDCP_API_VERSION; in intel_hdcp_gsc_initiate_locality_check()
308 verify_lprime_in.header.api_version = HDCP_API_VERSION; in intel_hdcp_gsc_verify_lprime()
360 get_skey_in.header.api_version = HDCP_API_VERSION; in intel_hdcp_gsc_get_session_key()
415 verify_repeater_in.header.api_version = HDCP_API_VERSION; in intel_hdcp_gsc_repeater_check_flow_prepare_ack()
486 verify_mprime_in->header.api_version = HDCP_API_VERSION; in intel_hdcp_gsc_verify_mprime()
541 enable_auth_in.header.api_version = HDCP_API_VERSION; in intel_hdcp_gsc_enable_authentication()
[all …]
/linux/drivers/vdpa/vdpa_user/
H A Dvduse_dev.c132 u64 api_version; member
159 u64 api_version; member
344 if (dev->api_version < VDUSE_API_VERSION_1) { in vduse_dev_update_iotlb()
635 if (dev->api_version < VDUSE_API_VERSION_1) in vduse_get_vq_group()
671 if (dev->api_version < VDUSE_API_VERSION_1) in vduse_set_group_asid()
1361 if (dev->api_version < VDUSE_API_VERSION_1 && in vduse_dev_ioctl()
1437 if (dev->api_version < VDUSE_API_VERSION_1) { in vduse_dev_ioctl()
1542 (dev->api_version < VDUSE_API_VERSION_1 && in vduse_dev_ioctl()
1564 (dev->api_version < VDUSE_API_VERSION_1 && in vduse_dev_ioctl()
1588 if (dev->api_version < VDUSE_API_VERSION_1) { in vduse_dev_ioctl()
[all …]
/linux/drivers/misc/mei/hdcp/
H A Dmei_hdcp.c54 session_init_in.header.api_version = HDCP_API_VERSION; in mei_hdcp_initiate_session()
124 verify_rxcert_in.header.api_version = HDCP_API_VERSION; in mei_hdcp_verify_receiver_cert_prepare_km()
196 send_hprime_in.header.api_version = HDCP_API_VERSION; in mei_hdcp_verify_hprime()
253 pairing_info_in.header.api_version = HDCP_API_VERSION; in mei_hdcp_store_pairing_info()
313 lc_init_in.header.api_version = HDCP_API_VERSION; in mei_hdcp_initiate_locality_check()
368 verify_lprime_in.header.api_version = HDCP_API_VERSION; in mei_hdcp_verify_lprime()
427 get_skey_in.header.api_version = HDCP_API_VERSION; in mei_hdcp_get_session_key()
491 verify_repeater_in.header.api_version = HDCP_API_VERSION; in mei_hdcp_repeater_check_flow_prepare_ack()
570 verify_mprime_in->header.api_version = HDCP_API_VERSION; in mei_hdcp_verify_mprime()
632 enable_auth_in.header.api_version = HDCP_API_VERSION; in mei_hdcp_enable_authentication()
[all …]
/linux/drivers/net/ethernet/intel/ixgbevf/
H A Dvf.c76 hw->api_version = ixgbe_mbox_api_10; in ixgbevf_reset_hw_vf()
315 switch (hw->api_version) { in ixgbevf_get_reta_locked()
386 switch (hw->api_version) { in ixgbevf_get_rss_key_locked()
550 switch (hw->api_version) { in ixgbevf_update_xcast_mode()
650 switch (hw->api_version) { in ixgbevf_get_pf_link_state()
689 switch (hw->api_version) { in ixgbevf_negotiate_features_vf()
856 hw->api_version >= ixgbe_mbox_api_16) { in ixgbevf_check_mac_link_vf()
1032 hw->api_version = api; in ixgbevf_negotiate_api_version_vf()
1064 switch (hw->api_version) { in ixgbevf_get_queues()
H A Dvf.h122 int api_version; member
/linux/drivers/net/wireless/ath/ath11k/
H A Dfw.c154 ab->fw.api_version = 2; in ath11k_fw_pre_init()
158 ab->fw.api_version = 1; in ath11k_fw_pre_init()
162 ab->fw.api_version); in ath11k_fw_pre_init()
/linux/sound/soc/qcom/qdsp6/
H A Dq6core.c40 uint32_t api_version; member
270 ainfo->api_version = info->api_version; in q6core_get_svc_api_info()
283 ainfo->api_version = info->version; in q6core_get_svc_api_info()
H A Dq6core.h8 uint32_t api_version; member
/linux/drivers/gpu/drm/i915/pxp/
H A Dintel_pxp_tee.c338 msg_in.header.api_version = PXP_APIVER(4, 2); in intel_pxp_tee_cmd_create_arb_session()
362 msg_in.header.command_id, msg_in.header.api_version); in intel_pxp_tee_cmd_create_arb_session()
379 msg_in.header.api_version = PXP_APIVER(4, 2); in intel_pxp_tee_end_arb_fw_session()
410 msg_in.header.command_id, msg_in.header.api_version); in intel_pxp_tee_end_arb_fw_session()
H A Dintel_pxp_cmd_interface_cmn.h29 u32 api_version; member
/linux/drivers/platform/x86/intel/speed_select_if/
H A Disst_if_common.c260 info.api_version = isst_if_api_version; in isst_if_get_platform_info()
745 if (!cb->api_version) in isst_if_cdev_register()
746 cb->api_version = ISST_IF_API_VERSION; in isst_if_cdev_register()
747 if (cb->api_version > isst_if_api_version) in isst_if_cdev_register()
748 isst_if_api_version = cb->api_version; in isst_if_cdev_register()
H A Disst_if_common.h67 int api_version; member
/linux/drivers/net/wireless/ath/carl9170/
H A Dfw.c248 ar->fw.api_version = otus_desc->api_ver; in carl9170_fw()
250 if (ar->fw.api_version < CARL9170FW_API_MIN_VER || in carl9170_fw()
251 ar->fw.api_version > CARL9170FW_API_MAX_VER) { in carl9170_fw()
/linux/drivers/media/dvb-frontends/
H A Daf9013.h61 u8 api_version[4]; member
H A Daf9013.c24 u8 api_version[4]; member
856 ret = regmap_bulk_write(state->regmap, 0x9bf2, state->api_version, 4); in af9013_init()
1467 memcpy(&state->api_version, pdata->api_version, sizeof(state->api_version)); in af9013_probe()
/linux/tools/power/x86/intel-speed-select/
H A Disst-display.c175 if (api_version() > 1) { in print_package_info()
202 if (api_version() > 1) { in print_package_info()
307 if (i == 0 && api_version() == 1 && !is_emr_platform()) in _isst_fact_display_information()
327 if (j == 0 && api_version() == 1 && !is_emr_platform()) in _isst_fact_display_information()
490 if (api_version() > 1) { in isst_ctdp_display_information()
H A Disst.h221 extern int api_version(void);
240 extern int isst_set_platform_ops(int api_version);
H A Disst-core.c19 int isst_set_platform_ops(int api_version) in isst_set_platform_ops() argument
21 switch (api_version) { in isst_set_platform_ops()
/linux/include/uapi/linux/
H A Dpps.h84 int api_version; /* API version # */ member
H A Disst_if.h32 __u16 api_version; member
/linux/drivers/scsi/lpfc/
H A Dlpfc_vport.h67 uint32_t api_version; member
/linux/include/sound/
H A Dhdaudio_ext.h16 .api_version = HDA_DEV_ASOC, \
/linux/drivers/pps/
H A Dkapi.c95 pps->params.api_version = PPS_API_VERS; in pps_register_source()
/linux/drivers/accel/ivpu/
H A Dvpu_boot_api.h63 u32 api_version[VPU_FW_API_VER_NUM]; member
/linux/drivers/gpu/drm/i915/gt/uc/
H A Dintel_huc_fw.c56 msg_in->huc_in.header.api_version = PXP_APIVER(4, 3); in intel_huc_fw_auth_via_gsccs()

12