Searched defs:version (Results 126 - 150 of 481) sorted by relevance

1234567891011>>

/drivers/hid/
H A Dhid-hyperv.c8 * version 2, as published by the Free Software Foundation.
29 unsigned short version; member in struct:hv_input_dev_info
37 * Current version
80 u32 version; member in union:synthhid_version
396 request->request.version_requested.version = SYNTHHID_INPUT_VERSION;
417 pr_err("synthhid protocol request failed (version %d)\n",
530 hid_dev->version = input_dev->hid_dev_info.version;
H A Dhid-picolcd.h9 * the Free Software Foundation, version 2 of the License. *
83 u8 version[2]; member in struct:picolcd_data
H A Duhid.c9 * Software Foundation; either version 2 of the License, or (at your option)
10 * any later version.
380 __u32 version; member in struct:uhid_create_req_compat
429 event->u.create.version = compat->version;
493 hid->version = ev->u.create2.version;
539 ev->u.create2.version = orig.version;
/drivers/hwmon/
H A Dsmsc47m192.c11 * the Free Software Foundation; either version 2 of the License, or
12 * (at your option) any later version.
563 int version; local
569 version = i2c_smbus_read_byte_data(client, SMSC47M192_REG_VERSION);
572 && (version & 0xf0) == 0x20
579 "version 2, stepping A%d\n", version & 0x0f);
/drivers/i2c/busses/
H A Di2c-cpm.c19 * the Free Software Foundation; either version 2 of the License, or
20 * (at your option) any later version.
107 int version; /* CPM1=1, CPM2=2 */ member in struct:cpm_i2c
152 if (cpm->version == 1) {
479 cpm->version = 1;
487 cpm->version = 2;
602 if ((cpm->version == 1) && (!cpm->i2c_addr))
604 if (cpm->version == 2)
635 if ((cpm->version == 1) && (!cpm->i2c_addr))
637 if (cpm->version
[all...]
/drivers/iio/adc/
H A Dexynos_adc.c10 * the Free Software Foundation; either version 2 of the License, or
11 * (at your option) any later version.
106 unsigned int version; member in struct:exynos_adc
/drivers/infiniband/core/
H A Dmad_priv.h206 struct ib_mad_mgmt_version_table version[MAX_MGMT_VERSION]; member in struct:ib_mad_port_private
/drivers/input/mouse/
H A Dhgpk.c17 * it under the terms of the GNU General Public License version 2 as
1043 int version; local
1045 version = hgpk_get_model(psmouse);
1046 if (version < 0)
1047 return version;
1052 psmouse->model = version;
H A Dsentelic.c9 * as published by the Free Software Foundation; either version 2
10 * of the License, or (at your option) any later version.
43 /** Driver version. */
290 static int fsp_get_version(struct psmouse *psmouse, int *version) argument
292 if (fsp_reg_read(psmouse, FSP_REG_VERSION, version))
1018 int version; local
1023 if (fsp_get_version(psmouse, &version))
/drivers/input/touchscreen/
H A Dauo-pixcir-ts.c13 * License version 2, as published by the Free Software Foundation, and
549 int version; local
636 version = i2c_smbus_read_byte_data(client, AUO_PIXCIR_REG_VERSION);
637 if (version < 0) {
638 error = version;
642 dev_info(&client->dev, "firmware version 0x%X\n", version);
/drivers/iommu/
H A Dfsl_pamu_domain.c3 * it under the terms of the GNU General Public License, version 2, as
901 u32 version; local
903 /* Check the PCI controller version number by readding BRR1 register */
904 version = in_be32(pci_ctl->cfg_addr + (PCI_FSL_BRR1 >> 2));
905 version &= PCI_FSL_BRR1_VER;
906 /* If PCI controller version is >= 0x204 we can partition endpoints*/
907 if (version >= 0x204)
H A Domap-iommu.h9 * it under the terms of the GNU General Public License version 2 as
72 unsigned long version; member in struct:iommu_functions
/drivers/md/
H A Ddm-log.c195 * The on-disk version of the metadata.
204 * Simple, incrementing version. no backward
207 __le32 version; member in struct:log_header_disk
213 uint32_t version; member in struct:log_header_core
283 disk->version = cpu_to_le32(core->version);
290 core->version = le32_to_cpu(disk->version);
327 log->header.version = MIRROR_DISK_VERSION;
332 if (log->header.version
[all...]
H A Ddm-snap-persistent.c58 * The on-disk version of the metadata.
74 * Simple, incrementing version. no backward
77 __le32 version; member in struct:disk_header
103 int version; member in struct:pstore
360 ps->version = le32_to_cpu(dh->version);
399 dh->version = cpu_to_le32(ps->version);
659 if (ps->version != SNAPSHOT_DISK_VERSION) {
660 DMWARN("unable to handle snapshot disk version
[all...]
/drivers/media/i2c/
H A Das3645a.c11 * version 2 as published by the Free Software Foundation.
565 int rval, man, model, rfu, version; local
569 * and version.
587 version = AS_VERSION_CONTROL_VERSION(rval);
589 /* Verify the chip model and version. */
618 man, version);
H A Dmt9v011.c492 u16 version; local
509 version = mt9v011_read(sd, R00_MT9V011_CHIP_VERSION);
510 if ((version != MT9V011_VERSION) &&
511 (version != MT9V011_REV_B_VERSION)) {
513 version);
554 v4l_info(c, "chip found @ 0x%02x (%s - chip version 0x%04x)\n",
555 c->addr << 1, c->adapter->name, version);
/drivers/media/pci/saa7164/
H A Dsaa7164-api.c8 * the Free Software Foundation; either version 2 of the License, or
9 * (at your option) any later version.
799 int saa7164_api_get_fw_version(struct saa7164_dev *dev, u32 *version) argument
804 GET_FW_VERSION_CONTROL, sizeof(u32), version);
H A Dsaa7164-core.c8 * the Free Software Foundation; either version 2 of the License, or
9 * (at your option) any later version.
749 dprintk(1, "Device running firmware version %d.%d.%d.%d (0x%x)\n",
1193 u32 version; local
1278 * firmware version, this checks the bus is running OK.
1280 version = 0;
1281 if (saa7164_api_get_fw_version(dev, &version) == SAA_OK)
1283 "version %d.%d.%d.%d (0x%x)\n",
1284 (version & 0x0000fc00) >> 10,
1285 (version
[all...]
/drivers/media/platform/s5p-jpeg/
H A Djpeg-core.h9 * it under the terms of the GNU General Public License version 2 as
131 unsigned int version; member in struct:s5p_jpeg_variant
/drivers/media/rc/
H A Diguanair.c8 * the Free Software Foundation; either version 2 of the License, or
9 * (at your option) any later version.
39 uint16_t version; member in struct:iguanair
101 ir->version = (ir->buf_in[5] << 8) |
240 dev_info(ir->dev, "failed to get version\n");
244 if (ir->version < 0x205) {
245 dev_err(ir->dev, "firmware 0x%04x is too old\n", ir->version);
489 "IguanaWorks USB IR Transceiver version 0x%04x", ir->version);
/drivers/media/usb/dvb-usb/
H A Dtechnisat-usb2.c13 * published by the Free Software Foundation; either version 2 of the
14 * License, or (at your option) any later version.
331 u8 version[3]; local
345 version, sizeof(version), 500);
350 info("firmware version: %d.%d", version[1], version[2]);
/drivers/media/usb/pwc/
H A Dpwc-dec23.c2 Decompression for chipset version 2 et 3
5 NOTE: this version of pwc is an unofficial (modified) release of pwc & pcwx
6 driver and thus may have bugs that are not present in the original version.
13 the Free Software Foundation; either version 2 of the License, or
14 (at your option) any later version.
36 * 0: use a C version of this tests: { a<0?0:(a>255?255:a) }
299 int flags, version, shift, i; local
316 version = cmd[2] >> 5;
317 build_table_color(KiaraRomTable[version][0], pdec->table_0004_pass1, pdec->table_8004_pass1);
318 build_table_color(KiaraRomTable[version][
[all...]
/drivers/mfd/
H A Dtps6586x.c14 * it under the terms of the GNU General Public License version 2 as
127 int version; member in struct:tps6586x
216 return tps6586x->version;
484 static void tps6586x_print_version(struct i2c_client *client, int version) argument
488 switch (version) {
510 dev_info(&client->dev, "Found %s, VERSIONCRC is %02x\n", name, version);
519 int version; local
529 version = i2c_smbus_read_byte_data(client, TPS6586X_VERSIONCRC);
530 if (version < 0) {
531 dev_err(&client->dev, "Chip ID read failed: %d\n", version);
[all...]
/drivers/mmc/host/
H A Dushc.c8 * the Free Software Foundation; either version 2 of the License, or (at
9 * your option) any later version.
12 * - Only version 2 devices are supported.
133 int version; local
143 version = ushc->caps & USHC_GET_CAPS_VERSION_MASK;
144 if (version != 0x02) {
145 dev_err(&ushc->usb_dev->dev, "controller version %d is not supported\n", version);
/drivers/mtd/ubi/
H A Dubi-media.h6 * the Free Software Foundation; either version 2 of the License, or
7 * (at your option) any later version.
35 /* The version of UBI images supported by this implementation */
126 * @version: version of UBI implementation which is supposed to accept this
137 * future usage. The unused fields are zeroed. The @version field is used to
138 * indicate the version of UBI implementation which is supposed to be able to
139 * work with this UBI image. If @version is greater than the current UBI
140 * version, the image is rejected. This may be useful in future if something
159 __u8 version; member in struct:ubi_ec_hdr
280 __u8 version; member in struct:ubi_vid_hdr
421 __u8 version; member in struct:ubi_fm_sb
[all...]

Completed in 9006 milliseconds

1234567891011>>