Searched defs:version (Results 151 - 175 of 481) sorted by relevance

1234567891011>>

/drivers/net/ethernet/8390/
H A Detherh.c7 * it under the terms of the GNU General Public License version 2 as
62 static char version[] = variable
513 pr_info("%s", version);
576 strlcpy(info->version, DRV_VERSION, sizeof(info->version));
H A Dmac8390.c44 static char version[] = variable
300 printk_once(KERN_INFO pr_fmt("%s"), version);
H A Dne2k-pci.c63 /* These identify the driver base version and may not be removed. */
64 static const char version[] = variable
231 /* when built into the kernel, we only print version if device is found */
235 printk(version);
643 strlcpy(info->version, DRV_VERSION, sizeof(info->version));
729 printk(version);
/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_mfw_req.h56 /* current drv_info version */
70 u8 version[ETH_STAT_INFO_VERSION_LEN]; member in struct:eth_stats_info
108 u8 version[12]; /* Function's Driver Version. */ member in struct:fcoe_stats_info
132 u8 version[12]; /* Function's Driver Version. */ member in struct:iscsi_stats_info
/drivers/net/ethernet/chelsio/cxgb3/
H A Dcxgb3_ioctl.h81 uint32_t version; member in struct:ch_mem_range
/drivers/net/ethernet/seeq/
H A Dether3.c7 * it under the terms of the GNU General Public License version 2 as
70 static char version[] = "ether3 ethernet driver (c) 1995-2000 R.M.King v1.17\n"; variable
738 printk(KERN_INFO "%s", version);
/drivers/net/ethernet/smsc/
H A Dsmc9194.c57 static const char version[] = variable
915 pr_info_once("%s\n", version);
/drivers/net/ethernet/sun/
H A Dsunqe.c48 static char version[] = variable
686 strlcpy(info->version, "3.0", sizeof(info->version));
840 printk(KERN_INFO "%s", version);
/drivers/net/hippi/
H A Drrunner.c14 * the Free Software Foundation; either version 2 of the License, or
15 * (at your option) any later version.
63 static char version[] = "rrunner.c: v0.50 11/11/2002 Jes Sorensen (jes@wildopensource.com)\n"; variable
126 /* display version info if adapter is found */
131 printk(version);
259 * This is temporary - it will go away in the final version.
536 * Donald Becker does it this way for the GigE version of this
/drivers/net/irda/
H A Dali-ircc.c19 * published by the Free Software Foundation; either version 2 of
20 * the License, or (at your option) any later version.
558 int version; local
576 version = inb(iobase+FIR_ID_VR);
579 if(version != 0x00)
581 IRDA_ERROR("%s, Wrong chip version %02x\n",
582 ALI_IRCC_DRIVER_NAME, version);
H A Dnsc-ircc.c20 * published by the Free Software Foundation; either version 2 of
21 * the License, or (at your option) any later version.
984 int version; local
989 version = inb(iobase+MID);
991 IRDA_DEBUG(2, "%s() Driver %s Found chip version %02x\n",
992 __func__, driver_name, version);
995 if (0x20 != (version & 0xf0)) {
996 IRDA_ERROR("%s, Wrong chip version %02x\n",
997 driver_name, version);
/drivers/net/
H A Dsb1000.c17 Foundation; either version 2 of the License, or (at
18 your option) any later version.
35 static char version[] = "sb1000.c:v1.1.2 6/01/98 (fventuri@mediaone.net)\n"; variable
119 const char* name, unsigned char version[], int do_end);
205 printk(KERN_NOTICE "%s", version);
552 /* get SB1000 firmware version */
555 unsigned char version[], int do_end)
568 version[0] = st[1];
569 version[1] = st[2];
978 /* Activate board and check firmware version */
554 sb1000_get_firmware_version(const int ioaddr[], const char* name, unsigned char version[], int do_end) argument
998 unsigned char version[2]; local
[all...]
/drivers/net/wan/
H A Dn2.c7 * under the terms of version 2 of the GNU General Public License
39 static const char* version = "SDL RISCom/N2 driver version: 1.15"; variable
504 pr_info("%s\n", version);
H A Dsbni.c152 static const char version[] = variable
252 pr_info_once("%s", version);
H A Dsdla.c31 * as published by the Free Software Foundation; either version
32 * 2 of the License, or (at your option) any later version.
61 static const char* version = "SDLA driver v0.30, 12 Sep 1996, mike.mclagan@linux.org"; variable
1632 printk("%s.\n", version);
H A Dwanxl.c8 * under the terms of version 2 of the GNU General Public License
38 static const char* version = "wanXL serial card driver version: 0.48"; variable
572 pr_info_once("%s\n", version);
833 pr_info("%s\n", version);
/drivers/net/wireless/ath/wcn36xx/
H A Dwcn36xx.h236 u8 version,
241 wcn->fw_version == version &&
233 wcn36xx_is_fw_version(struct wcn36xx *wcn, u8 major, u8 minor, u8 version, u8 revision) argument
/drivers/net/wireless/mwifiex/
H A Ddecl.h175 u8 version; member in struct:mwifiex_types_wmm_info
/drivers/net/wireless/rtlwifi/rtl8188ee/
H A Dfw.c6 * under the terms of version 2 of the GNU General Public License as
114 enum version_8188e version, u8 *buffer, u32 size)
207 enum version_8188e version = rtlhal->version; local
221 pfwheader->version, pfwheader->signature,
233 _rtl88e_write_fw(hw, version, pfwdata, fwsize);
113 _rtl88e_write_fw(struct ieee80211_hw *hw, enum version_8188e version, u8 *buffer, u32 size) argument
/drivers/net/wireless/rtlwifi/rtl8192c/
H A Dfw_common.c6 * under the terms of version 2 of the GNU General Public License as
129 enum version_8192c version, u8 *buffer, u32 size)
137 is_version_b = IS_NORMAL_CHIP(version);
228 enum version_8192c version = rtlhal->version; local
240 pfwheader->version, pfwheader->signature,
248 _rtl92c_write_fw(hw, version, pfwdata, fwsize);
128 _rtl92c_write_fw(struct ieee80211_hw *hw, enum version_8192c version, u8 *buffer, u32 size) argument
/drivers/net/wireless/rtlwifi/rtl8192de/
H A Dfw.c6 * under the terms of version 2 of the GNU General Public License as
119 enum version_8192d version, u8 *buffer, u32 size)
250 enum version_8192d version = rtlhal->version; local
324 _rtl92d_write_fw(hw, version, pfwdata, fwsize);
118 _rtl92d_write_fw(struct ieee80211_hw *hw, enum version_8192d version, u8 *buffer, u32 size) argument
/drivers/net/wireless/rtlwifi/rtl8192ee/
H A Dfw.c6 * under the terms of version 2 of the GNU General Public License as
110 enum version_8192e version,
205 enum version_8192e version = rtlhal->version; local
211 rtlhal->fw_version = pfwheader->version;
221 pfwheader->version, pfwheader->signature,
239 _rtl92ee_write_fw(hw, version, pfwdata, fwsize);
109 _rtl92ee_write_fw(struct ieee80211_hw *hw, enum version_8192e version, u8 *buffer, u32 size) argument
H A Dfw.h6 * under the terms of version 2 of the GNU General Public License as
96 u16 version; member in struct:rtl92c_firmware_header
/drivers/net/wireless/rtlwifi/rtl8723ae/
H A Dphy.h6 * under the terms of version 2 of the GNU General Public License as
151 u8 version; member in struct:efuse_contents
/drivers/platform/x86/
H A Dacerhdf.c21 * the Free Software Foundation; either version 2 of the License, or
22 * (at your option) any later version.
108 MODULE_PARM_DESC(force_bios, "Force BIOS version and omit BIOS check");
126 const char *version; member in struct:bios_settings_t
561 char const *vendor, *version, *product; local
566 version = dmi_get_system_info(DMI_BIOS_VERSION);
569 if (!vendor || !version || !product) {
577 version = force_bios;
578 pr_info("forcing BIOS version: %s\n", version);
[all...]

Completed in 2882 milliseconds

1234567891011>>