/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() 631 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() 313 switch (hw->api_version) { in ixgbevf_get_reta_locked() 381 switch (hw->api_version) { in ixgbevf_get_rss_key_locked() 542 switch (hw->api_version) { in ixgbevf_update_xcast_mode() 867 hw->api_version = api; in ixgbevf_negotiate_api_version_vf() 899 switch (hw->api_version) { in ixgbevf_get_queues()
|
D | vf.h | 119 int api_version; member
|
D | ipsec.c | 624 switch (adapter->hw.api_version) { in ixgbevf_init_ipsec_offload()
|
D | ixgbevf_main.c | 2626 switch (hw->api_version) { in ixgbevf_set_num_queues() 4624 switch (adapter->hw.api_version) { in ixgbevf_probe()
|
/drivers/vdpa/vdpa_user/ |
D | vduse_dev.c | 87 u64 api_version; member 109 u64 api_version; member 1301 void *config_buf, u64 api_version) in vduse_create_dev() argument 1315 dev->api_version = api_version; in vduse_create_dev() 1385 ret = put_user(control->api_version, (u64 __user *)argp); in vduse_ioctl() 1388 u64 api_version; in vduse_ioctl() local 1391 if (get_user(api_version, (u64 __user *)argp)) in vduse_ioctl() 1395 if (api_version > VDUSE_API_VERSION) in vduse_ioctl() 1399 control->api_version = api_version; in vduse_ioctl() 1421 ret = vduse_create_dev(&config, buf, control->api_version); in vduse_ioctl() [all …]
|
/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/net/ethernet/mellanox/mlxsw/ |
D | cmd.h | 247 MLXSW_ITEM32(cmd_mbox, query_fw, api_version, 0x0C, 0, 16);
|
/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/media/usb/dvb-usb-v2/ |
D | af9015.c | 856 memcpy(state->af9013_pdata[0].api_version, "\x0\x1\x9\x0", 4); in af9015_af9013_frontend_attach() 862 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 | 2640 fw_info.version.api_version = (version >> 8) & 0xFF; in dbx500_fw_version_init() 2650 fw_info.version.api_version, in dbx500_fw_version_init()
|
/drivers/net/wireless/marvell/ |
D | mwl8k.c | 2529 u32 api_version; in mwl8k_cmd_get_hw_spec_ap() local 2546 api_version = le32_to_cpu(cmd->fw_api_version); in mwl8k_cmd_get_hw_spec_ap() 2547 if (priv->device_info->fw_api_ap != api_version) { in mwl8k_cmd_get_hw_spec_ap() 2552 api_version); in mwl8k_cmd_get_hw_spec_ap()
|