Searched defs:version (Results 76 - 100 of 481) sorted by relevance

1234567891011>>

/drivers/net/wireless/prism54/
H A Dislpci_mgt.h7 * the Free Software Foundation; either version 2 of the License
97 u8 version; member in struct:__anon4642
/drivers/net/wireless/rtlwifi/rtl8192c/
H A Dfw_common.h6 * under the terms of version 2 of the GNU General Public License as
47 #define CHIP_VENDOR_UMC_B_CUT BIT(6) /* Chip version for ECO */
48 #define IS_CHIP_VER_B(version) ((version & CHIP_VER_B) ? true : false)
50 #define GET_CVID_RF_TYPE(version) \
51 ((version) & RF_TYPE_MASK)
52 #define GET_CVID_CUT_VERSION(version) \
53 ((version) & CUT_VERSION_MASK)
54 #define IS_NORMAL_CHIP(version) \
55 ((version
75 __le16 version; member in struct:rtl92c_firmware_header
[all...]
/drivers/net/wireless/rtlwifi/rtl8192de/
H A Dfw.h6 * under the terms of version 2 of the GNU General Public License as
117 u16 version; member in struct:rtl92d_firmware_header
/drivers/net/wireless/rtlwifi/rtl8723com/
H A Dfw_common.c6 * under the terms of version 2 of the GNU General Public License as
116 enum version_8723e version,
260 enum version_8723e version = rtlhal->version; local
277 pfwheader->version, pfwheader->signature,
292 rtl8723_write_fw(hw, version, pfwdata, fwsize, max_page);
115 rtl8723_write_fw(struct ieee80211_hw *hw, enum version_8723e version, u8 *buffer, u32 size, u8 max_page) argument
H A Dfw_common.h6 * under the terms of version 2 of the GNU General Public License as
57 u16 version; member in struct:rtl8723e_firmware_header
111 enum version_8723e version,
/drivers/platform/x86/
H A Dibm_rtl.c6 * the Free Software Foundation; either version 2 of the License, or
7 * (at your option) any later version.
59 u8 version; member in struct:ibm_rtl_table
160 return sprintf(buf, "%d\n", (int)ioread8(&rtl_table->version));
201 static DEVICE_ATTR(version, S_IRUGO, rtl_show_version, NULL);
/drivers/s390/cio/
H A Dcss.h44 u8 version; member in struct:extended_cssid
/drivers/scsi/
H A DNCR_Q720.c86 __u8 version; local
96 version = readb(vaddr + 0x18) >> 4;
101 device.chip.revision_id = version;
110 (unsigned long)paddr, differential, version);
/drivers/scsi/aacraid/
H A Dcommctrl.c13 * the Free Software Foundation; either version 2, or (at your option)
14 * any later version.
431 * This routine returns the driver version.
432 * Under Linux, there have been no version incompatibilities, so this is
440 u32 version; local
443 version = (simple_strtol(driver_version,
445 version += simple_strtol(driver_version + 1, &driver_version, 10) << 16;
446 version += simple_strtol(driver_version + 1, NULL, 10);
447 response.version = cpu_to_le32(version);
[all...]
/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_gram.y25 * GNU General Public License ("GPL") version 2 as published by the Free
242 | version
243 | program version
305 version: label
1973 stop("Can't allocate version string", EX_SOFTWARE);
/drivers/scsi/bnx2i/
H A Dbnx2i_init.c26 static char version[] = variable
394 strlcpy(stats->version, DRV_MODULE_VERSION, sizeof(stats->version));
513 printk(KERN_INFO "%s", version);
/drivers/staging/goldfish/
H A Dgoldfish_nand.c9 * License version 2, as published by the Free Software Foundation, and
376 u32 version; local
389 version = readl(base + NAND_VERSION);
390 if (version != NAND_VERSION_CURRENT) {
392 "goldfish_nand_init: version mismatch, got %d, expected %d\n",
393 version, NAND_VERSION_CURRENT);
/drivers/staging/unisys/virtpci/
H A Dvirtpci.h8 * the Free Software Foundation; either version 2 of the License, or (at
9 * your option) any later version.
26 #include <linux/version.h>
78 const char *version; member in struct:virtpci_driver
/drivers/staging/wlan-ng/
H A Dp80211conv.h21 * terms of the GNU Public License version 2 (the "GPL"), in which
23 * above. If you wish to allow the use of your version of this file
25 * your version of this file under the MPL, indicate your decision
28 * the provisions above, a recipient may use your version of this
107 u32 version; member in struct:p80211_caphdr
/drivers/tty/ipwireless/
H A Dsetup_protocol.h48 unsigned char version; /* TL_SETUP_VERSION */ member in struct:tl_setup_get_version_rsp
/drivers/dma/ioat/
H A Ddca.c7 * version 2, as published by the Free Software Foundation.
253 u8 version; local
285 version = readb(iobase + IOAT_VER_OFFSET);
286 if (version == IOAT_VER_3_0)
461 /* TODO version, compatibility and configuration checks */
682 /* TODO version, compatibility and configuration checks */
/drivers/gpu/drm/radeon/
H A Dradeon_acpi.c42 u16 version; /* version */ member in struct:atif_verify_interface
73 u16 version; /* version */ member in struct:atcs_verify_interface
224 /* TODO: check version? */
225 DRM_DEBUG_DRIVER("ATIF version %u\n", output.version);
510 /* TODO: check version? */
511 DRM_DEBUG_DRIVER("ATCS version %u\n", output.version);
[all...]
H A Dradeon_atpx_handler.c41 u16 version; /* version */ member in struct:atpx_verify_interface
220 /* TODO: check version? */
221 printk("ATPX version %u, functions 0x%08x\n",
222 output.version, output.function_bits);
/drivers/hv/
H A Dhv_kvp.c9 * under the terms of the GNU General Public License version 2 as published
33 * Pre win8 version numbers used in ws2008 and ws 2008 r2 (win7)
73 * This state maintains the version number registered by the daemon.
92 * As part of this registration, pass the LIC version number.
103 char *version; local
109 version = kvp_msg->body.kvp_register.version;
114 strcpy(version, HV_DRV_VERSION);
156 pr_info("KVP: KVP version: %d, Daemon version
[all...]
/drivers/input/serio/
H A Dhyperv-keyboard.c6 * version 2, as published by the Free Software Foundation.
23 * Current version 1.0
55 __le32 version; member in union:synth_kbd_version
296 request->version_requested.version = __cpu_to_le32(SYNTH_KBD_VERSION);
313 "synth_kbd protocol request failed (version %d)\n",
/drivers/md/
H A Dbitmap.h10 /* version 4 insists the bitmap is in little-endian order
11 * with version 3, it is host-endian which is non-portable
122 __le32 version; /* 4 the bitmap major for now, could change... */ member in struct:bitmap_super_s
/drivers/misc/mei/
H A Dnfc.c8 * version 2, as published by the Free Software Foundation.
275 struct mei_nfc_if_version *version; local
289 dev_err(dev->dev, "Could not send IF version cmd\n");
303 dev_err(dev->dev, "Could not read IF version\n");
308 version = (struct mei_nfc_if_version *)reply->data;
310 ndev->fw_ivn = version->fw_ivn;
311 ndev->vendor_id = version->vendor_id;
312 ndev->radio_type = version->radio_type;
436 dev_err(dev->dev, "Could not get the NFC interface version");
/drivers/misc/ti-st/
H A Dst_kim.c9 * it under the terms of the GNU General Public License version 2 as
74 * version info. command
78 /* fw version response */
216 unsigned short version = 0, chip = 0, min_ver = 0, maj_ver = 0; local
237 version =
240 chip = (version & 0x7C00) >> 10;
241 min_ver = (version & 0x007F);
242 maj_ver = (version & 0x0380) >> 7;
244 if (version & 0x8000)
251 kim_gdata->version
[all...]
/drivers/net/appletalk/
H A Dcops.c36 static const char *version = variable
282 printk("%s", version);
/drivers/net/can/usb/peak_usb/
H A Dpcan_usb_pro.h10 * by the Free Software Foundation; version 2 of the License.
37 u8 version[4]; member in struct:pcan_usb_pro_blinfo
51 u8 version[4]; member in struct:pcan_usb_pro_fwinfo

Completed in 439 milliseconds

1234567891011>>