Home
last modified time | relevance | path

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

12

/linux-6.6.21/drivers/misc/mei/hdcp/
Dmei_hdcp.c53 session_init_in.header.api_version = HDCP_API_VERSION; in mei_hdcp_initiate_session()
123 verify_rxcert_in.header.api_version = HDCP_API_VERSION; in mei_hdcp_verify_receiver_cert_prepare_km()
195 send_hprime_in.header.api_version = HDCP_API_VERSION; in mei_hdcp_verify_hprime()
252 pairing_info_in.header.api_version = HDCP_API_VERSION; in mei_hdcp_store_pairing_info()
312 lc_init_in.header.api_version = HDCP_API_VERSION; in mei_hdcp_initiate_locality_check()
367 verify_lprime_in.header.api_version = HDCP_API_VERSION; in mei_hdcp_verify_lprime()
426 get_skey_in.header.api_version = HDCP_API_VERSION; in mei_hdcp_get_session_key()
490 verify_repeater_in.header.api_version = HDCP_API_VERSION; in mei_hdcp_repeater_check_flow_prepare_ack()
569 verify_mprime_in->header.api_version = HDCP_API_VERSION; in mei_hdcp_verify_mprime()
631 enable_auth_in.header.api_version = HDCP_API_VERSION; in mei_hdcp_enable_authentication()
[all …]
/linux-6.6.21/drivers/gpu/drm/i915/display/
Dintel_hdcp_gsc.c39 session_init_in.header.api_version = HDCP_API_VERSION; in gsc_hdcp_initiate_session()
96 verify_rxcert_in.header.api_version = HDCP_API_VERSION; in gsc_hdcp_verify_receiver_cert_prepare_km()
159 send_hprime_in.header.api_version = HDCP_API_VERSION; in gsc_hdcp_verify_hprime()
207 pairing_info_in.header.api_version = HDCP_API_VERSION; in gsc_hdcp_store_pairing_info()
258 lc_init_in.header.api_version = HDCP_API_VERSION; in gsc_hdcp_initiate_locality_check()
304 verify_lprime_in.header.api_version = HDCP_API_VERSION; in gsc_hdcp_verify_lprime()
354 get_skey_in.header.api_version = HDCP_API_VERSION; in gsc_hdcp_get_session_key()
406 verify_repeater_in.header.api_version = HDCP_API_VERSION; in gsc_hdcp_repeater_check_flow_prepare_ack()
476 verify_mprime_in->header.api_version = HDCP_API_VERSION; in gsc_hdcp_verify_mprime()
529 enable_auth_in.header.api_version = HDCP_API_VERSION; in gsc_hdcp_enable_authentication()
[all …]
/linux-6.6.21/sound/soc/qcom/qdsp6/
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()
Dq6core.h8 uint32_t api_version; member
/linux-6.6.21/drivers/net/ethernet/intel/ixgbevf/
Dvf.c76 hw->api_version = ixgbe_mbox_api_10; in ixgbevf_reset_hw_vf()
315 switch (hw->api_version) { in ixgbevf_get_reta_locked()
384 switch (hw->api_version) { in ixgbevf_get_rss_key_locked()
546 switch (hw->api_version) { in ixgbevf_update_xcast_mode()
754 if (hw->api_version >= ixgbe_mbox_api_15) in ixgbevf_check_mac_link_vf()
916 hw->api_version = api; in ixgbevf_negotiate_api_version_vf()
948 switch (hw->api_version) { in ixgbevf_get_queues()
Dvf.h119 int api_version; member
/linux-6.6.21/drivers/gpu/drm/i915/pxp/
Dintel_pxp_tee.c331 msg_in.header.api_version = PXP_APIVER(4, 2); in intel_pxp_tee_cmd_create_arb_session()
355 msg_in.header.command_id, msg_in.header.api_version); in intel_pxp_tee_cmd_create_arb_session()
372 msg_in.header.api_version = PXP_APIVER(4, 2); in intel_pxp_tee_end_arb_fw_session()
403 msg_in.header.command_id, msg_in.header.api_version); in intel_pxp_tee_end_arb_fw_session()
Dintel_pxp_gsccs.c215 msg_in.header.api_version = PXP_APIVER(4, 3); in intel_pxp_gsccs_create_session()
239 msg_in.header.command_id, msg_in.header.api_version); in intel_pxp_gsccs_create_session()
257 msg_in.header.api_version = PXP_APIVER(4, 3); in intel_pxp_gsccs_end_arb_fw_session()
282 msg_in.header.command_id, msg_in.header.api_version); in intel_pxp_gsccs_end_arb_fw_session()
Dintel_pxp_cmd_interface_cmn.h29 u32 api_version; member
Dintel_pxp_huc.c37 huc_in.header.api_version = PXP_APIVER(4, 3); in intel_pxp_huc_load_and_auth()
/linux-6.6.21/drivers/platform/x86/intel/speed_select_if/
Disst_if_common.c278 info.api_version = isst_if_api_version; in isst_if_get_platform_info()
798 if (!cb->api_version) in isst_if_cdev_register()
799 cb->api_version = ISST_IF_API_VERSION; in isst_if_cdev_register()
800 if (cb->api_version > isst_if_api_version) in isst_if_cdev_register()
801 isst_if_api_version = cb->api_version; in isst_if_cdev_register()
Disst_if_common.h64 int api_version; member
/linux-6.6.21/drivers/media/dvb-frontends/
Daf9013.h61 u8 api_version[4]; member
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-6.6.21/drivers/vdpa/vdpa_user/
Dvduse_dev.c104 u64 api_version; member
130 u64 api_version; member
1776 void *config_buf, u64 api_version) in vduse_create_dev() argument
1790 dev->api_version = api_version; in vduse_create_dev()
1845 ret = put_user(control->api_version, (u64 __user *)argp); in vduse_ioctl()
1848 u64 api_version; in vduse_ioctl() local
1851 if (get_user(api_version, (u64 __user *)argp)) in vduse_ioctl()
1855 if (api_version > VDUSE_API_VERSION) in vduse_ioctl()
1859 control->api_version = api_version; in vduse_ioctl()
1881 ret = vduse_create_dev(&config, buf, control->api_version); in vduse_ioctl()
[all …]
/linux-6.6.21/drivers/scsi/lpfc/
Dlpfc_vport.h67 uint32_t api_version; member
/linux-6.6.21/include/uapi/linux/
Dpps.h84 int api_version; /* API version # */ member
Disst_if.h32 __u16 api_version; member
/linux-6.6.21/drivers/net/wireless/ath/carl9170/
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-6.6.21/tools/power/x86/intel-speed-select/
Disst-display.c175 if (api_version() > 1) in print_package_info()
188 if (api_version() > 1) { in print_package_info()
288 if (i == 0 && api_version() == 1 && !is_emr_platform()) in _isst_fact_display_information()
308 if (j == 0 && api_version() == 1 && !is_emr_platform()) in _isst_fact_display_information()
451 if (api_version() > 1) { in isst_ctdp_display_information()
Disst.h218 extern int api_version(void);
237 extern int isst_set_platform_ops(int api_version);
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-6.6.21/drivers/pps/
Dkapi.c95 pps->params.api_version = PPS_API_VERS; in pps_register_source()
/linux-6.6.21/drivers/accel/ivpu/
Dvpu_boot_api.h62 u32 api_version[VPU_FW_API_VER_NUM]; member
/linux-6.6.21/drivers/gpu/drm/i915/gt/uc/
Dintel_huc_fw.c56 msg_in->huc_in.header.api_version = PXP_APIVER(4, 3); in intel_huc_fw_auth_via_gsccs()

12