plateform
stringclasses
1 value
repo_name
stringclasses
2 values
name
stringlengths
1
78
ext
stringclasses
2 values
path
stringlengths
15
1.11k
size
int64
1
8.55M
source_encoding
stringclasses
11 values
md5
stringlengths
32
32
text
stringlengths
0
8.49M
google
android
mdio-bcm-iproc
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/phy/mdio-bcm-iproc.c
5,014
utf_8
a4198ee859fdfe7e9b34d6c6cfe79e5c
/* */ #include <linux/delay.h> #include <linux/io.h> #include <linux/kernel.h> #include <linux/module.h> #include <linux/of.h> #include <linux/of_platform.h> #include <linux/of_mdio.h> #include <linux/phy.h> #include <linux/platform_device.h> #include <linux/sched.h> #define IPROC_GPHY_MDCDIV 0x1a #define MII_CTRL_...
google
android
et1011c
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/phy/et1011c.c
2,761
utf_8
f15803db0596df6f6ddfeb326601dc3d
/* * drivers/net/phy/et1011c.c * * Driver for LSI ET1011C PHYs * * Author: Chaithrika U S * * option) any later version. * */ #include <linux/kernel.h> #include <linux/string.h> #include <linux/errno.h> #include <linux/unistd.h> #include <linux/interrupt.h> #include <linux/init.h> #include <linux/delay.h> #inc...
google
android
mdio_bus
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/phy/mdio_bus.c
16,829
utf_8
fd2abba884093b325cb95891d7915c53
/* MDIO Bus interface * * Author: Andy Fleming * * option) any later version. * */ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt #include <linux/kernel.h> #include <linux/string.h> #include <linux/errno.h> #include <linux/unistd.h> #include <linux/slab.h> #include <linux/interrupt.h> #include <linux/init.h> #includ...
google
android
microchip
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/phy/microchip.c
3,677
utf_8
6cfd41ccfa57292906c6107aee8781b1
/* #define DRIVER_DESC "Microchip LAN88XX PHY driver" struct lan88xx_priv { int chip_id; int chip_rev; __u32 wolopts; }; static int lan88xx_phy_config_intr(struct phy_device *phydev) { int rc; if (phydev->interrupts == PHY_INTERRUPT_ENABLED) { /* unmask all source and clear them before enable */ rc = phy_write...
google
android
lxt
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/phy/lxt.c
7,277
utf_8
cd33c41b84fed48cc6f0945063654b00
/* * drivers/net/phy/lxt.c * * Driver for Intel LXT PHYs * * Author: Andy Fleming * * option) any later version. * */ #include <linux/kernel.h> #include <linux/string.h> #include <linux/errno.h> #include <linux/unistd.h> #include <linux/interrupt.h> #include <linux/init.h> #include <linux/delay.h> #include <li...
google
android
bcm63xx
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/phy/bcm63xx.c
2,546
utf_8
25642e6c27151b05eee5bf4ea0a36313
/* * Driver for Broadcom 63xx SOCs integrated PHYs * static int bcm63xx_config_init(struct phy_device *phydev) { int reg, err; reg = phy_read(phydev, MII_BCM63XX_IR); if (reg < 0) return reg; /* Mask interrupts globally. */ reg |= MII_BCM63XX_IR_GMASK; err = phy_write(phydev, MII_BCM63XX_IR, reg); if (err <...
google
android
fixed_phy
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/phy/fixed_phy.c
9,219
utf_8
f8a49cdfa5b1cf9a3ec9f15562095045
/* * Fixed MDIO bus (MDIO bus emulation with fixed PHYs) * * option) any later version. */ #include <linux/kernel.h> #include <linux/module.h> #include <linux/platform_device.h> #include <linux/list.h> #include <linux/mii.h> #include <linux/phy.h> #include <linux/phy_fixed.h> #include <linux/err.h> #include <linux/...
google
android
dp83867
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/phy/dp83867.c
6,042
utf_8
092c6ff8db816f3ad4598503c8e776ca
/* * Driver for the Texas Instruments DP83867 PHY * */ #include <linux/ethtool.h> #include <linux/kernel.h> #include <linux/mii.h> #include <linux/module.h> #include <linux/of.h> #include <linux/phy.h> #include <dt-bindings/net/ti-dp83867.h> #define DP83867_PHY_ID 0x2000a231 #define DP83867_DEVADDR 0x1f #define MI...
google
android
spi_ks8995
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/phy/spi_ks8995.c
9,081
utf_8
825b44fa1a56b00d1220fcb673e038d0
/* * SPI driver for Micrel/Kendin KS8995M and KSZ8864RMN ethernet switches * */ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt #include <linux/types.h> #include <linux/kernel.h> #include <linux/module.h> #include <linux/delay.h> #include <linux/device.h> #include <linux/spi/spi.h> #define DRV_VERSION "0.1.1" #define D...
google
android
at803x
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/phy/at803x.c
9,265
utf_8
ed47c2de05c7385b447eec41f7b10212
/* * drivers/net/phy/at803x.c * * Driver for Atheros 803x PHY * * option) any later version. */ #include <linux/phy.h> #include <linux/module.h> #include <linux/string.h> #include <linux/netdevice.h> #include <linux/etherdevice.h> #include <linux/of_gpio.h> #include <linux/gpio/consumer.h> #define AT803X_INTR_ENA...
google
android
phy_device
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/phy/phy_device.c
37,229
utf_8
bfaf70c8eb56431cee9d9201cef38f95
/* Framework for finding and configuring PHYs. * Also contains generic PHY driver * * Author: Andy Fleming * * option) any later version. * */ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt #include <linux/kernel.h> #include <linux/string.h> #include <linux/errno.h> #include <linux/unistd.h> #include <linux/slab.h>...
google
android
mdio-mux-mmioreg
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/phy/mdio-mux-mmioreg.c
4,197
utf_8
e465c10fbbcd95c6796967f1ebc33261
/* * Simple memory-mapped device MDIO MUX driver * * kind, whether express or implied. */ #include <linux/platform_device.h> #include <linux/device.h> #include <linux/of_address.h> #include <linux/of_mdio.h> #include <linux/module.h> #include <linux/phy.h> #include <linux/mdio-mux.h> struct mdio_mux_mmioreg_state {...
google
android
ste10Xp
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/phy/ste10Xp.c
3,225
utf_8
09a2a62cf3046b63f639ce8fd0233994
/* * drivers/net/phy/ste10Xp.c * * Driver for STMicroelectronics STe10Xp PHYs * * option) any later version. * */ #include <linux/module.h> #include <linux/init.h> #include <linux/sched.h> #include <linux/kernel.h> #include <linux/moduleparam.h> #include <linux/interrupt.h> #include <linux/netdevice.h> #include ...
google
android
marvell
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/phy/marvell.c
30,879
utf_8
ced4897fd1c3fc323704dba554bdb6f7
/* * drivers/net/phy/marvell.c * * Driver for Marvell PHYs * * Author: Andy Fleming * * option) any later version. * */ #include <linux/kernel.h> #include <linux/string.h> #include <linux/errno.h> #include <linux/unistd.h> #include <linux/interrupt.h> #include <linux/init.h> #include <linux/delay.h> #include <...
google
android
mdio-bcm-unimac
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/phy/mdio-bcm-unimac.c
6,584
utf_8
2510c4de6bbed1bd7b48c76de92fac98
/* * Broadcom UniMAC MDIO bus controller driver * * (at your option) any later version. */ #include <linux/kernel.h> #include <linux/phy.h> #include <linux/platform_device.h> #include <linux/sched.h> #include <linux/module.h> #include <linux/io.h> #include <linux/delay.h> #include <linux/of.h> #include <linux/of_pl...
google
android
bcm-phy-lib
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/phy/bcm-phy-lib.c
5,058
utf_8
99f203a6b736b49ed0fd9847472c07ed
/* */ #include "bcm-phy-lib.h" #include <linux/brcmphy.h> #include <linux/export.h> #include <linux/mdio.h> #include <linux/module.h> #include <linux/phy.h> #define MII_BCM_CHANNEL_WIDTH 0x2000 #define BCM_CL45VEN_EEE_ADV 0x3c int bcm_phy_write_exp(struct phy_device *phydev, u16 reg, u16 val) { int rc; rc ...
google
android
bcm-cygnus
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/phy/bcm-cygnus.c
4,123
utf_8
5361a8f8a4524491f49d9791b3d5f61f
/* */ /* Broadcom Cygnus SoC internal transceivers support. */ #include "bcm-phy-lib.h" #include <linux/brcmphy.h> #include <linux/module.h> #include <linux/netdevice.h> #include <linux/phy.h> /* Broadcom Cygnus Phy specific registers */ #define MII_BCM_CYGNUS_AFE_VDAC_ICTRL_0 0x91E5 /* VDAL Control register */ stati...
google
android
icplus
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/phy/icplus.c
6,323
utf_8
b42d0c6f24eb810fde35dd0afbf98933
/* * Driver for ICPlus PHYs * * option) any later version. * */ #include <linux/kernel.h> #include <linux/string.h> #include <linux/errno.h> #include <linux/unistd.h> #include <linux/interrupt.h> #include <linux/init.h> #include <linux/delay.h> #include <linux/netdevice.h> #include <linux/etherdevice.h> #include <...
google
android
qsemi
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/phy/qsemi.c
3,638
utf_8
5b295111f184795fdb5f65dce1efc10a
/* * drivers/net/phy/qsemi.c * * Driver for Quality Semiconductor PHYs * * Author: Andy Fleming * * option) any later version. * */ #include <linux/kernel.h> #include <linux/string.h> #include <linux/errno.h> #include <linux/unistd.h> #include <linux/interrupt.h> #include <linux/init.h> #include <linux/delay.h...
google
android
mdio-moxart
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/phy/mdio-moxart.c
4,674
utf_8
92c17b32d8aed6e79e28889cb6feb99a
/* MOXA ART Ethernet (RTL8201CP) MDIO interface driver * * warranty of any kind, whether express or implied. */ #include <linux/delay.h> #include <linux/kernel.h> #include <linux/module.h> #include <linux/mutex.h> #include <linux/of_address.h> #include <linux/of_mdio.h> #include <linux/phy.h> #include <linux/platfor...
google
android
mdio-sun4i
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/phy/mdio-sun4i.c
4,746
utf_8
c5e88b837685d9e0759a2d6826c03b9a
/* * Allwinner EMAC MDIO interface driver * * warranty of any kind, whether express or implied. */ #include <linux/delay.h> #include <linux/kernel.h> #include <linux/module.h> #include <linux/mutex.h> #include <linux/of_address.h> #include <linux/of_mdio.h> #include <linux/phy.h> #include <linux/platform_device.h> ...
google
android
vitesse
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/phy/vitesse.c
9,960
utf_8
20ba48ddd05b76093c08c52f3563a0e3
/* * Driver for Vitesse PHYs * * Author: Kriston Carson * * option) any later version. * */ #include <linux/kernel.h> #include <linux/module.h> #include <linux/mii.h> #include <linux/ethtool.h> #include <linux/phy.h> /* Vitesse Extended Page Magic Register(s) */ #define MII_VSC82X4_EXT_PAGE_16E 0x10 #define MII_...
google
android
bcm7xxx
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/phy/bcm7xxx.c
11,552
utf_8
8c85a02425ba6e987661185415d8a86c
/* * Broadcom BCM7xxx internal transceivers support. * */ #include <linux/module.h> #include <linux/phy.h> #include <linux/delay.h> #include "bcm-phy-lib.h" #include <linux/bitops.h> #include <linux/brcmphy.h> #include <linux/mdio.h> /* Broadcom BCM7xxx internal PHY registers */ /* 40nm only register definitions */ ...
google
android
national
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/phy/national.c
4,228
utf_8
37310a8593710ad40a70a21beddb3fae
/* * drivers/net/phy/national.c * * Driver for National Semiconductor PHYs * * option) any later version. * */ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt #include <linux/kernel.h> #include <linux/module.h> #include <linux/mii.h> #include <linux/ethtool.h> #include <linux/phy.h> #include <linux/netdevice.h> #def...
google
android
fjes_main
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/fjes/fjes_main.c
34,327
utf_8
c2888b8f57ace5c322ced7aa51358c54
/* * FUJITSU Extended Socket Network Device driver * */ #include <linux/module.h> #include <linux/types.h> #include <linux/nls.h> #include <linux/platform_device.h> #include <linux/netdevice.h> #include <linux/interrupt.h> #include "fjes.h" #define MAJ 1 #define MIN 0 #define DRV_VERSION __stringify(MAJ) "." __stri...
google
android
fjes_ethtool
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/fjes/fjes_ethtool.c
3,708
utf_8
dad2363e9878b459c61438071b95aaf1
/* * FUJITSU Extended Socket Network Device driver * */ /* ethtool support for fjes */ #include <linux/vmalloc.h> #include <linux/netdevice.h> #include <linux/ethtool.h> #include <linux/platform_device.h> #include "fjes.h" struct fjes_stats { char stat_string[ETH_GSTRING_LEN]; int sizeof_stat; int stat_offset; }...
google
android
fjes_hw
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/fjes/fjes_hw.c
25,836
utf_8
6b6e3d6cacfcbb77b63b081bc0f7fdfb
/* * FUJITSU Extended Socket Network Device driver * */ #include "fjes_hw.h" #include "fjes.h" static void fjes_hw_update_zone_task(struct work_struct *); static void fjes_hw_epstop_task(struct work_struct *); /* supported MTU list */ const u32 fjes_support_mtu[] = { FJES_MTU_DEFINE(8 * 1024), FJES_MTU_DEFINE(16 ...
google
android
mwl8k
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/wireless/mwl8k.c
156,564
utf_8
b7d6a48f6b62db815f71f1274a80b45d
/* * drivers/net/wireless/mwl8k.c * Driver for Marvell TOPDOG 802.11 Wireless cards * * warranty of any kind, whether express or implied. */ #include <linux/interrupt.h> #include <linux/module.h> #include <linux/kernel.h> #include <linux/sched.h> #include <linux/spinlock.h> #include <linux/list.h> #include <linux/...
google
android
mac80211_hwsim
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/wireless/mac80211_hwsim.c
89,281
utf_8
628c31fe48a32a06fafda01f7d5c50ce
/* */ /* * TODO: * - Add TSF sync and fix IBSS beacon transmission by adding * competition for "air time" at TBTT * - RX filtering based on filter configuration (data->rx_filter) */ #include <linux/list.h> #include <linux/slab.h> #include <linux/spinlock.h> #include <net/dst.h> #include <net/xfrm.h> #include <n...
google
android
adm8211
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/wireless/adm8211.c
54,990
utf_8
4c4473138ed7e74f7409d884eb90ccc6
/* * Linux device driver for ADMtek ADM8211 (IEEE 802.11b MAC/BBP) * * more details. */ #include <linux/interrupt.h> #include <linux/if.h> #include <linux/skbuff.h> #include <linux/slab.h> #include <linux/etherdevice.h> #include <linux/pci.h> #include <linux/delay.h> #include <linux/crc32.h> #include <linux/eeprom_...
google
android
rndis_wlan
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/wireless/rndis_wlan.c
102,460
utf_8
19aa1096d5298db9aef3ac602e9dcaa9
/* * Driver for RNDIS based wireless USB devices. * */ // #define DEBUG // error path messages, extra info // #define VERBOSE // more; success messages #include <linux/module.h> #include <linux/netdevice.h> #include <linux/etherdevice.h> #include <linux/ethtool.h> #include <linux/workqueue.h> #include <linux/mut...
google
android
atmel_cs
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/wireless/atmel_cs.c
9,893
utf_8
546576d3c84bd6413e68857a135cfe12
/*** -*- linux-c -*- ********************************************************** Driver for Atmel at76c502 at76c504 and at76c506 wireless cards. ******************************************************************************/ #ifdef __IN_PCMCIA_PACKAGE__ #include <pcmcia/k_compat.h> #endif #include <linux/kernel.h> ...
google
android
ray_cs
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/wireless/ray_cs.c
87,233
utf_8
ace149c0a1bf1bb1c34d4b209686de1d
/*============================================================================= * * A PCMCIA client driver for the Raylink wireless LAN card. * The starting point for this module was the skeleton.c in the * - Audit copy_to_user in ioctl(SIOCGIWESSID) * =============================================================...
google
android
wl3501_cs
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/wireless/wl3501_cs.c
54,896
utf_8
2436eaf06c5f2ac7427610016b0d1764
/* * WL3501 Wireless LAN PCMCIA Card Driver for Linux * * References used by Fox Chen while writing the original driver for 2.0.30: * * 1. WL24xx packet drivers (tooasm.asm) * 2. Access Point Firmware Interface Specification for IEEE 802.11 SUTRO * 3. IEEE 802.11 * 4. Linux network driver (/usr/src/linu...
google
android
airo_cs
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/wireless/airo_cs.c
6,530
utf_8
f8b4e8ca038d12fe5d06577cee034cbe
/*====================================================================== Aironet driver for 4500 and 4800 series cards ======================================================================*/ #ifdef __IN_PCMCIA_PACKAGE__ #include <pcmcia/k_compat.h> #endif #include <linux/kernel.h> #include <linux/module.h> #includ...
google
android
atmel_pci
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/wireless/atmel_pci.c
2,202
utf_8
97e00204f8c47f71e78c2a917436eba7
/*** -*- linux-c -*- ********************************************************** Driver for Atmel at76c502 at76c504 and at76c506 wireless cards. ******************************************************************************/ #include <linux/pci.h> #include <linux/kernel.h> #include <linux/module.h> #include <linux/...
google
android
zd1201
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/wireless/zd1201.c
46,790
utf_8
eb9466098e1f8cbdbc1a148e2a00ac3f
/* * Driver for ZyDAS zd1201 based wireless USB devices. * */ #include <linux/module.h> #include <linux/usb.h> #include <linux/slab.h> #include <linux/netdevice.h> #include <linux/etherdevice.h> #include <linux/wireless.h> #include <net/cfg80211.h> #include <net/iw_handler.h> #include <linux/string.h> #include <linu...
google
android
atmel
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/wireless/atmel.c
133,253
utf_8
825254029228db635f6e0fc59449c6b2
/*** -*- linux-c -*- ********************************************************** Driver for Atmel at76c502 at76c504 and at76c506 wireless cards. For all queries about this code, please contact the current author, Credit is due to HP UK and Cambridge Online Systems Ltd for supplying hardware used during ...
google
android
airo
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/wireless/airo.c
223,356
utf_8
32b5b674eb87bf99beedd6ee7326cdad
/*====================================================================== Aironet driver for 4500 and 4800 series cards ======================================================================*/ #include <linux/err.h> #include <linux/init.h> #include <linux/kernel.h> #include <linux/module.h> #include <linux/proc_fs.h...
google
android
at76c50x-usb
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/wireless/at76c50x-usb.c
72,478
utf_8
77462c378074f6c374dbb73ad0449c87
/* * at76c503/at76c505 USB driver * * * TODO list is at the wiki: * * http://wireless.kernel.org/en/users/Drivers/at76c50x-usb#TODO * */ #include <linux/init.h> #include <linux/kernel.h> #include <linux/sched.h> #include <linux/errno.h> #include <linux/slab.h> #include <linux/module.h> #include <linux/spinlock....
google
android
11n_rxreorder
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/wireless/mwifiex/11n_rxreorder.c
26,712
utf_8
3cd31973c1bda9826f555d685365f578
/* * Marvell Wireless LAN device driver: 802.11n RX Re-ordering * * this warranty disclaimer. */ #include "decl.h" #include "ioctl.h" #include "util.h" #include "fw.h" #include "main.h" #include "wmm.h" #include "11n.h" #include "11n_rxreorder.h" /* This function will dispatch amsdu packet and forward it to kernel/...
google
android
ethtool
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/wireless/mwifiex/ethtool.c
2,366
utf_8
9b35897de32aa43063287ddc96753788
/* * Marvell Wireless LAN device driver: ethtool * * this warranty disclaimer. */ #include "main.h" static void mwifiex_ethtool_get_wol(struct net_device *dev, struct ethtool_wolinfo *wol) { struct mwifiex_private *priv = mwifiex_netdev_get_priv(dev); u32 conditions = le32_to_cpu(priv->adapter->hs_cfg.con...
google
android
debugfs
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/wireless/mwifiex/debugfs.c
26,717
utf_8
1140e72cad8bf43c22ab6c60a7046dbb
/* * Marvell Wireless LAN device driver: debugfs * * this warranty disclaimer. */ #include <linux/debugfs.h> #include "main.h" #include "11n.h" static struct dentry *mwifiex_dfs_dir; static char *bss_modes[] = { "UNSPECIFIED", "ADHOC", "STATION", "AP", "AP_VLAN", "WDS", "MONITOR", "MESH_POINT", "P2P_CLIENT...
google
android
sta_tx
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/wireless/mwifiex/sta_tx.c
7,095
utf_8
c17efd843fee6ee6db716a80b14c5ac5
/* * Marvell Wireless LAN device driver: station TX data handling * * this warranty disclaimer. */ #include "decl.h" #include "ioctl.h" #include "util.h" #include "fw.h" #include "main.h" #include "wmm.h" /* * This function fills the TxPD for tx packets. * * The Tx buffer received by this function should already...
google
android
uap_cmd
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/wireless/mwifiex/uap_cmd.c
28,895
utf_8
42e1ee91bdce049847d2e0c8aad39a55
/* * Marvell Wireless LAN device driver: AP specific command handling * * this warranty disclaimer. */ #include "main.h" #include "11ac.h" /* This function parses security related parameters from cfg80211_ap_settings * and sets into FW understandable bss_config structure. */ int mwifiex_set_secure_params(struct m...
google
android
tdls
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/wireless/mwifiex/tdls.c
43,227
utf_8
72b41045536aeb23cbeeaf36f6395d86
/* Marvell Wireless LAN device driver: TDLS handling * * this warranty disclaimer. */ #include "main.h" #include "wmm.h" #include "11n.h" #include "11n_rxreorder.h" #include "11ac.h" #define TDLS_REQ_FIX_LEN 6 #define TDLS_RESP_FIX_LEN 8 #define TDLS_CONFIRM_FIX_LEN 6 #define MWIFIEX_TDLS_WMM_INFO_SIZE 7 s...
google
android
sta_rx
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/wireless/mwifiex/sta_rx.c
8,738
utf_8
4182c96f384bf152c2bf461c514ce584
/* * Marvell Wireless LAN device driver: station RX data handling * * this warranty disclaimer. */ #include <uapi/linux/ipv6.h> #include <net/ndisc.h> #include "decl.h" #include "ioctl.h" #include "util.h" #include "fw.h" #include "main.h" #include "11n_aggr.h" #include "11n_rxreorder.h" /* This function checks if ...
google
android
11ac
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/wireless/mwifiex/11ac.c
11,127
utf_8
3bc531e227e26ddc75e411de6200e382
/* * Marvell Wireless LAN device driver: 802.11ac * * this warranty disclaimer. */ #include "decl.h" #include "ioctl.h" #include "fw.h" #include "main.h" #include "11ac.h" /* Tables of the MCS map to the highest data rate (in Mbps) supported * for long GI. */ static const u16 max_rate_lgi_80MHZ[8][3] = { {0x124,...
google
android
cfp
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/wireless/mwifiex/cfp.c
14,748
utf_8
7ab4844174bc36260c9e590124a1bcaf
/* * Marvell Wireless LAN device driver: Channel, Frequence and Power * * this warranty disclaimer. */ #include "decl.h" #include "ioctl.h" #include "util.h" #include "fw.h" #include "main.h" #include "cfg80211.h" /* 100mW */ #define MWIFIEX_TX_PWR_DEFAULT 20 /* 100mW */ #define MWIFIEX_TX_PWR_US_DEFAULT 2...
google
android
init
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/wireless/mwifiex/init.c
21,893
utf_8
9741707a6dc1a23b4b6b111b369430fa
/* * Marvell Wireless LAN device driver: HW/FW Initialization * * this warranty disclaimer. */ #include "decl.h" #include "ioctl.h" #include "util.h" #include "fw.h" #include "main.h" #include "wmm.h" #include "11n.h" /* * This function adds a BSS priority table to the table list. * * The function allocates a ne...
google
android
main
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/wireless/mwifiex/main.c
43,530
utf_8
1f78ef5f8b5f2f0d2a7d6dee4eb2e76d
/* * Marvell Wireless LAN device driver: major functions * * this warranty disclaimer. */ #include "main.h" #include "wmm.h" #include "cfg80211.h" #include "11n.h" #define VERSION "1.0" static unsigned int debug_mask = MWIFIEX_DEFAULT_DEBUG_MASK; module_param(debug_mask, uint, 0); MODULE_PARM_DESC(debug_mask, "bitm...
google
android
util
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/wireless/mwifiex/util.c
22,230
utf_8
9343835d811d2007396c872442236964
/* * Marvell Wireless LAN device driver: utility functions * * this warranty disclaimer. */ #include "decl.h" #include "ioctl.h" #include "util.h" #include "fw.h" #include "main.h" #include "wmm.h" #include "11n.h" static struct mwifiex_debug_data items[] = { {"debug_mask", item_size(debug_mask), item_addr(debug...
google
android
txrx
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/wireless/mwifiex/txrx.c
11,051
utf_8
b11dce7ab5ceb5aa67ab4f64003db2ed
/* * Marvell Wireless LAN device driver: generic TX/RX data handling * * this warranty disclaimer. */ #include "decl.h" #include "ioctl.h" #include "util.h" #include "fw.h" #include "main.h" #include "wmm.h" /* * This function processes the received buffer. * * Main responsibility of this function is to parse th...
google
android
11n
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/wireless/mwifiex/11n.c
26,898
utf_8
b488f362566d7186a6c4f476a86fab5c
/* * Marvell Wireless LAN device driver: 802.11n * * this warranty disclaimer. */ #include "decl.h" #include "ioctl.h" #include "util.h" #include "fw.h" #include "main.h" #include "wmm.h" #include "11n.h" /* * Fills HT capability information field, AMPDU Parameters field, HT extended * capability field, and suppo...
google
android
scan
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/wireless/mwifiex/scan.c
78,308
utf_8
3337fd4cc746915dca4402d097826822
/* * Marvell Wireless LAN device driver: scan ioctl and command handling * * this warranty disclaimer. */ #include "decl.h" #include "ioctl.h" #include "util.h" #include "fw.h" #include "main.h" #include "11n.h" #include "cfg80211.h" /* The maximum number of channels the firmware can scan per command */ #define MWI...
google
android
cmdevt
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/wireless/mwifiex/cmdevt.c
51,333
utf_8
c728b38ca2d59b0046b79d46aa146680
/* * Marvell Wireless LAN device driver: commands and events * * this warranty disclaimer. */ #include "decl.h" #include "ioctl.h" #include "util.h" #include "fw.h" #include "main.h" #include "wmm.h" #include "11n.h" #include "11ac.h" /* * This function initializes a command node. * * The actual allocation of th...
google
android
sta_cmd
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/wireless/mwifiex/sta_cmd.c
71,270
utf_8
a37570740a38cabea30f4f2e4a409927
/* * Marvell Wireless LAN device driver: station command handling * * this warranty disclaimer. */ #include "decl.h" #include "ioctl.h" #include "util.h" #include "fw.h" #include "main.h" #include "wmm.h" #include "11n.h" #include "11ac.h" static bool drcs; module_param(drcs, bool, 0644); MODULE_PARM_DESC(drcs, "mu...
google
android
sta_cmdresp
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/wireless/mwifiex/sta_cmdresp.c
37,604
utf_8
c736972b70f70a3a0998c5bfa23e2f63
/* * Marvell Wireless LAN device driver: station command response handling * * this warranty disclaimer. */ #include "decl.h" #include "ioctl.h" #include "util.h" #include "fw.h" #include "main.h" #include "wmm.h" #include "11n.h" #include "11ac.h" /* * This function handles the command response error case. * * ...
google
android
sdio
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/wireless/mwifiex/sdio.c
70,728
utf_8
fc9ce98654cede1161f1fbd66962fbb6
/* * Marvell Wireless LAN device driver: SDIO specific handling * * this warranty disclaimer. */ #include <linux/firmware.h> #include "decl.h" #include "ioctl.h" #include "util.h" #include "fw.h" #include "main.h" #include "wmm.h" #include "11n.h" #include "sdio.h" #define SDIO_VERSION "1.0" /* The mwifiex_sdio_rem...
google
android
uap_txrx
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/wireless/mwifiex/uap_txrx.c
13,627
utf_8
8af0079c6246b08018559fc9354cd1cf
/* * Marvell Wireless LAN device driver: AP TX and RX data handling * * this warranty disclaimer. */ #include "decl.h" #include "ioctl.h" #include "main.h" #include "wmm.h" #include "11n_aggr.h" #include "11n_rxreorder.h" /* This function checks if particular RA list has packets more than low bridge * packet thres...
google
android
join
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/wireless/mwifiex/join.c
48,513
utf_8
d445eb6892f2786a980a9b7947e2102a
/* * Marvell Wireless LAN device driver: association and ad-hoc start/join * * this warranty disclaimer. */ #include "decl.h" #include "ioctl.h" #include "util.h" #include "fw.h" #include "main.h" #include "wmm.h" #include "11n.h" #include "11ac.h" #define CAPINFO_MASK (~(BIT(15) | BIT(14) | BIT(12) | BIT(11) | ...
google
android
sta_ioctl
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/wireless/mwifiex/sta_ioctl.c
38,977
utf_8
accc4c9e10c84da7a4b0af13635f55f1
/* * Marvell Wireless LAN device driver: functions for station ioctl * * this warranty disclaimer. */ #include "decl.h" #include "ioctl.h" #include "util.h" #include "fw.h" #include "main.h" #include "wmm.h" #include "11n.h" #include "cfg80211.h" static int disconnect_on_suspend; module_param(disconnect_on_suspend,...
google
android
11n_aggr
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/wireless/mwifiex/11n_aggr.c
9,740
utf_8
430c0f6f4ed759289cdcf15999114a67
/* * Marvell Wireless LAN device driver: 802.11n Aggregation * * this warranty disclaimer. */ #include "decl.h" #include "ioctl.h" #include "util.h" #include "fw.h" #include "main.h" #include "wmm.h" #include "11n.h" #include "11n_aggr.h" /* * Creates an AMSDU subframe for aggregation into one AMSDU packet. * * ...
google
android
wmm
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/wireless/mwifiex/wmm.c
41,869
utf_8
fb039068c2fb4776de3158f6f6866784
/* * Marvell Wireless LAN device driver: WMM * * this warranty disclaimer. */ #include "decl.h" #include "ioctl.h" #include "util.h" #include "fw.h" #include "main.h" #include "wmm.h" #include "11n.h" /* Maximum value FW can accept for driver delay in packet transmission */ #define DRV_PKT_DELAY_TO_FW_MAX 512 /* ...
google
android
cfg80211
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/wireless/mwifiex/cfg80211.c
111,316
utf_8
5b986bad77b3f3df606f93823b1f5a7c
/* * Marvell Wireless LAN device driver: CFG80211 * * this warranty disclaimer. */ #include "cfg80211.h" #include "main.h" #include "11n.h" static char *reg_alpha2; module_param(reg_alpha2, charp, 0); static const struct ieee80211_iface_limit mwifiex_ap_sta_limits[] = { { .max = 2, .types = BIT(NL80211_IFTYPE_ST...
google
android
sta_event
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/wireless/mwifiex/sta_event.c
25,905
utf_8
eec38370d2aeb9c7b05a701e66570fe0
/* * Marvell Wireless LAN device driver: station event handling * * this warranty disclaimer. */ #include "decl.h" #include "ioctl.h" #include "util.h" #include "fw.h" #include "main.h" #include "wmm.h" #include "11n.h" /* * This function resets the connection state. * * The function is invoked after receiving a...
google
android
11h
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/wireless/mwifiex/11h.c
10,217
utf_8
2abf425aabf75ff3b462234a052e2258
/* * Marvell Wireless LAN device driver: 802.11h * * this warranty disclaimer. */ #include "main.h" #include "fw.h" void mwifiex_init_11h_params(struct mwifiex_private *priv) { priv->state_11h.is_11h_enabled = true; priv->state_11h.is_11h_active = false; } inline int mwifiex_is_11h_active(struct mwifiex_private *...
google
android
ie
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/wireless/mwifiex/ie.c
14,094
utf_8
0591cd0ca36f26e1ff6e277dc2df7e6e
/* * Marvell Wireless LAN device driver: management IE handling- setting and * deleting IE. * * this warranty disclaimer. */ #include "main.h" /* This function checks if current IE index is used by any on other interface. * Return: -1: yes, current IE index is used by someone else. * 0: no, current IE i...
google
android
pcie
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/wireless/mwifiex/pcie.c
74,009
utf_8
b06b042e8e3230fa6df669a2997b5643
/* * Marvell Wireless LAN device driver: PCIE specific handling * * this warranty disclaimer. */ #include <linux/firmware.h> #include "decl.h" #include "ioctl.h" #include "util.h" #include "fw.h" #include "main.h" #include "wmm.h" #include "11n.h" #include "pcie.h" #define PCIE_VERSION "1.0" #define DRV_NAME ...
google
android
uap_event
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/wireless/mwifiex/uap_event.c
10,048
utf_8
fe63f604678e319051aeeb1e3e430ec8
/* * Marvell Wireless LAN device driver: AP event handling * * this warranty disclaimer. */ #include "decl.h" #include "main.h" #include "11n.h" #define MWIFIEX_BSS_START_EVT_FIX_SIZE 12 static int mwifiex_check_uap_capabilties(struct mwifiex_private *priv, struct sk_buff *event) { int evt_len; u8 *curr;...
google
android
usb
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/wireless/mwifiex/usb.c
33,589
utf_8
18774a1dd467c6818855d127e46615f8
/* * Marvell Wireless LAN device driver: USB specific handling * * this warranty disclaimer. */ #include "main.h" #include "usb.h" #define USB_VERSION "1.0" static u8 user_rmmod; static struct mwifiex_if_ops usb_ops; static struct semaphore add_remove_card_sem; static struct usb_device_id mwifiex_usb_table[] = { /...
google
android
pm
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/wireless/cw1200/pm.c
9,210
utf_8
d90f9f59c9e6567f6f49063c9450c1c5
/* * Mac80211 power management API for ST-Ericsson CW1200 drivers * */ #include <linux/module.h> #include <linux/if_ether.h> #include "cw1200.h" #include "pm.h" #include "sta.h" #include "bh.h" #include "hwbus.h" #define CW1200_BEACON_SKIPPING_MULTIPLIER 3 struct cw1200_udp_port_filter { struct wsm_udp_port_filter_...
google
android
fwio
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/wireless/cw1200/fwio.c
12,545
utf_8
7a90ad710f5b03584b5e38a42cc4351b
/* * Firmware I/O code for mac80211 ST-Ericsson CW1200 drivers * */ #include <linux/vmalloc.h> #include <linux/sched.h> #include <linux/firmware.h> #include "cw1200.h" #include "fwio.h" #include "hwio.h" #include "hwbus.h" #include "bh.h" static int cw1200_get_hw_type(u32 config_reg_val, int *major_revision) { int ...
google
android
main
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/wireless/cw1200/main.c
16,825
utf_8
6bd52c5362cd73d7da7420b7663f5863
/* * mac80211 glue code for mac80211 ST-Ericsson CW1200 drivers * */ #include <linux/module.h> #include <linux/firmware.h> #include <linux/etherdevice.h> #include <linux/vmalloc.h> #include <linux/random.h> #include <linux/sched.h> #include <net/mac80211.h> #include "cw1200.h" #include "txrx.h" #include "hwbus.h" #i...
google
android
queue
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/wireless/cw1200/queue.c
14,886
utf_8
2cae8dbbea31e29e1a96c5f726a33b92
/* * O(1) TX queue with built-in allocator for ST-Ericsson CW1200 drivers * */ #include <net/mac80211.h> #include <linux/sched.h> #include "queue.h" #include "cw1200.h" #include "debug.h" /* private */ struct cw1200_queue_item { struct list_head head; struct sk_buff *skb; u32 packet_id; unsigned long queue_t...
google
android
txrx
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/wireless/cw1200/txrx.c
39,633
utf_8
9e9d4204beed6b1e73b5a43e579b3728
/* * Datapath implementation for ST-Ericsson CW1200 mac80211 drivers * */ #include <net/mac80211.h> #include <linux/etherdevice.h> #include <linux/skbuff.h> #include "cw1200.h" #include "wsm.h" #include "bh.h" #include "sta.h" #include "debug.h" #define CW1200_INVALID_RATE_ID (0xFF) static int cw1200_handle_action_r...
google
android
bh
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/wireless/cw1200/bh.c
14,821
utf_8
93168e15d98768b93f0997169bd564e5
/* * Device handling thread implementation for mac80211 ST-Ericsson CW1200 drivers * */ #include <linux/module.h> #include <net/mac80211.h> #include <linux/kthread.h> #include <linux/timer.h> #include "cw1200.h" #include "bh.h" #include "hwio.h" #include "wsm.h" #include "hwbus.h" #include "debug.h" #include "fwio.h...
google
android
scan
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/wireless/cw1200/scan.c
12,899
utf_8
5313d15154c9bb37c16cf78fd464a574
/* * Scan implementation for ST-Ericsson CW1200 mac80211 drivers * */ #include <linux/sched.h> #include "cw1200.h" #include "scan.h" #include "sta.h" #include "pm.h" static void cw1200_scan_restart_delayed(struct cw1200_common *priv); static int cw1200_scan_start(struct cw1200_common *priv, struct wsm_scan *scan) { ...
google
android
wsm
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/wireless/cw1200/wsm.c
44,388
utf_8
3a91b4dba3385ccceb389b2d60657aac
/* * WSM host interface (HI) implementation for * ST-Ericsson CW1200 mac80211 drivers. * */ #include <linux/skbuff.h> #include <linux/wait.h> #include <linux/delay.h> #include <linux/sched.h> #include <linux/random.h> #include "cw1200.h" #include "wsm.h" #include "bh.h" #include "sta.h" #include "debug.h" #define W...
google
android
debug
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/wireless/cw1200/debug.c
11,978
utf_8
5f0d45719f1fb55b02699bc8f2fb480c
/* * mac80211 glue code for mac80211 ST-Ericsson CW1200 drivers * DebugFS code * */ #include <linux/module.h> #include <linux/debugfs.h> #include <linux/seq_file.h> #include "cw1200.h" #include "debug.h" #include "fwio.h" /* join_status */ static const char * const cw1200_debug_join_status[] = { "passive", "monit...
google
android
hwio
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/wireless/cw1200/hwio.c
7,385
utf_8
f5d4ad25dbceae568a2e0f25f41cd18e
/* * Low-level device IO routines for ST-Ericsson CW1200 drivers * */ #include <linux/types.h> #include "cw1200.h" #include "hwio.h" #include "hwbus.h" /* Sdio addr is 4*spi_addr */ #define SPI_REG_ADDR_TO_SDIO(spi_reg_addr) ((spi_reg_addr) << 2) #define SDIO_ADDR17BIT(buf_id, mpf, rfu, reg_id_ofs) \ ((((buf_id...
google
android
cw1200_sdio
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/wireless/cw1200/cw1200_sdio.c
9,535
utf_8
656b5d5140477b3f44693a748ccfecd5
/* * Mac80211 SDIO driver for ST-Ericsson CW1200 device * */ #include <linux/module.h> #include <linux/gpio.h> #include <linux/delay.h> #include <linux/mmc/host.h> #include <linux/mmc/sdio_func.h> #include <linux/mmc/card.h> #include <linux/mmc/sdio.h> #include <net/mac80211.h> #include "cw1200.h" #include "hwbus.h"...
google
android
sta
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/wireless/cw1200/sta.c
65,102
utf_8
5f9e1f73003167976e49879f8164b40a
/* * Mac80211 STA API for ST-Ericsson CW1200 drivers * */ #include <linux/vmalloc.h> #include <linux/sched.h> #include <linux/firmware.h> #include <linux/module.h> #include <linux/etherdevice.h> #include "cw1200.h" #include "sta.h" #include "fwio.h" #include "bh.h" #include "debug.h" #ifndef ERP_INFO_BYTE_OFFSET #de...
google
android
cw1200_spi
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/wireless/cw1200/cw1200_spi.c
10,797
utf_8
4eb61b87c9c71eadeb3372ffbcf34419
/* * Mac80211 SPI driver for ST-Ericsson CW1200 device * */ #include <linux/module.h> #include <linux/gpio.h> #include <linux/delay.h> #include <linux/spinlock.h> #include <linux/interrupt.h> #include <net/mac80211.h> #include <linux/spi/spi.h> #include <linux/device.h> #include "cw1200.h" #include "hwbus.h" #includ...
google
android
libipw_tx
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/wireless/ipw2x00/libipw_tx.c
15,423
utf_8
fee6964cd090db30d3169809114dc10a
/****************************************************************************** Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 ******************************************************************************/ #include <linux/compiler.h> #include <linux/errno.h> #include <linux/if_arp.h> #incl...
google
android
libipw_module
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/wireless/ipw2x00/libipw_module.c
8,707
utf_8
aab0e60bd54ead559b85cd43e508bee9
/******************************************************************************* this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 **********************************...
google
android
libipw_wx
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/wireless/ipw2x00/libipw_wx.c
20,358
utf_8
6d720efdb67c93951517f68e64df5ac3
/****************************************************************************** this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 ***********************************...
google
android
libipw_rx
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/wireless/ipw2x00/libipw_rx.c
50,857
utf_8
ce910a94f7feae6022fa078b42bfca04
/* * more details. */ #include <linux/compiler.h> #include <linux/errno.h> #include <linux/if_arp.h> #include <linux/in6.h> #include <linux/gfp.h> #include <linux/in.h> #include <linux/ip.h> #include <linux/kernel.h> #include <linux/module.h> #include <linux/netdevice.h> #include <linux/proc_fs.h> #include <linux/skb...
google
android
libipw_geo
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/wireless/ipw2x00/libipw_geo.c
5,472
utf_8
66b28905cdabf287f3c770609a424417
/****************************************************************************** Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 ******************************************************************************/ #include <linux/compiler.h> #include <linux/errno.h> #include <linux/if_arp.h> #incl...
google
android
ipw2200
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/wireless/ipw2x00/ipw2200.c
332,217
utf_8
b8e4c0eb976fae08171a13b1d6e0f1ee
/****************************************************************************** this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 ***********************************...
google
android
ipw2100
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/wireless/ipw2x00/ipw2100.c
230,263
utf_8
304291ac9db09d66da1a300d31a80fa3
/****************************************************************************** Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 Portions of this file are based on the sample_* files provided by Wireless ******************************************************************************/ /* Ini...
google
android
debugfs
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/wireless/b43/debugfs.c
19,502
utf_8
f05c840a4837a8cfe727b70a0483efa9
/* Broadcom B43 wireless driver debugfs driver debugging code the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor, Boston, MA 02110-1301, USA. */ #include <linux/fs.h> #include <linux/debugfs.h> #include <linux/slab.h> #include <linux/netdevice.h> #include <linux/pci.h> #include <linux/mutex.h> #...
google
android
phy_lcn
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/wireless/b43/phy_lcn.c
24,637
utf_8
069fe0dce15feb223ec841a7dc21336f
/* Broadcom B43 wireless driver IEEE 802.11n LCN-PHY support */ #include <linux/slab.h> #include "b43.h" #include "phy_lcn.h" #include "tables_phy_lcn.h" #include "main.h" struct lcn_tx_gains { u16 gm_gain; u16 pga_gain; u16 pad_gain; u16 dac_gain; }; struct lcn_tx_iir_filter { u8 type; u16 values[16]; }; enu...
google
android
phy_n
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/wireless/b43/phy_n.c
203,678
utf_8
ea44621c605b244882523ed532f2d08a
/* Broadcom B43 wireless driver IEEE 802.11n PHY support the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor, Boston, MA 02110-1301, USA. */ #include <linux/delay.h> #include <linux/slab.h> #include <linux/types.h> #include "b43.h" #include "phy_n.h" #include "tables_nphy.h" #include "radio_2055....
google
android
main
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/wireless/b43/main.c
156,898
utf_8
0b9f01a24f007fb5b7946fe52eaa7984
/* Broadcom B43 wireless driver the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor, Boston, MA 02110-1301, USA. */ #include <linux/delay.h> #include <linux/init.h> #include <linux/module.h> #include <linux/if_arp.h> #include <linux/etherdevice.h> #include <linux/firmware.h> #include <linux/workque...
google
android
sysfs
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/wireless/b43/sysfs.c
3,465
utf_8
a14e6e11e99133f75ed576e34441b30f
/* Broadcom B43 wireless driver SYSFS support routines the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor, Boston, MA 02110-1301, USA. */ #include <linux/capability.h> #include <linux/io.h> #include "b43.h" #include "sysfs.h" #include "main.h" #include "phy_common.h" #define GENERIC_FILESIZE 64 ...
google
android
rfkill
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/wireless/b43/rfkill.c
1,954
utf_8
6792270d3c69fa2d8baf38c5b1d24e6e
/* Broadcom B43 wireless driver RFKILL support the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor, Boston, MA 02110-1301, USA. */ #include "b43.h" /* Returns TRUE, if the radio is enabled in hardware. */ bool b43_is_hw_radio_enabled(struct b43_wldev *dev) { return !(b43_read32(dev, B43_MMIO_RAD...
google
android
phy_ht
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/wireless/b43/phy_ht.c
33,776
utf_8
cffb513fc8184e83346f5247c2e92462
/* Broadcom B43 wireless driver IEEE 802.11n HT-PHY support the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor, Boston, MA 02110-1301, USA. */ #include <linux/slab.h> #include "b43.h" #include "phy_ht.h" #include "tables_phy_ht.h" #include "radio_2059.h" #include "main.h" /* Force values to keep...
google
android
tables_phy_lcn
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/wireless/b43/tables_phy_lcn.c
25,215
utf_8
7bfb119e44200c6493c439f7139771ae
/* Broadcom B43 wireless driver IEEE 802.11n LCN-PHY data tables the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor, Boston, MA 02110-1301, USA. */ #include "b43.h" #include "tables_phy_lcn.h" #include "phy_common.h" #include "phy_lcn.h" struct b43_lcntab_tx_gain_tbl_entry { u8 gm; u8 pga; u8...
google
android
wa
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/wireless/b43/wa.c
18,347
utf_8
b0df0b2c2d1f45e7469728ed7c94439c
/* Broadcom B43 wireless driver PHY workarounds. the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor, Boston, MA 02110-1301, USA. */ #include "b43.h" #include "main.h" #include "tables.h" #include "phy_common.h" #include "wa.h" static void b43_wa_papd(struct b43_wldev *dev) { u16 backup; backup...