Home
last modified time | relevance | path

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

/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()
632 enable_auth_in.header.api_version = HDCP_API_VERSION; in mei_hdcp_enable_authentication()
[all …]
Dmei_hdcp.h172 u32 api_version; member
/drivers/net/ethernet/intel/ixgbevf/
Dvf.c77 hw->api_version = ixgbe_mbox_api_10; in ixgbevf_reset_hw_vf()
311 switch (hw->api_version) { in ixgbevf_get_reta_locked()
379 switch (hw->api_version) { in ixgbevf_get_rss_key_locked()
538 switch (hw->api_version) { in ixgbevf_update_xcast_mode()
859 hw->api_version = api; in ixgbevf_negotiate_api_version_vf()
891 switch (hw->api_version) { in ixgbevf_get_queues()
Dvf.h122 int api_version; member
Dipsec.c624 switch (adapter->hw.api_version) { in ixgbevf_init_ipsec_offload()
Dixgbevf_main.c2634 switch (hw->api_version) { in ixgbevf_set_num_queues()
4643 switch (adapter->hw.api_version) { in ixgbevf_probe()
/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()
Dcarl9170.h273 unsigned int api_version; member
/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()
1468 memcpy(&state->api_version, pdata->api_version, sizeof(state->api_version)); in af9013_probe()
/drivers/scsi/lpfc/
Dlpfc_vport.h67 uint32_t api_version; member
/drivers/pps/
Dkapi.c95 pps->params.api_version = PPS_API_VERS; in pps_register_source()
Dpps.c153 pps->params.api_version = PPS_API_VERS; in pps_cdev_ioctl()
/drivers/platform/x86/intel_speed_select_if/
Disst_if_common.c268 info.api_version = ISST_IF_API_VERSION, in isst_if_get_platform_info()
/drivers/net/ethernet/mellanox/mlxsw/
Dcmd.h247 MLXSW_ITEM32(cmd_mbox, query_fw, api_version, 0x0C, 0, 16);
/drivers/media/usb/dvb-usb-v2/
Daf9015.c855 memcpy(state->af9013_pdata[0].api_version, "\x0\x1\x9\x0", 4); in af9015_af9013_frontend_attach()
861 memcpy(state->af9013_pdata[1].api_version, "\x0\x1\x9\x0", 4); in af9015_af9013_frontend_attach()
/drivers/misc/cxl/
Dsysfs.c462 __ATTR_RO(api_version),
/drivers/mfd/
Ddb8500-prcmu.c2638 fw_info.version.api_version = (version >> 8) & 0xFF; in dbx500_fw_version_init()
2648 fw_info.version.api_version, in dbx500_fw_version_init()
/drivers/net/wireless/marvell/
Dmwl8k.c2525 u32 api_version; in mwl8k_cmd_get_hw_spec_ap() local
2542 api_version = le32_to_cpu(cmd->fw_api_version); in mwl8k_cmd_get_hw_spec_ap()
2543 if (priv->device_info->fw_api_ap != api_version) { in mwl8k_cmd_get_hw_spec_ap()
2548 api_version); in mwl8k_cmd_get_hw_spec_ap()