Searched defs:version (Results 1 - 25 of 481) sorted by path

1234567891011>>

/drivers/ata/
H A Dlibata-core.c14 * the Free Software Foundation; either version 2, or (at your option)
15 * any later version.
6649 printk(KERN_DEBUG "libata version " DRV_VERSION " loaded.\n");
6833 void ata_print_version(const struct device *dev, const char *version) argument
6835 dev_printk(KERN_DEBUG, dev, "version %s\n", version);
/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
1795 /* loader: determine loader version */
1798 u32 *version)
1807 if (version)
1808 *version = be32_to_cpu (lb->payload.version);
2033 // get microcode version
1797 get_loader_version(loader_block *lb, const amb_dev *dev, u32 *version) argument
2101 u32 version; local
[all...]
H A Dambassador.h7 the Free Software Foundation; either version 2 of the License, or
8 (at your option) any later version.
244 /* #define VERSION_NUMBER 0x01040000 // PLX bug work around version PLUS */
252 #define VERSION_NUMBER 0x01050025 /* Jason's first hacked version. */
354 __be32 version; member in union:__anon97::__anon98
393 } version; member in union:__anon99::__anon100
H A Dfore200e.h646 __le32 version; /* firmware version id */ member in struct:fw_header
707 u32 fw_release; /* firmware version */
708 u32 mon960_release; /* i960 monitor version */
745 u32 mon_version; /* i960 monitor version */
/drivers/block/drbd/
H A Ddrbd_protocol.h46 P_SYNC_PARAM89 = 0x23, /* data socket, protocol version 89 replacement for P_SYNC_PARAM */
109 /* these defines must not be changed without changing the protocol version */
191 /* Since protocol version 88 and higher. */
197 /* protocol version 89: */
225 /* Since protocol version 87 and higher. */
265 u32 version; member in struct:p_drbd06_param
277 * Bump proto version when changing this. */
/drivers/block/
H A Drbd_types.h8 * License version 2.1, as published by the Free Software
18 /* For format version 2, rbd image 'foo' consists of objects
32 * For format version 1, rbd image 'foo' consists of objects
65 char version[8]; member in struct:rbd_image_header_ondisk
H A Dsunvdc.c29 static char version[] = variable
814 printk(KERN_INFO "%s", version);
H A Dsx8.c224 HST_GET_FW_VER, /* get firmware version, adapter port cnt */
377 __le32 version; member in struct:carm_fw_ver
1125 host->fw_ver = le32_to_cpu(ver->version);
1576 printk_once(KERN_DEBUG DRV_NAME " version " DRV_VERSION "\n");
H A Dxsysace.c7 * under the terms of the GNU General Public License version 2 as published
965 u16 version; local
1026 /* Make sure version register is sane */
1027 version = ace_in(ace, ACE_VERSION);
1028 if ((version == 0) || (version == 0xFFFF))
1052 (version >> 12) & 0xf, (version >> 8) & 0x0f, version & 0xff);
/drivers/block/rsxx/
H A Drsxx_cfg.h12 * published by the Free Software Foundation; either version 2 of the
13 * License, or (at your option) any later version.
32 * The card config version must match the driver's expected version. If it does
39 __u32 version; member in struct:card_cfg_hdr
/drivers/bluetooth/
H A Dath3k.c6 * the Free Software Foundation; either version 2 of the License, or
7 * (at your option) any later version.
244 struct ath3k_version *version)
259 memcpy(version, buf, size);
372 BT_ERR("Can't get version to change to load ram patch err");
392 BT_ERR("Patch file version did not match with firmware");
419 BT_ERR("Can't get version to change to load ram patch err");
243 ath3k_get_version(struct usb_device *udev, struct ath3k_version *version) argument
/drivers/char/agp/
H A Dagp.h126 const struct agp_version *version; member in struct:agp_bridge_data
H A Dcompat_ioctl.h45 struct agp_version version; /* version of the driver */ member in struct:agp_info32
/drivers/char/hw_random/
H A Dn2-drv.c27 static char version[] = variable
618 pr_info("%s", version);
655 "HVAPI version.\n");
663 "HVAPI major version 2 or later, got %lu\n",
/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/char/tpm/
H A Dtpm_infineon.c14 * published by the Free Software Foundation, version 2 of the
398 int version[2]; local
474 /* query chip for its vendor, its version number a.s.o. */
485 version[1] = tpm_config_in(TPM_INF_DATA);
487 version[0] = tpm_config_in(TPM_INF_DATA);
535 "chip version 0x%02x%02x, "
545 version[0], version[1],
/drivers/char/xillybus/
H A Dxillybus_core.c16 * the Free Software Foundation; version 2 of the License.
577 scan++; /* Skip version number */
611 unsigned char *version; local
654 version = channel->wr_buffers[0]->addr;
656 /* Check version number. Accept anything below 0x82 for now. */
657 if (*version > 0x82) {
659 "No support for IDT version 0x%02x. Maybe the xillybus driver needs an upgarde. Aborting.\n",
660 *version);
/drivers/crypto/caam/
H A Dpdb.h18 * Options Byte IP version (IPvsn) field:
49 #define PDBOPTS_ESP_IPV6 0x02 /* ip header version is V6 */
265 u8 version[2]; member in struct:tls_block_encap_pdb
273 u8 version[2]; member in struct:tls_stream_encap_pdb
283 u8 version[2]; member in struct:dtls_block_encap_pdb
/drivers/crypto/
H A Dn2_core.c37 static char version[] = variable
1895 pr_info("Registered NCS HVAPI version %lu.%lu\n",
1998 pr_info("%s", version);
H A Dsahara.c10 * it under the terms of the GNU General Public License version 2 as published
872 u32 version; local
973 version = sahara_read(dev, SAHARA_REG_VERSION);
974 if (version != SAHARA_VERSION_3) {
975 dev_err(&pdev->dev, "SAHARA version %d not supported\n",
976 version);
993 dev_info(&pdev->dev, "SAHARA version %d initialized\n", version);
/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 */
H A Ddma.h6 * Software Foundation; either version 2 of the License, or (at your option)
7 * any later version.
65 * @version: version of ioatdma device
70 * @enumerate_channels: hw version specific channel enumeration
71 * @reset_hw: hw version specific channel (re)initialization
74 * @self_test: hardware version specific self test for each supported op type
86 u8 version; member in struct:ioatdma_device
225 u8 ver = chan->device->version;
244 u8 ver = chan->device->version;
[all...]
/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.
60 u32 version; member in struct:client
450 client->version = a->version;
451 a->version = FW_CDEV_KERNEL_VERSION;
720 if (handler->client->version < FW_CDEV_VERSION_EVENT_REQUEST2) {
786 if (client->version < FW_CDEV_VERSION_ALLOCATE_REGION_END)
1009 if (client->version < FW_CDEV_VERSION_AUTO_FLUSH_ISO_OVERFLO
[all...]
H A Dcore-device.c8 * the Free Software Foundation; either version 2 of the License, or
9 * (at your option) any later version.
162 if (id[3] == id_table->version)
336 IMMEDIATE_ATTR(version, CSR_VERSION),
436 int version = 0; local
445 version = value;
450 return sprintf(buf, "0x%06x:0x%06x ", specifier_id, version);
H A Dohci.c8 * the Free Software Foundation; either version 2 of the License, or
9 * (at your option) any later version.
2285 u32 lps, version, irqs; local
2353 version = reg_read(ohci, OHCI1394_Version) & 0x00ff00ff;
2354 if (version >= OHCI_VERSION_1_1) {
3571 u32 bus_options, max_receive, link_speed, version; local
3719 version = reg_read(ohci, OHCI1394_Version) & 0x00ff00ff;
3723 version >> 16, version & 0xff, ohci->card.index,

Completed in 499 milliseconds

1234567891011>>