Searched defs:version (Results 201 - 225 of 360) sorted by relevance

1234567891011>>

/drivers/scsi/qla2xxx/
H A Dqla_dbg.h202 uint32_t version; member in struct:qla2xxx_fw_dump
/drivers/scsi/qla4xxx/
H A Dql4_nvram.h109 u8 version; /* x04 */ member in struct:eeprom_data::__anon4872::__anon4873
189 u8 version; /* x04 */ member in struct:eeprom_data::__anon4872::__anon4874
/drivers/spi/
H A Dspi-davinci.c7 * the Free Software Foundation; either version 2 of the License, or
8 * (at your option) any later version.
129 u8 version; member in struct:davinci_spi
348 if (dspi->version == SPI_VERSION_2) {
440 if (dspi->version == SPI_VERSION_2) {
885 dspi->version = pdata->version;
888 if (dspi->version == SPI_VERSION_2)
/drivers/staging/ft1000/ft1000-usb/
H A Dft1000_download.c96 long version_data_offset; // Offset were scrambled version data begins.
97 long version_data_size; // Size, in words, of scrambled version data.
108 long version; // Embedded version # of DSP code. member in struct:dsp_image_info
726 // Get version id of file, at first 4 bytes of file, for newer files.
1068 if (dsp_img_info->version ==
/drivers/staging/media/as102/
H A Das10x_cmd.h7 * the Free Software Foundation; either version 2, or (at your option)
8 * any later version.
380 uint16_t version; member in struct:as10x_cmd_header_t
/drivers/staging/media/lirc/
H A Dlirc_zilog.c28 * the Free Software Foundation; either version 2 of the License, or
29 * (at your option) any later version.
710 /* Here comes the firmware version... (hopefully) */
720 zilog_notify("Zilog/Hauppauge IR blaster firmware version "
755 unsigned char *data, version, num_global_fixed; local
798 /* Check version */
800 if (!read_uint8(&data, tx_data->endp, &version))
802 if (version != 1) {
803 zilog_error("unsupported code set file version (%u, expected"
805 version);
[all...]
/drivers/staging/mei/
H A Dmei_dev.h8 * version 2, as published by the Free Software Foundation.
227 struct hbm_version version; member in struct:mei_device
/drivers/target/iscsi/
H A Discsi_target_stat.c7 * Licensed to the Linux Foundation under the General Public License (GPL) version 2.
13 * the Free Software Foundation; either version 2 of the License, or
14 * (at your option) any later version.
189 ISCSI_STAT_INSTANCE_ATTR_RO(version); variable
/drivers/tty/hvc/
H A Dhvc_iucv.c36 #define MSG_VERSION 0x02 /* Message version */
44 u8 version; /* Message version */ member in struct:iucv_tty_msg
165 bufp->mbuf->version = MSG_VERSION;
260 if (rc || (rb->mbuf->version != MSG_VERSION) ||
1069 /* pad with blanks and save upper case version of user ID */
/drivers/tty/serial/
H A Dmxs-auart.c678 u32 version; local
729 version = readl(s->port.membase + AUART_VERSION);
731 (version >> 24) & 0xff,
732 (version >> 16) & 0xff, version & 0xffff);
H A Dpmac_zilog.c18 * the Free Software Foundation; either version 2 of the License, or
19 * (at your option) any later version.
87 static char version[] __initdata = "pmac_zilog: 0.6 (Benjamin Herrenschmidt <benh@kernel.crashing.org>)";
1116 int t, version; local
1203 version = read_zsdata(uap);
1205 if (version < 4) {
1206 pmz_info("IrDA: dongle version %d not supported\n", version);
1224 pmz_info("IrDA setup for %ld bps, dongle version: %d\n",
1225 *baud, version);
[all...]
/drivers/video/matrox/
H A Dmatroxfb_maven.c131 int version; member in struct:maven_data
328 df = (md->version == MGATVO_B?0x40:0x00);
792 if (md->version == MGATVO_B) {
1201 md->version = MGATVO_B;
1204 md->version = MGATVO_C;
/drivers/video/via/
H A Dioctl.h8 * either version 2, or (at your option) any later version.
111 u8 version; member in struct:viafb_ioctl_info
/drivers/atm/
H A Dambassador.c7 the Free Software Foundation; either version 2 of the License, or
8 (at your option) any later version.
52 printk ("%s version %s\n", description_string, version_string);
518 // this is an adapter bug, only in new version of microcode
1794 /* loader: determine loader version */
1797 const amb_dev * dev, u32 * version) {
1805 if (version)
1806 *version = be32_to_cpu (lb->payload.version);
2028 // get microcode version
1796 get_loader_version(loader_block * lb, const amb_dev * dev, u32 * version) argument
2094 u32 version; local
[all...]
/drivers/block/
H A Dxsysace.c7 * under the terms of the GNU General Public License version 2 as published
966 u16 version; local
1027 /* Make sure version register is sane */
1028 version = ace_in(ace, ACE_VERSION);
1029 if ((version == 0) || (version == 0xFFFF))
1053 (version >> 12) & 0xf, (version >> 8) & 0x0f, version & 0xff);
/drivers/firewire/
H A Dcore-cdev.c8 * the Free Software Foundation; either version 2 of the License, or
9 * (at your option) any later version.
52 * ABI version history is documented in linux/firewire-cdev.h.
59 u32 version; member in struct:client
449 client->version = a->version;
450 a->version = FW_CDEV_KERNEL_VERSION;
719 if (handler->client->version < FW_CDEV_VERSION_EVENT_REQUEST2) {
785 if (client->version < FW_CDEV_VERSION_ALLOCATE_REGION_END)
/drivers/gpu/drm/
H A Ddrm_ioc32.c74 int version_major; /**< Major version */
75 int version_minor; /**< Minor version */
89 struct drm_version __user *version; local
95 version = compat_alloc_user_space(sizeof(*version));
96 if (!access_ok(VERIFY_WRITE, version, sizeof(*version)))
98 if (__put_user(v32.name_len, &version->name_len)
100 &version->name)
101 || __put_user(v32.date_len, &version
[all...]
/drivers/gpu/drm/nouveau/
H A Dnouveau_bios.h48 uint8_t version; member in struct:bit_entry
132 uint8_t version; member in struct:dcb_table
153 /* these match types in pll limits table version 0x40,
/drivers/infiniband/hw/amso1100/
H A Dc2.h101 u32 version; member in struct:c2_adapter_pci_regs
/drivers/input/
H A Dinput.c9 * under the terms of the GNU General Public License version 2 as published by
875 if (id->version != dev->id.version)
1043 dev->id.bustype, dev->id.vendor, dev->id.product, dev->id.version);
1240 id->id.product, id->id.version);
1320 INPUT_DEV_ID_ATTR(version); variable
1491 dev->id.product, dev->id.version);
/drivers/input/touchscreen/
H A Datmel_mxt_ts.c9 * Free Software Foundation; either version 2 of the License, or (at your
10 * option) any later version.
218 u8 version; member in struct:mxt_info
773 info->version = val;
875 info->family_id, info->variant_id, info->version,
/drivers/isdn/capi/
H A Dcapidrv.c1965 capi_version version; local
1981 errcode = capi20_get_version(contr, &version);
1983 printk(KERN_ERR "%s: can't get version (0x%x)\n",
1987 avmversion[0] = (version.majormanuversion >> 4) & 0x0f;
1988 avmversion[1] = (version.majormanuversion << 4) & 0xf0;
1989 avmversion[1] |= (version.minormanuversion >> 4) & 0x0f;
1990 avmversion[2] |= version.minormanuversion & 0x0f;
/drivers/isdn/hardware/mISDN/
H A Disar.h10 * it under the terms of the GNU General Public License version 2 as
60 int version; member in struct:isar_hw
/drivers/macintosh/
H A Dtherm_pm72.h13 u8 version; /* 0x03 - EEPROM version */ member in struct:mpu_data
93 * 0. This appear to be safe enough for this first version
/drivers/md/
H A Ddm-thin-metadata.c96 __le32 version; member in struct:thin_disk_superblock
154 * Non-blocking version of the above.
717 disk_super->version = cpu_to_le32(THIN_VERSION);

Completed in 769 milliseconds

1234567891011>>