Searched defs:version (Results 1 - 25 of 481) sorted by last modified time

1234567891011>>

/drivers/video/fbdev/
H A Dhyperv_fb.c8 * under the terms of the GNU General Public License version 2 as published
105 u32 version; member in struct:synthvid_version_req
109 u32 version; member in struct:synthvid_version_resp
412 /* Check synthetic video protocol version with the host */
424 msg->ver_req.version = ver;
429 pr_err("Time out on waiting version response\n");
458 /* Negotiate the protocol version with host */
466 pr_err("Synthetic video device version not accepted\n");
/drivers/video/fbdev/matrox/
H A Dmatroxfb_base.h343 } version; member in struct:matrox_bios
H A Dmatroxfb_maven.c131 int version; member in struct:maven_data
342 df = (md->version == MGATVO_B?0x40:0x00);
806 if (md->version == MGATVO_B) {
1215 md->version = MGATVO_B;
1218 md->version = MGATVO_C;
/drivers/video/fbdev/msm/
H A Dmddi.c8 * License version 2, as published by the Free Software Foundation, and
57 uint16_t version; member in struct:mddi_info
729 mddi->version = mddi_init_registers(mddi);
730 if (mddi->version < 0x20) {
731 printk(KERN_ERR "mddi: unsupported version 0x%x\n",
732 mddi->version);
/drivers/video/fbdev/omap2/dss/
H A Ddss_features.c8 * under the terms of the GNU General Public License version 2 as published by
959 void dss_features_init(enum omapdss_version version) argument
961 switch (version) {
1000 DSSWARN("Unsupported OMAP version");
/drivers/video/fbdev/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/virtio/
H A Dvirtio_mmio.c59 * 0x004 R Version Device version (current max. 1)
85 * This work is licensed under the terms of the GNU GPL, version 2 or later.
120 unsigned long version; member in struct:virtio_mmio_device
476 /* Check device version */
477 vm_dev->version = readl(vm_dev->base + VIRTIO_MMIO_VERSION);
478 if (vm_dev->version != 1) {
480 vm_dev->version);
/drivers/xen/
H A Dprivcmd.c264 int version; member in struct:mmap_batch_state
292 if (st->version == 1) {
302 } else { /* st->version == 2 */
325 if (st->version == 1) {
331 } else { /* st->version == 2 */
370 static long privcmd_ioctl_mmap_batch(void __user *udata, int version) argument
380 switch (version) {
413 if (version == 2) {
470 state.version = version;
[all...]
H A Dsys-hypervisor.c6 * it under the terms of the GNU General Public License version 2 as
22 #include <xen/interface/version.h>
55 /* xen version attributes */
58 int version = HYPERVISOR_xen_version(XENVER_version, NULL); local
59 if (version)
60 return sprintf(buffer, "%d\n", version >> 16);
68 int version = HYPERVISOR_xen_version(XENVER_version, NULL); local
69 if (version)
70 return sprintf(buffer, "%d\n", version & 0xff);
102 .name = "version",
[all...]
/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
166 bufp->mbuf->version = MSG_VERSION;
261 if (rc || (rb->mbuf->version != MSG_VERSION) ||
1194 /* pad with blanks and save upper case version of user ID */
/drivers/tty/ipwireless/
H A Dsetup_protocol.h48 unsigned char version; /* TL_SETUP_VERSION */ member in struct:tl_setup_get_version_rsp
/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 Datmel_serial.c12 * the Free Software Foundation; either version 2 of the License, or
13 * (at your option) any later version.
1625 u32 version; local
1640 /* fallback for older SoCs: use version field */
1641 version = UART_GET_IP_VERSION(port);
1642 switch (version) {
1645 dev_dbg(port->dev, "This version is usart\n");
1650 dev_dbg(port->dev, "This version is uart\n");
1654 dev_err(port->dev, "Not supported ip name nor version, set to uart\n");
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
H A Dmxs-auart.c1028 u32 version; local
1088 version = readl(s->port.membase + AUART_VERSION);
1090 (version >> 24) & 0xff,
1091 (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.
89 static char version[] __initdata = "pmac_zilog: 0.6 (Benjamin Herrenschmidt <benh@kernel.crashing.org>)";
1121 int t, version; local
1208 version = read_zsdata(uap);
1210 if (version < 4) {
1211 pmz_info("IrDA: dongle version %d not supported\n", version);
1229 pmz_info("IrDA setup for %ld bps, dongle version: %d\n",
1230 *baud, version);
[all...]
/drivers/usb/gadget/function/
H A Df_accessory.c8 * License version 2, as published by the Free Software Foundation, and
91 char version[ACC_STRING_SIZE]; member in struct:acc_dev
318 string_dest = dev->version;
729 src = dev->version;
887 memset(dev->version, 0, sizeof(dev->version));
/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.
1523 unsigned version; local
1529 version = le16_to_cpu(udev->descriptor.bcdDevice);
1532 version, interfaces);
1537 if (version == 0x0800) {
1541 } else if (version == 0x0700) {
1561 if (version < 0x500) {
1566 } else if (version < 0x200) {
1570 } else if (version <
[all...]
H A Dmxuport.c9 * the Free Software Foundation; either version 2 of the License, or
10 * (at your option) any later version.
92 #define RQ_VENDOR_GET_VERSION 0x81 /* Get firmware version */
965 /* Get the version of the firmware currently running. */
966 static int mxuport_get_fw_version(struct usb_serial *serial, u32 *version) argument
975 /* Get firmware version from SDRAM */
983 *version = (ver_buf[0] << 16) | (ver_buf[1] << 8) | ver_buf[2];
1044 u32 version; local
1056 err = mxuport_get_fw_version(serial, &version);
1060 dev_dbg(&serial->interface->dev, "Device firmware version
[all...]
/drivers/uwb/
H A Dhwa-rc.c9 * modify it under the terms of the GNU General Public License version
428 if (rc->version == 0x0100)
583 if (rc->version == 0x0100)
744 * Get the version from class-specific descriptor
763 u16 version; local
799 version = __le16_to_cpu(descr->bcdRCIVersion);
800 if (version != 0x0100) {
801 dev_err(dev, "Device reports protocol version 0x%04x. We "
802 "do not support that. \n", version);
806 rc->version
[all...]
/drivers/s390/char/
H A Dzcore.c183 u32 version; member in struct:zcore_header
210 .version = DUMP_VERSION,
/drivers/s390/cio/
H A Dcss.h44 u8 version; member in struct:extended_cssid
/drivers/s390/crypto/
H A Dzcrypt_cca_key.h13 * the Free Software Foundation; either version 2, or (at your option)
14 * any later version.
44 unsigned char version; member in struct:cca_token_hdr
56 unsigned char version; member in struct:cca_private_ext_ME_sec
81 unsigned char version; member in struct:cca_public_sec
103 unsigned char version; member in struct:cca_pvt_ext_CRT_sec
/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 */
204 __u8 version; /* CLAW protocol version */ member in struct:clawctl
H A Dlcs.h242 __u16 version; member in struct:lcs_cmd::__anon5008::__anon5012

Completed in 2261 milliseconds

1234567891011>>