Searched defs:version (Results 1 - 25 of 360) sorted by relevance

1234567891011>>

/drivers/media/video/pwc/
H A Dpwc-dec1.h4 NOTE: this version of pwc is an unofficial (modified) release of pwc & pcwx
5 driver and thus may have bugs that are not present in the original version.
12 the Free Software Foundation; either version 2 of the License, or
13 (at your option) any later version.
34 int version; member in struct:pwc_dec1_private
/drivers/net/wireless/bcmdhd/
H A Ddngl_wlhdr.h8 * under the terms of the GNU General Public License version 2 (the "GPL"),
32 uint8 version; /* Header version */ member in struct:wl_header
/drivers/net/wireless/bcmdhd/include/
H A Dmsgtrace.h8 * under the terms of the GNU General Public License version 2 (the "GPL"),
42 uint8 version; member in struct:msgtrace_hdr
/drivers/misc/ibmasm/
H A Di2o.h6 * the Free Software Foundation; either version 2 of the License, or
7 * (at your option) any later version.
26 u8 version; member in struct:i2o_header
38 { .version = 0x01, \
/drivers/net/ethernet/8390/
H A D8390.c3 static const char version[] = variable
H A D8390p.c3 static const char version[] = variable
/drivers/net/wireless/rt2x00/
H A Drt2x00dump.h7 the Free Software Foundation; either version 2 of the License, or
8 (at your option) any later version.
92 * @version: Header version should always be set to %DUMP_HEADER_VERSION.
110 __le32 version; member in struct:rt2x00dump_hdr
/drivers/parisc/
H A Dgsc.h6 * Distributed under the terms of the GPL, version 2
32 int version; member in struct:gsc_asic
/drivers/char/ipmi/
H A Dipmi_si_sm.h17 * Free Software Foundation; either version 2 of the License, or (at your
18 * option) any later version.
85 * Put the version number of the state machine here so the
88 char *version; member in struct:si_sm_handlers
/drivers/input/misc/
H A Dad714x.h43 unsigned version; member in struct:ad714x_chip
/drivers/misc/altera-stapl/
H A Daltera-comp.c12 * the Free Software Foundation; either version 2 of the License, or
13 * (at your option) any later version.
80 u32 altera_shrink(u8 *in, u32 in_length, u8 *out, u32 out_length, s32 version) argument
88 if (version > 0)
/drivers/net/wireless/ath/ath6kl/
H A Dbmi.h221 __le32 version; /* target version id */ member in struct:ath6kl_bmi_target_info
/drivers/net/wireless/bcmdhd/include/proto/
H A Dbcmeth.h8 * under the terms of the GNU General Public License version 2 (the "GPL"),
72 uint8 version; member in struct:bcmeth_hdr
/drivers/scsi/aic94xx/
H A Daic94xx_seq.h13 * published by the Free Software Foundation; version 2 of the
41 /* numeric major version */
43 /* numeric minor version */
45 /* version string printed by driver */
46 char version[16]; member in struct:sequencer_file_header
/drivers/scsi/ibmvscsi/
H A Diseries_vscsi.c10 * the Free Software Foundation; either version 2 of the License, or
11 * (at your option) any later version.
48 u16 version; /* 0x1C-0x1D; unused */ member in struct:srp_lp_event
/drivers/staging/tidspbridge/dynload/
H A Dmodule_list.h9 * it under the terms of the GNU General Public License version 2 as
65 /* Initial version number */
138 /* version number of the tooling; set to INIT_VERSION for Phase 1 */
139 u16 version; member in struct:dll_module
/drivers/block/
H A Drbd_types.h8 * License version 2.1, as published by the Free Software
57 char version[8]; member in struct:rbd_image_header_ondisk
/drivers/char/agp/
H A Dcompat_ioctl.h45 struct agp_version version; /* version of the driver */ member in struct:agp_info32
/drivers/gpu/drm/
H A Ddrm_drv.c336 * Get version information
344 * Fills in the version information in \p arg.
349 struct drm_version *version = data; local
352 version->version_major = dev->driver->major;
353 version->version_minor = dev->driver->minor;
354 version->version_patchlevel = dev->driver->patchlevel;
355 err = drm_copy_field(version->name, &version->name_len,
358 err = drm_copy_field(version->date, &version
[all...]
/drivers/gpu/drm/nouveau/
H A Dnouveau_perf.c40 NV_DEBUG(dev, "BMP version too old for perf\n");
62 NV_WARN(dev, "Unknown memclock table version %x.\n", perf[0]);
89 if (P->version == 2) {
149 /* boards using voltage table version <0x40 store the voltage
152 if (dev_priv->engine.pm.voltage.version < 0x40) {
161 if (P->version != 2 || P->length < 34) {
163 P->version, P->length);
189 u8 version, headerlen, recordlen, entries; local
197 if (P.version != 1 && P.version !
[all...]
/drivers/i2c/busses/
H A Di2c-tiny-usb.c9 * published by the Free Software Foundation, version 2.
191 u16 version; local
208 version = le16_to_cpu(dev->usb_dev->descriptor.bcdDevice);
210 "version %x.%02x found at bus %03d address %03d\n",
211 version >> 8, version & 0xff,
/drivers/isdn/hardware/eicon/
H A Ddivasfunc.c214 char *version; local
223 version = diva_xdi_common_code_build;
/drivers/isdn/sc/
H A Dinit.c25 static const char version[] = "2.0b1"; variable
59 pr_info("SpellCaster ISA ISDN Adapter Driver rev. %s Loaded\n", version);
61 pr_info("SpellCaster ISA ISDN Adapter Driver rev. %s\n", version);
/drivers/media/video/
H A Dindycam.c8 * it under the terms of the GNU General Public License version 2 as
50 u8 version; member in struct:indycam
204 if (camera->version == CAMERA_VERSION_MOOSE) {
272 if (camera->version == CAMERA_VERSION_MOOSE) {
293 camera->version);
325 camera->version = i2c_smbus_read_byte_data(client,
327 if (camera->version != CAMERA_VERSION_INDY &&
328 camera->version != CAMERA_VERSION_MOOSE) {
334 INDYCAM_VERSION_MAJOR(camera->version),
335 INDYCAM_VERSION_MINOR(camera->version));
[all...]
/drivers/net/appletalk/
H A Dipddp.c40 static const char version[] = KERN_INFO "ipddp.c:v0.01 8/28/97 Bradford W. Johnson <johns393@maroon.tc.umn.edu>\n"; variable
81 printk(version);

Completed in 447 milliseconds

1234567891011>>