| /linux-4.4.14/drivers/net/wan/ |
| D | dscc4.c | 114 static const char version[] = "$Id: dscc4.c,v 1.173 2003/09/20 23:55:34 romieu Exp $ for Linux\n"; variable
|
| /linux-4.4.14/drivers/net/ethernet/dec/tulip/ |
| D | de4x5.c | 482 static const char version[] = variable 737 char version; member
|
| /linux-4.4.14/fs/xfs/libxfs/ |
| D | xfs_format.h | 893 static inline uint xfs_dinode_size(int version) in xfs_dinode_size() 930 #define XFS_LITINO(mp, version) \ argument
|
| D | xfs_log_format.h | 412 static inline uint xfs_icdinode_size(int version) in xfs_icdinode_size()
|
| D | xfs_bmap.c | 1113 int version = 1; /* superblock attr version */ in xfs_bmap_add_attrfork() local
|
| /linux-4.4.14/drivers/scsi/ |
| D | eata.c | 624 unchar version : 4, member
|
| D | ipr.h | 381 u8 version; member 1695 u8 version[sizeof(IPR_DRIVER_VERSION)]; member
|
| D | qla1280.h | 347 uint8_t version; /* 4 */ member
|
| /linux-4.4.14/include/uapi/linux/ |
| D | coda.h | 737 int version; member
|
| D | pkt_sched.h | 350 __u32 version; /* to match HTB/TC */ member
|
| D | videodev2.h | 405 __u32 version; member
|
| /linux-4.4.14/arch/x86/kernel/cpu/ |
| D | perf_event.h | 511 int version; member
|
| /linux-4.4.14/drivers/net/ethernet/3com/ |
| D | typhoon.h | 517 __le32 version; member
|
| D | 3c59x.c | 105 static const char version[] = variable
|
| /linux-4.4.14/scripts/mod/ |
| D | modpost.c | 1928 char *version; in read_symbols() local
|
| /linux-4.4.14/drivers/tty/serial/ |
| D | atmel_serial.c | 1754 u32 version; in atmel_get_ip_name() local
|
| /linux-4.4.14/arch/powerpc/kernel/ |
| D | prom_init.c | 1775 char version[64]; in prom_find_mmu() local
|
| /linux-4.4.14/fs/f2fs/ |
| D | segment.c | 1417 unsigned char version, bool recover_curseg) in f2fs_replace_block()
|
| /linux-4.4.14/drivers/scsi/mpt3sas/ |
| D | mpt3sas_ctl.c | 2441 u32 version = le32_to_cpu(ioc->bios_pg3.BiosVersion); in _ctl_version_bios_show() local
|
| /linux-4.4.14/fs/ceph/ |
| D | super.h | 268 u64 version, index_version; member
|
| D | caps.c | 2845 u64 version = le64_to_cpu(grant->xattr_version); in handle_cap_grant() local
|
| /linux-4.4.14/drivers/md/ |
| D | dm-thin-metadata.c | 102 __le32 version; member
|
| /linux-4.4.14/drivers/firewire/ |
| D | core-cdev.c | 60 u32 version; member
|
| /linux-4.4.14/drivers/scsi/cxgbi/ |
| D | libcxgbi.c | 44 static char version[] = variable
|
| /linux-4.4.14/drivers/scsi/bfa/ |
| D | bfa_fcs.h | 688 u8 version[BFA_VERSION_LEN]; /* Driver Version */ member
|
| D | bfa_ioc.h | 771 u32 version; member
|
| D | bfa_defs_svc.h | 1056 u8 version; /* FIP version used */ member
|
| /linux-4.4.14/sound/isa/ |
| D | es18xx.c | 111 unsigned short version; /* version of ESS chip */ member
|
| /linux-4.4.14/arch/powerpc/include/asm/ |
| D | qe.h | 206 u8 version; /* Version of this layout. First ver is '1' */ member
|
| /linux-4.4.14/drivers/net/ethernet/sun/ |
| D | sunhme.c | 68 static char version[] = variable
|
| D | cassini.c | 186 static char version[] = variable
|
| D | niu.c | 41 static char version[] = variable
|
| D | niu.h | 2986 char version[NIU_VPD_VERSION_MAX]; member
|
| /linux-4.4.14/include/uapi/drm/ |
| D | drm.h | 152 struct drm_version __user *version; member
|
| /linux-4.4.14/drivers/iommu/ |
| D | arm-smmu.c | 304 enum arm_smmu_arch_version version; member
|
| /linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/ |
| D | pcie.c | 1439 u32 version; in brcmf_pcie_init_share_ram_info() local
|
| /linux-4.4.14/drivers/block/ |
| D | sx8.c | 377 __le32 version; member
|
| /linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
| D | hw.c | 2029 enum version_8821ae version = VERSION_UNKNOWN; in _rtl8821ae_read_chip_version() local
|
| /linux-4.4.14/drivers/scsi/qla2xxx/ |
| D | qla_mr.h | 265 char version[VERSION_LENGTH]; member
|
| D | qla_nx.h | 1001 uint32_t version; member
|
| D | qla_def.h | 1121 uint8_t version; member
|
| /linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/ |
| D | lustre_idl.h | 1329 #define OBD_OCD_VERSION_MAJOR(version) ((int)((version)>>24)&255) argument 1330 #define OBD_OCD_VERSION_MINOR(version) ((int)((version)>>16)&255) argument 1331 #define OBD_OCD_VERSION_PATCH(version) ((int)((version)>>8)&255) argument 1332 #define OBD_OCD_VERSION_FIX(version) ((int)(version)&255) argument
|
| /linux-4.4.14/drivers/net/usb/ |
| D | r8152.c | 627 u8 version; member 4030 u16 version; in r8152b_get_version() local
|
| D | hso.c | 390 static const char *version = __FILE__ ": " MOD_AUTHOR; variable
|
| /linux-4.4.14/drivers/net/ethernet/toshiba/ |
| D | tc35815.c | 26 static const char *version = "tc35815.c:v" DRV_VERSION "\n"; variable
|
| /linux-4.4.14/include/linux/ |
| D | fb.h | 86 __u8 version; /* EDID version... */ member
|
| D | fsl_ifc.h | 839 int version; member
|
| D | hyperv.h | 407 u32 version; member
|
| D | hid.h | 504 __u32 version; /* HID version */ member
|
| D | ieee80211.h | 1049 u8 version; /* 1 for WMM version 1.0 */ member 2302 u8 version; member
|
| D | ide.h | 1027 const char *version; member
|
| D | libata.h | 77 #define ata_print_version_once(dev, version) \ argument
|
| D | efi.h | 816 u32 version; member
|
| D | nfs_xdr.h | 1501 u32 version; /* Protocol version */ member
|
| /linux-4.4.14/drivers/media/usb/gspca/ |
| D | cpia1.c | 250 } version; member
|
| /linux-4.4.14/drivers/net/ethernet/adaptec/ |
| D | starfire.c | 169 static const char version[] = variable
|
| /linux-4.4.14/drivers/net/ethernet/amd/ |
| D | pcnet32.c | 31 static const char *const version = variable
|
| /linux-4.4.14/drivers/net/ethernet/realtek/ |
| D | 8139cp.c | 82 static char version[] = variable
|
| D | r8169.c | 847 char version[RTL_VER_SIZE]; member 2511 char version[RTL_VER_SIZE]; member 2524 char *version = rtl_fw->version; in rtl_fw_format_ok() local
|
| /linux-4.4.14/drivers/input/touchscreen/ |
| D | atmel_mxt_ts.c | 193 u8 version; member
|
| /linux-4.4.14/drivers/net/vmxnet3/ |
| D | vmxnet3_defs.h | 425 __le32 version; member
|
| /linux-4.4.14/drivers/pinctrl/nomadik/ |
| D | pinctrl-nomadik.c | 1989 unsigned int version = 0; in nmk_pinctrl_probe() local
|
| /linux-4.4.14/arch/sparc/kernel/ |
| D | ldc.c | 35 static char version[] = variable
|
| /linux-4.4.14/net/ceph/ |
| D | osd_client.c | 597 u64 cookie, u64 version, int flag) in osd_req_op_watch_init()
|
| /linux-4.4.14/drivers/crypto/ |
| D | n2_core.c | 37 static const char version[] = variable
|
| /linux-4.4.14/drivers/net/ethernet/broadcom/genet/ |
| D | bcmgenet.h | 571 enum bcmgenet_version version; member
|
| /linux-4.4.14/drivers/staging/rtl8712/ |
| D | ieee80211.h | 189 u8 version; member
|
| /linux-4.4.14/drivers/net/wireless/ipw2x00/ |
| D | ipw2100.c | 5164 u16 version; member 8360 short version; member
|
| D | libipw.h | 548 u8 version; member
|
| D | ipw2100.h | 1148 int version; member
|
| D | ipw2200.h | 985 __le16 version; member
|
| /linux-4.4.14/drivers/scsi/esas2r/ |
| D | atvda.h | 318 u8 version; member 666 u8 version; member
|
| /linux-4.4.14/drivers/staging/media/bcm2048/ |
| D | radio-bcm2048.c | 1345 u8 version; in bcm2048_checkrev() local
|
| /linux-4.4.14/drivers/net/ethernet/via/ |
| D | via-rhine.c | 121 static const char version[] = variable
|
| /linux-4.4.14/drivers/net/wireless/ |
| D | wl3501.h | 607 u8 version[2]; member
|
| D | airo.c | 1100 static const char version[] = "airo.c 0.6 (Ben Reed & Javier Achirica)"; variable
|
| /linux-4.4.14/drivers/media/platform/s5p-mfc/ |
| D | s5p_mfc_common.h | 230 unsigned int version; member
|
| /linux-4.4.14/sound/sparc/ |
| D | dbri.c | 132 volatile __u32 version; member
|
| /linux-4.4.14/drivers/mtd/onenand/ |
| D | onenand_base.c | 3458 static void onenand_print_device_info(int device, int version) in onenand_print_device_info()
|
| /linux-4.4.14/net/netfilter/ |
| D | nf_conntrack_netlink.c | 59 static char __initdata version[] = "0.93"; variable
|
| /linux-4.4.14/net/core/ |
| D | pktgen.c | 445 static const char version[] = variable
|
| /linux-4.4.14/drivers/net/ethernet/alteon/ |
| D | acenic.h | 640 int version, link; member
|
| /linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/ |
| D | bnx2x_main.c | 85 static char version[] = variable 3637 static u32 bnx2x_update_mng_version_utility(u8 *version, bool bnx2x_format) in bnx2x_update_mng_version_utility() 3664 u8 *version; in bnx2x_update_mng_version() local
|
| D | bnx2x_link.c | 6216 int bnx2x_get_ext_phy_fw_version(struct link_params *params, u8 *version, in bnx2x_get_ext_phy_fw_version()
|
| /linux-4.4.14/drivers/s390/net/ |
| D | qeth_core_mpc.h | 443 __u8 version; member
|
| /linux-4.4.14/drivers/net/ethernet/smsc/ |
| D | smc911x.h | 76 u16 version; member
|
| D | smc91x.h | 219 int version; member
|
| /linux-4.4.14/drivers/scsi/pm8001/ |
| D | pm8001_sas.h | 597 u32 version;/*Hex encoded firmware version number*/ member
|
| /linux-4.4.14/drivers/video/fbdev/matrox/ |
| D | matroxfb_base.h | 323 } version; member
|
| /linux-4.4.14/include/video/ |
| D | omapdss.h | 328 enum omapdss_version version; member
|
| /linux-4.4.14/sound/pci/asihpi/ |
| D | asihpi.c | 2753 u16 version; in snd_asihpi_proc_read() local
|
| /linux-4.4.14/net/batman-adv/ |
| D | types.h | 1259 u8 version; member
|
| /linux-4.4.14/drivers/infiniband/hw/cxgb4/ |
| D | iw_cxgb4.h | 433 u8 version; member
|
| /linux-4.4.14/drivers/net/ethernet/natsemi/ |
| D | natsemi.c | 130 static const char version[] = variable
|
| /linux-4.4.14/drivers/atm/ |
| D | fore200e.h | 646 __le32 version; /* firmware version id */ member
|
| /linux-4.4.14/drivers/net/ethernet/ti/ |
| D | cpsw.c | 380 u32 version; member
|
| /linux-4.4.14/drivers/net/ethernet/qlogic/netxen/ |
| D | netxen_nic.h | 704 #define NX_CDRP_SIGNATURE_MAKE(pcifn, version) \ argument 1326 u32 version; member
|
| /linux-4.4.14/drivers/net/ethernet/amd/xgbe/ |
| D | xgbe.h | 716 unsigned int version; member
|
| /linux-4.4.14/drivers/net/wireless/ath/ath6kl/ |
| D | core.h | 727 struct ath6kl_version version; member
|
| D | wmi.c | 207 u8 *version, void *tx_meta_info) in ath6kl_wmi_meta_add()
|
| /linux-4.4.14/fs/ocfs2/ |
| D | dir.c | 1943 u64 version = inode->i_version; in ocfs2_dir_foreach() local
|
| /linux-4.4.14/drivers/ata/ |
| D | libata-core.c | 6870 void ata_print_version(const struct device *dev, const char *version) in ata_print_version()
|
| /linux-4.4.14/drivers/staging/rdma/hfi1/ |
| D | chip.c | 3036 u32 version; in adjust_lcb_for_fpga_serdes() local 5186 u32 frame, version, prod_id; in check_fabric_firmware_versions() local
|
| /linux-4.4.14/drivers/staging/slicoss/ |
| D | slichw.h | 693 u8 version[8]; member
|
| /linux-4.4.14/drivers/staging/rtl8188eu/include/ |
| D | ieee80211.h | 350 u8 version; member
|
| /linux-4.4.14/drivers/net/wireless/ti/wlcore/ |
| D | acx.h | 562 u8 version; /* ACX_IPV4_VERSION, ACX_IPV6_VERSION */ member
|
| /linux-4.4.14/drivers/staging/rtl8192e/ |
| D | rtllib.h | 983 u8 version; member 1063 u8 version; member
|
| /linux-4.4.14/drivers/scsi/megaraid/ |
| D | megaraid_sas.h | 651 char version[32]; member 668 char version[32]; member
|
| /linux-4.4.14/drivers/staging/rtl8192u/ieee80211/ |
| D | ieee80211.h | 1109 u8 version; member 1206 u8 version; member
|
| /linux-4.4.14/include/acpi/ |
| D | actbl1.h | 834 u8 version; member
|
| D | actbl2.h | 578 u8 version; member
|
| /linux-4.4.14/drivers/scsi/qla4xxx/ |
| D | ql4_def.h | 463 uint32_t version; member
|
| /linux-4.4.14/drivers/net/wireless/ti/wl1251/ |
| D | acx.h | 1240 u8 version; /* The IP version: 4 - IPv4, 6 - IPv6.*/ member
|
| /linux-4.4.14/drivers/media/dvb-frontends/drx39xyj/ |
| D | drx_driver.h | 1231 struct drx_version *version;/**< Version information */ member
|
| /linux-4.4.14/fs/ntfs/ |
| D | layout.h | 2147 le32 version; /* Currently equals 2. */ member
|
| /linux-4.4.14/arch/x86/include/asm/ |
| D | kvm_host.h | 348 u8 version; member
|
| /linux-4.4.14/drivers/net/ethernet/broadcom/bnxt/ |
| D | bnxt.c | 61 static const char version[] = variable
|
| /linux-4.4.14/drivers/net/wireless/mwifiex/ |
| D | fw.h | 952 __le16 version; member 1594 u8 version; member
|
| /linux-4.4.14/drivers/net/ethernet/broadcom/ |
| D | cnic.c | 60 static char version[] = variable
|
| D | bnx2.c | 74 static char version[] = variable
|
| D | tg3.c | 222 static char version[] = variable
|
| D | tg3.h | 3111 __be32 version; /* unused for fragments */ member
|
| /linux-4.4.14/drivers/net/ethernet/intel/i40evf/ |
| D | i40e_type.h | 314 u16 version; /* NVM package version */ member
|
| /linux-4.4.14/include/linux/mlx5/ |
| D | device.h | 931 u8 version; member
|
| D | mlx5_ifc.h | 5964 u8 version[0x4]; member 5989 u8 version[0x4]; member
|
| /linux-4.4.14/drivers/net/wireless/hostap/ |
| D | hostap_wlan.h | 46 __be32 version; member
|
| /linux-4.4.14/drivers/net/ethernet/intel/i40e/ |
| D | i40e_type.h | 315 u16 version; /* NVM package version */ member
|
| /linux-4.4.14/drivers/net/ethernet/emulex/benet/ |
| D | be_cmds.h | 291 u8 version; /* dword 3 */ member 634 u32 version; /* ignore currently */ member
|
| /linux-4.4.14/drivers/scsi/be2iscsi/ |
| D | be_cmds.h | 216 u8 version; /* dword 3 */ member
|
| /linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/ |
| D | wifi.h | 229 __le16 version; member 1515 u32 version; /*version of chip */ member
|
| /linux-4.4.14/drivers/net/wireless/ath/wcn36xx/ |
| D | hal.h | 716 u8 version; member 827 struct wcnss_wlan_version version; member
|
| /linux-4.4.14/arch/x86/kvm/ |
| D | x86.c | 1152 int version; in kvm_write_wall_clock() local
|
| /linux-4.4.14/drivers/scsi/aacraid/ |
| D | aacraid.h | 1893 __le32 version; member
|
| /linux-4.4.14/fs/btrfs/ |
| D | ctree.h | 1117 __le64 version; member
|
| /linux-4.4.14/drivers/net/ethernet/micrel/ |
| D | ksz884x.c | 1490 static char version[] = variable
|
| /linux-4.4.14/fs/cifs/ |
| D | cifspdu.h | 2443 __le16 version; member
|
| /linux-4.4.14/drivers/scsi/lpfc/ |
| D | lpfc_hw.h | 1944 uint32_t version:1; member
|
| /linux-4.4.14/drivers/net/ethernet/qlogic/qed/ |
| D | qed_hsi.h | 3941 u32 version; member
|