Searched defs:version (Results 226 - 250 of 481) sorted by relevance

1234567891011>>

/drivers/net/wireless/libertas/
H A Dtypes.h247 uint8_t version; member in struct:mrvl_meshie_val
/drivers/net/wireless/mwifiex/
H A Dsta_ioctl.c734 * is checked to determine WPA version. If buffer length is zero, the existing
1022 * This function returns the driver version.
1025 mwifiex_drv_get_driver_version(struct mwifiex_adapter *adapter, char *version, argument
1037 snprintf(version, max_len, driver_version, fw_ver);
1039 dev_dbg(adapter->dev, "info: MWIFIEX VERSION: %s\n", version);
1088 * Sends IOCTL request to get extended version.
/drivers/net/wireless/p54/
H A Dp54.h10 * it under the terms of the GNU General Public License version 2 as
189 u8 version; member in struct:p54_common
/drivers/net/wireless/rtlwifi/rtl8188ee/
H A Dfw.h6 * under the terms of version 2 of the GNU General Public License as
138 u16 version; member in struct:rtl92c_firmware_header
H A Dphy.h6 * under the terms of version 2 of the GNU General Public License as
173 u8 version; member in struct:efuse_contents
/drivers/net/wireless/rtlwifi/rtl8192c/
H A Dphy_common.h6 * under the terms of version 2 of the GNU General Public License as
170 u8 version; member in struct:efuse_contents
/drivers/net/wireless/rtlwifi/rtl8192cu/
H A Dmac.c6 * under the terms of version 2 of the GNU General Public License as
87 rtlhal->version = (enum version_8192c)chip_version;
88 pr_info("Chip version 0x%x\n", chip_version);
89 switch (rtlhal->version) {
136 if (IS_92C_SERIAL(rtlhal->version))
138 (IS_92C_1T2R(rtlhal->version)) ? RF_1T2R : RF_2T2R;
150 rtlhal->version);
645 enum version_8192c version)
653 if (IS_NORMAL_CHIP(rtlhal->version))
644 rtl92c_init_beacon_parameters(struct ieee80211_hw *hw, enum version_8192c version) argument
/drivers/net/wireless/rtlwifi/rtl8821ae/
H A Dfw.c6 * under the terms of version 2 of the GNU General Public License as
112 enum version_8821ae version,
218 enum version_8821ae version = rtlhal->version; local
232 rtlhal->fw_version = pfwheader->version;
242 rtlhal->fw_version = pfwheader->version;
256 pfwheader->version, pfwheader->signature);
269 _rtl8821ae_write_fw(hw, version, pfwdata, fwsize);
111 _rtl8821ae_write_fw(struct ieee80211_hw *hw, enum version_8821ae version, u8 *buffer, u32 size) argument
H A Dphy.h6 * under the terms of version 2 of the GNU General Public License as
181 u8 version; member in struct:efuse_contents
/drivers/net/wireless/zd1211rw/
H A Dzd_chip.c8 * the Free Software Foundation; either version 2 of the License, or
9 * (at your option) any later version.
1028 u16 version; local
1030 r = zd_ioread16_locked(chip, &version,
1035 dev_info(zd_chip_dev(chip),"firmware version %04hx\n", version);
1038 "%04hx", version);
/drivers/parisc/
H A Ddino.c12 ** the Free Software Foundation; either version 2 of the License, or
13 ** (at your option) any later version.
888 const char *version = "unknown"; local
898 version = "3.x (card mode)";
902 version = dino_vers[dev->id.hversion_rev];
908 version = cujo_vers[dev->id.hversion_rev];
913 printk("%s version %s found at 0x%lx\n", name, version, hpa);
H A Dlba_pci.c10 ** the Free Software Foundation; either version 2 of the License, or
11 ** (at your option) any later version.
1424 char *version; local
1434 case 0: version = "TR1.0"; break;
1435 case 1: version = "TR2.0"; break;
1436 case 2: version = "TR2.1"; break;
1437 case 3: version = "TR2.2"; break;
1438 case 4: version = "TR3.0"; break;
1439 case 5: version = "TR4.0"; break;
1440 default: version
[all...]
/drivers/s390/char/
H A Dzcore.c183 u32 version; member in struct:zcore_header
210 .version = DUMP_VERSION,
/drivers/scsi/cxgbi/cxgb3i/
H A Dcxgb3i.c38 static char version[] = variable
1389 printk(KERN_INFO "%s", version);
/drivers/scsi/cxgbi/cxgb4i/
H A Dcxgb4i.c40 static char version[] = variable
1787 printk(KERN_INFO "%s", version);
/drivers/scsi/
H A Dgdth_ioctl.h11 #define GDTIOCTL_DRVERS (GDTIOCTL_MASK | 1) /* get driver version */
13 #define GDTIOCTL_OSVERS (GDTIOCTL_MASK | 3) /* get OS version */
231 u16 version; /* driver version */ member in struct:__anon5460::__anon5461::__anon5463
244 u8 version; /* OS version */ member in struct:__anon5460::__anon5461::__anon5465
293 u8 version; /* OS version */ member in struct:__anon5472
/drivers/scsi/qla2xxx/
H A Dqla_bsg.h190 uint8_t version[MAX_FRU_SIZE]; member in struct:qla_field_info
200 struct qla_image_version version[0]; member in struct:qla_image_version_list
H A Dqla_dbg.h265 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::__anon6130::__anon6131
189 u8 version; /* x04 */ member in struct:eeprom_data::__anon6130::__anon6132
/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.
124 u8 version; member in struct:davinci_spi
366 if (dspi->version == SPI_VERSION_2) {
500 if (dspi->version == SPI_VERSION_2) {
870 pdata->version = SPI_VERSION_1;
875 /* match data has the SPI version number for SPI_VERSION_2 */
877 pdata->version = SPI_VERSION_2;
999 dspi->version = pdata->version;
[all...]
/drivers/staging/ft1000/ft1000-usb/
H A Dft1000_download.c91 long version_data_offset; /* Offset were scrambled version data begins. */
92 long version_data_size; /* Size, in words, of scrambled version data. */
103 long version; /* Embedded version # of DSP code. */ member in struct:dsp_image_info
651 * Get version id of file, at first 4 bytes of file, for newer files.
907 if (dsp_img_info->version ==
/drivers/staging/lustre/lnet/klnds/socklnd/
H A Dsocklnd_cb.c14 * modify it under the terms of version 2 of the GNU General Public
1614 __u32 version = 0; local
1617 version = hello->kshm_version;
1619 version = __swab32(hello->kshm_version);
1621 if (version != 0) {
1627 version == KSOCK_PROTO_V3)
1630 if (version == KSOCK_PROTO_V2)
1633 if (version == KSOCK_PROTO_V3)
1699 * EPROTO protocol version mismatch
1758 CERROR("Unknown protocol version (
[all...]
/drivers/staging/lustre/lnet/lnet/
H A Drouter.c10 * modify it under the terms of version 2 of the GNU General Public
1173 __u64 version; local
1179 version = the_lnet.ln_routers_version;
1190 if (version != the_lnet.ln_routers_version)
1197 if (version != the_lnet.ln_routers_version) {
1593 __u64 version; local
1653 version = the_lnet.ln_routers_version;
1656 LASSERT (version == the_lnet.ln_routers_version);
/drivers/staging/lustre/lustre/ldlm/
H A Dldlm_resource.c7 * it under the terms of the GNU General Public License version 2 only,
13 * General Public License version 2 for more details (a copy is included
17 * version 2 along with this program; If not, see
1055 __u64 version; local
1081 version = cfs_hash_bd_version_get(&bd);
1099 hnode = (version == cfs_hash_bd_version_get(&bd)) ? NULL :
/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.
713 /* Here comes the firmware version... (hopefully) */
723 zilog_notify("Zilog/Hauppauge IR blaster firmware version "
758 unsigned char *data, version, num_global_fixed; local
801 /* Check version */
803 if (!read_uint8(&data, tx_data->endp, &version))
805 if (version != 1) {
806 zilog_error("unsupported code set file version (%u, expected"
808 version);
[all...]

Completed in 1590 milliseconds

1234567891011>>