Searched refs:api_version (Results 1 – 19 of 19) sorted by relevance
/drivers/misc/mei/hdcp/ |
D | mei_hdcp.c | 53 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 …]
|
D | mei_hdcp.h | 172 u32 api_version; member
|
/drivers/net/ethernet/intel/ixgbevf/ |
D | vf.c | 77 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()
|
D | vf.h | 122 int api_version; member
|
D | ipsec.c | 624 switch (adapter->hw.api_version) { in ixgbevf_init_ipsec_offload()
|
D | ixgbevf_main.c | 2634 switch (hw->api_version) { in ixgbevf_set_num_queues() 4643 switch (adapter->hw.api_version) { in ixgbevf_probe()
|
/drivers/net/wireless/ath/carl9170/ |
D | fw.c | 248 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()
|
D | carl9170.h | 273 unsigned int api_version; member
|
/drivers/media/dvb-frontends/ |
D | af9013.h | 61 u8 api_version[4]; member
|
D | af9013.c | 24 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/ |
D | lpfc_vport.h | 67 uint32_t api_version; member
|
/drivers/pps/ |
D | kapi.c | 95 pps->params.api_version = PPS_API_VERS; in pps_register_source()
|
D | pps.c | 153 pps->params.api_version = PPS_API_VERS; in pps_cdev_ioctl()
|
/drivers/platform/x86/intel_speed_select_if/ |
D | isst_if_common.c | 268 info.api_version = ISST_IF_API_VERSION, in isst_if_get_platform_info()
|
/drivers/net/ethernet/mellanox/mlxsw/ |
D | cmd.h | 247 MLXSW_ITEM32(cmd_mbox, query_fw, api_version, 0x0C, 0, 16);
|
/drivers/media/usb/dvb-usb-v2/ |
D | af9015.c | 855 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/ |
D | sysfs.c | 462 __ATTR_RO(api_version),
|
/drivers/mfd/ |
D | db8500-prcmu.c | 2638 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/ |
D | mwl8k.c | 2525 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()
|