Searched defs:version (Results 251 - 275 of 360) sorted by relevance

<<1112131415

/drivers/net/wireless/libertas_tf/
H A Dlibertas_tf.h8 * the Free Software Foundation; either version 2 of the License, or (at
9 * your option) any later version.
95 * Current version of MAC has a 32x6 multicast address buffer.
345 /* HW Interface version number */
347 /* HW version number */
348 __le16 version; member in struct:cmd_ds_get_hw_spec
433 __le16 version; member in struct:cmd_ds_set_boot2_ver
/drivers/net/wireless/rtlwifi/rtl8192ce/
H A Dhw.c6 * under the terms of version 2 of the GNU General Public License as
427 (!IS_92C_SERIAL(rtlhal->version))) {
739 if (IS_92C_SERIAL(rtlhal->version))
967 is92c = IS_92C_SERIAL(rtlhal->version);
996 enum version_8192c version = VERSION_UNKNOWN; local
1001 version = (value32 & TYPE_ID) ? VERSION_A_CHIP_92C :
1004 version = (value32 & TYPE_ID) ? VERSION_B_CHIP_92C :
1008 switch (version) {
1031 switch (version & 0x3) {
1052 return version;
[all...]
/drivers/net/wireless/rtlwifi/rtl8192de/
H A Dhw.c6 * under the terms of version 2 of the GNU General Public License as
1061 enum version_8192d version = VERSION_NORMAL_CHIP_92D_SINGLEPHY; local
1066 version = VERSION_TEST_CHIP_92D_SINGLEPHY;
1069 version = VERSION_NORMAL_CHIP_92D_SINGLEPHY;
1072 return version;
1611 if (IS_92D_D_CUT(rtlpriv->rtlhal.version) ||
1612 IS_92D_E_CUT(rtlpriv->rtlhal.version)) {
1732 enum version_8192d chipver = rtlpriv->rtlhal.version;
1755 rtlpriv->rtlhal.version = chipver;
1862 rtlhal->version
[all...]
/drivers/net/wireless/rtlwifi/rtl8192se/
H A Dfw.h6 * under the terms of version 2 of the GNU General Public License as
178 /* 0x8000 ~ 0x8FFF for FPGA version,
179 * 0x0000 ~ 0x7FFF for ASIC version, */
180 u16 version; member in struct:fw_hdr
/drivers/parisc/
H A Dsba_iommu.c12 ** the Free Software Foundation; either version 2 of the License, or
13 ** (at your option) any later version.
1903 char *version; local
1923 version = astro_rev;
1928 version = ike_rev;
1933 version = pluto_rev;
1937 version = reo_rev;
1949 MODULE_NAME, version, (unsigned long long)dev->hpa.start);
/drivers/s390/net/
H A Dclaw.h42 #define CLAW_VERSION_ID 2 /* CLAW version ID */
55 #define CLAW_RC_WRONG_VERSION 167 /* wrong CLAW version number */
210 __u8 version; /* CLAW protocol version */ member in struct:clawctl
H A Dlcs.h248 __u16 version; member in struct:lcs_cmd::__anon3889::__anon3893
/drivers/scsi/
H A D3w-xxxx.h16 the Free Software Foundation; version 2 of the License.
83 [0x028] = "ERROR: DCB unsupported version: Port #",
324 char version[504]; member in struct:TW_Command::__anon3933::__anon3937
H A Desp_scsi.c217 u8 family_code, version; local
231 version = esp_read8(ESP_UID);
232 family_code = (version & 0xf8) >> 3;
/drivers/scsi/aic94xx/
H A Daic94xx_sds.c14 * published by the Free Software Foundation; version 2 of the
162 asd_printk("unsupported major version of ocm dir:0x%x\n",
248 asd_printk("BIOS_CHIM unsupported major version:0x%x\n",
398 u8 version[32]; member in struct:asd_flash_de
691 asd_printk("unsupported manuf. sector. major version:%x\n",
803 asd_printk("unsupported manuf. phy param major version:0x%x\n",
852 ASD_DPRINTK("ms: unsupported: connector map major version 0x%x"
1067 asd_printk("unsupported flash dir version:0x%x\n",
/drivers/scsi/bfa/
H A Dbfa_fcs.h47 * !!! needed between trace utility and driver version
657 u8 version[BFA_VERSION_LEN]; /* Driver Version */ member in struct:bfa_fcs_driver_info_s
659 u8 host_os_name[BFA_FCS_OS_STR_LEN]; /* OS name and version */
/drivers/scsi/isci/
H A Dhost.c10 * it under the terms of version 2 of the GNU General Public License as
1767 int sci_oem_parameters_validate(struct sci_oem_params *oem, u8 version) argument
1800 if (version < ISCI_ROM_VER_1_1 && oem->controller.do_enable_ssc != 1)
1803 if (version >= ISCI_ROM_VER_1_1) {
1851 u8 oem_version = pci_info->orom ? pci_info->orom->hdr.version :
/drivers/scsi/mpt2sas/
H A Dmpt2sas_ctl.c11 * as published by the Free Software Foundation; either version 2
12 * of the License, or (at your option) any later version.
2352 * _ctl_version_fw_show - firmware version
2374 * _ctl_version_bios_show - bios version
2387 u32 version = le32_to_cpu(ioc->bios_pg3.BiosVersion); local
2390 (version & 0xFF000000) >> 24,
2391 (version & 0x00FF0000) >> 16,
2392 (version & 0x0000FF00) >> 8,
2393 version & 0x000000FF);
2398 * _ctl_version_mpi_show - MPI (message passing interface) version
[all...]
/drivers/staging/hv/
H A Dstorvsc_drv.c6 * version 2, as published by the Free Software Foundation.
71 /* Major/minor macros. Minor version is in LSB, meaning that earlier flat */
72 /* version numbers will be interpreted as "0.x" (i.e., 1 becomes 0.1). */
172 /* Major (MSW) and minor (LSW) version numbers. */
209 /* Used during version negotiations. */
210 struct vmstorage_protocol_version version; member in union:vstor_packet::__anon5063
443 /* reuse the packet for version range supported */
448 vstor_packet->version.major_minor = VMSTOR_PROTOCOL_VERSION_CURRENT;
449 FILL_VMSTOR_REVISION(vstor_packet->version.revision);
/drivers/staging/speakup/
H A Dspk_types.h152 const char *version; member in struct:spk_synth
/drivers/tty/
H A Dnozomi.c26 * the Free Software Foundation; either version 2 of the License, or
27 * (at your option) any later version.
242 u16 version; member in struct:config_table
307 u16 version; member in struct:config_table
612 DBG3("version: 0x%04X", dc->config_table.version);
669 if ((dc->config_table.version == 0)
699 if ((dc->config_table.version > 0)
705 dc->config_table.version);
/drivers/tty/serial/
H A Dicom.h10 * the Free Software Foundation; either version 2 of the License, or
11 * (at your option) any later version.
264 int version; member in struct:icom_adapter
/drivers/usb/serial/
H A Dftdi_sio.c14 * the Free Software Foundation; either version 2 of the License, or
15 * (at your option) any later version.
1404 unsigned version; local
1410 version = le16_to_cpu(udev->descriptor.bcdDevice);
1413 version, interfaces);
1418 if (version == 0x0800) {
1422 } else if (version == 0x0700) {
1442 if (version < 0x500) {
1446 } else if (version < 0x200) {
1450 } else if (version <
[all...]
/drivers/atm/
H A Dambassador.h7 the Free Software Foundation; either version 2 of the License, or
8 (at your option) any later version.
244 /* #define VERSION_NUMBER 0x01040000 // PLX bug work around version PLUS */
252 #define VERSION_NUMBER 0x01050025 /* Jason's first hacked version. */
354 __be32 version; member in union:__anon95::__anon96
393 } version; member in union:__anon97::__anon98
/drivers/block/
H A Dsx8.c224 HST_GET_FW_VER, /* get firmware version, adapter port cnt */
377 __le32 version; member in struct:carm_fw_ver
1125 host->fw_ver = le32_to_cpu(ver->version);
1576 printk_once(KERN_DEBUG DRV_NAME " version " DRV_VERSION "\n");
/drivers/gpu/drm/gma500/
H A Dintel_bios.h6 * version 2, as published by the Free Software Foundation.
29 u16 version; /**< decimal */ member in struct:vbt_header
41 u16 version; /**< decimal */ member in struct:bdb_header
/drivers/hid/
H A Dhid-picolcd.c9 * the Free Software Foundation, version 2 of the License. *
200 u8 version[2]; member in struct:picolcd_data
1334 hid_err(hdev, "no version response from PicoLCD\n");
1339 data->version[0] = verinfo->raw_data[1];
1340 data->version[1] = verinfo->raw_data[0];
1342 hid_info(hdev, "PicoLCD, bootloader version %d.%d\n",
1345 hid_info(hdev, "PicoLCD, firmware version %d.%d\n",
1349 hid_err(hdev, "confused, got unexpected version response from PicoLCD\n");
2242 snprintf(buff, BUFF_SZ, "\tFirmware version: %d.%d\n",
2290 snprintf(buff, BUFF_SZ, "\tFirmware version
[all...]
/drivers/infiniband/hw/cxgb4/
H A Diw_cxgb4.h328 u8 version; member in struct:c4iw_mpa_attributes
/drivers/infiniband/hw/qib/
H A Dqib_common.h48 /* version of protocol header (known to chip also). In the long run,
49 * we should be able to generate and accept a range of version numbers;
132 /* version of hardware, for feature checking. */
134 /* version of software, for feature checking. */
263 * This version number is given to the driver by the user code during
267 * The major version changes when data structures
269 * for initialization to succeed. In some cases, a higher version
276 * Minor version differences are always compatible
277 * a within a major version, however if user software is larger
292 * Similarly, this is the kernel version goin
505 __u16 version; member in struct:qib_diag_xpkt
[all...]
/drivers/media/dvb/frontends/
H A Ddib0090.c8 * published by the Free Software Foundation; either version 2 of the
9 * License, or (at your option) any later version.
90 /* Use those defines to identify SOC version */
133 u8 version; member in struct:dib0090_identity
359 identity->version = v & 0xff;
365 if ((identity->version & 0x3) == SOC) {
367 switch (identity->version) {
388 switch ((identity->version >> 5) & 0x7) {
405 switch (identity->version & 0x1f) {
449 identity->version
[all...]

Completed in 537 milliseconds

<<1112131415