/linux-4.4.14/drivers/net/ethernet/intel/ixgbevf/ |
D | vf.c | 82 hw->api_version = ixgbe_mbox_api_10; in ixgbevf_reset_hw_vf() 288 if (hw->api_version != ixgbe_mbox_api_12 || in ixgbevf_get_reta_locked() 349 if (hw->api_version != ixgbe_mbox_api_12 || in ixgbevf_get_rss_key_locked() 486 switch (hw->api_version) { in ixgbevf_update_xcast_mode() 692 hw->api_version = api; in ixgbevf_negotiate_api_version() 709 switch (hw->api_version) { in ixgbevf_get_queues()
|
D | vf.h | 142 int api_version; member
|
D | ixgbevf_main.c | 2346 switch (hw->api_version) { in ixgbevf_set_num_queues() 3727 switch (adapter->hw.api_version) { in ixgbevf_change_mtu()
|
/linux-4.4.14/drivers/media/dvb-frontends/ |
D | af9013.h | 90 u8 api_version[4]; member
|
D | af9013.c | 1085 ret = af9013_wr_regs(state, 0x9bf2, state->config.api_version, 4); in af9013_init()
|
/linux-4.4.14/include/uapi/linux/ |
D | pps.h | 69 int api_version; /* API version # */ member
|
/linux-4.4.14/drivers/scsi/lpfc/ |
D | lpfc_vport.h | 65 uint32_t api_version; member
|
/linux-4.4.14/drivers/net/wireless/ath/carl9170/ |
D | fw.c | 261 ar->fw.api_version = otus_desc->api_ver; in carl9170_fw() 263 if (ar->fw.api_version < CARL9170FW_API_MIN_VER || in carl9170_fw() 264 ar->fw.api_version > CARL9170FW_API_MAX_VER) { in carl9170_fw()
|
D | carl9170.h | 270 unsigned int api_version; member
|
/linux-4.4.14/drivers/pps/ |
D | kapi.c | 108 pps->params.api_version = PPS_API_VERS; in pps_register_source()
|
D | pps.c | 130 pps->params.api_version = PPS_API_VERS; in pps_cdev_ioctl()
|
/linux-4.4.14/include/sound/ |
D | hdaudio_ext.h | 45 .api_version = HDA_DEV_ASOC, \
|
/linux-4.4.14/scripts/mod/ |
D | devicetable-offsets.c | 203 DEVID_FIELD(hda_device_id, api_version); in main()
|
D | file2alias.c | 1262 DEF_FIELD(symval, hda_device_id, api_version); in do_hda_entry() 1267 ADD(alias, "a", api_version != 0, api_version); in do_hda_entry()
|
/linux-4.4.14/arch/powerpc/platforms/pseries/ |
D | mobility.c | 350 static CLASS_ATTR_STRING(api_version, S_IRUGO, __stringify(MIGRATION_API_VERSION));
|
/linux-4.4.14/include/linux/ |
D | mod_devicetable.h | 225 __u8 api_version; member
|
/linux-4.4.14/include/linux/mfd/ |
D | dbx500-prcmu.h | 215 u8 api_version; member
|
/linux-4.4.14/sound/pci/hda/ |
D | hda_codec.h | 92 .api_version = HDA_DEV_LEGACY, \
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlxsw/ |
D | cmd.h | 272 MLXSW_ITEM32(cmd_mbox, query_fw, api_version, 0x0C, 0, 16);
|
/linux-4.4.14/drivers/misc/cxl/ |
D | sysfs.c | 402 __ATTR_RO(api_version),
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-class-cxl | 88 What: /sys/class/cxl/<afu>/api_version
|
/linux-4.4.14/drivers/media/usb/dvb-usb-v2/ |
D | af9015.c | 817 memcpy(state->af9013_config[0].api_version, "\x0\x1\x9\x0", 4); in af9015_af9013_frontend_attach() 822 memcpy(state->af9013_config[1].api_version, "\x0\x1\x9\x0", 4); in af9015_af9013_frontend_attach()
|
/linux-4.4.14/drivers/mfd/ |
D | db8500-prcmu.c | 2708 fw_info.version.api_version = (version >> 8) & 0xFF; in dbx500_fw_version_init() 2718 fw_info.version.api_version, in dbx500_fw_version_init()
|
/linux-4.4.14/drivers/net/wireless/ |
D | mwl8k.c | 2511 u32 api_version; in mwl8k_cmd_get_hw_spec_ap() local 2528 api_version = le32_to_cpu(cmd->fw_api_version); in mwl8k_cmd_get_hw_spec_ap() 2529 if (priv->device_info->fw_api_ap != api_version) { in mwl8k_cmd_get_hw_spec_ap() 2534 api_version); in mwl8k_cmd_get_hw_spec_ap()
|