Home
last modified time | relevance | path

Searched full:wlan (Results 1 – 25 of 523) sorted by relevance

12345678910>>...21

/linux-6.8/drivers/net/wireless/mediatek/mt76/mt7996/
Dmmio.c301 wed->wlan.pci_dev = pci_dev; in mt7996_mmio_wed_init()
302 wed->wlan.bus_type = MTK_WED_BUS_PCIE; in mt7996_mmio_wed_init()
304 wed->wlan.base = devm_ioremap(dev->mt76.dev, in mt7996_mmio_wed_init()
307 wed->wlan.phy_base = pci_resource_start(pci_dev, 0); in mt7996_mmio_wed_init()
310 wed->wlan.wpdma_int = wed->wlan.phy_base + in mt7996_mmio_wed_init()
312 wed->wlan.wpdma_mask = wed->wlan.phy_base + in mt7996_mmio_wed_init()
314 wed->wlan.wpdma_tx = wed->wlan.phy_base + hif1_ofs + in mt7996_mmio_wed_init()
318 wed->wlan.wpdma_txfree = wed->wlan.phy_base + hif1_ofs + in mt7996_mmio_wed_init()
321 wed->wlan.txfree_tbit = ffs(MT_INT_RX_TXFREE_EXT) - 1; in mt7996_mmio_wed_init()
323 wed->wlan.wpdma_txfree = wed->wlan.phy_base + hif1_ofs + in mt7996_mmio_wed_init()
[all …]
/linux-6.8/drivers/net/wireless/ti/wl12xx/
Dconf.h39 * in WLAN / BT master basic rate
48 * in WLAN / BT slave basic rate
57 * in WLAN / BT master EDR
66 * in WLAN / BT slave EDR
74 * The maximum time WLAN can gain the antenna
75 * in WLAN PSM / BT master/slave BR
83 * The maximum time WLAN can gain the antenna
84 * in WLAN PSM / BT master/slave EDR
125 * Compensation percentage of WLAN active scan window if initiated
133 * Compensation percentage of WLAN passive scan window if initiated
[all …]
/linux-6.8/drivers/staging/wlan-ng/
Dprism2usb.c15 PRISM_DEV(0x09aa, 0x3642, "Prism2.x 11Mbps USB WLAN Adapter"),
16 PRISM_DEV(0x1668, 0x0408, "Actiontec Prism2.5 11Mbps USB WLAN Adapter"),
17 PRISM_DEV(0x1668, 0x0421, "Actiontec Prism2.5 11Mbps USB WLAN Adapter"),
18 PRISM_DEV(0x1915, 0x2236, "Linksys WUSB11v3.0 11Mbps USB WLAN Adapter"),
19 PRISM_DEV(0x066b, 0x2212, "Linksys WUSB11v2.5 11Mbps USB WLAN Adapter"),
20 PRISM_DEV(0x066b, 0x2213, "Linksys WUSB12v1.1 11Mbps USB WLAN Adapter"),
21 PRISM_DEV(0x0411, 0x0016, "Melco WLI-USB-S11 11Mbps WLAN Adapter"),
30 PRISM_DEV(0x0b3b, 0x1601, "ALLNET 0193 11Mbps USB WLAN Adapter"),
33 PRISM_DEV(0x0411, 0x0027, "Melco WLI-USB-KS11G 11Mbps WLAN Adapter"),
34 PRISM_DEV(0x04f1, 0x3009, "JVC MP-XP7250 Builtin USB WLAN Adapter"),
[all …]
Dprism2mib.c9 * linux-wlan
13 * Inquiries regarding the linux-wlan Open Source project can be
17 * info@linux-wlan.com
18 * http://www.linux-wlan.com
219 * wlandev wlan device structure
335 * wlandev wlan device structure.
385 * wlandev wlan device structure.
432 * wlandev wlan device structure.
489 * wlandev wlan device structure.
539 * wlandev wlan device structure.
[all …]
Dprism2mgmt.h9 * linux-wlan
13 * Inquiries regarding the linux-wlan Open Source project can be
17 * info@linux-wlan.com
18 * http://www.linux-wlan.com
28 * with the hfa384x Wireless LAN (WLAN) Media Access Controller (MAC).
29 * The hfa384x is a portion of the Harris PRISM(tm) WLAN chipset.
65 * conversion functions going between wlan message data types and
Dp80211req.h9 * linux-wlan
13 * Inquiries regarding the linux-wlan Open Source project can be
17 * info@linux-wlan.com
18 * http://www.linux-wlan.com
Dp80211netdev.h4 * WLAN net device structure and functions
9 * linux-wlan
13 * Inquiries regarding the linux-wlan Open Source project can be
17 * info@linux-wlan.com
18 * http://www.linux-wlan.com
27 * This file declares the structure type that represents each wlan
131 /* WLAN device type */
Dp80211msg.h9 * linux-wlan
13 * Inquiries regarding the linux-wlan Open Source project can be
17 * info@linux-wlan.com
18 * http://www.linux-wlan.com
Dp80211ioctl.h9 * linux-wlan
13 * Inquiries regarding the linux-wlan Open Source project can be
17 * info@linux-wlan.com
18 * http://www.linux-wlan.com
38 * wlan network devices present (i.e. sending a message that only p80211
Dprism2sta.c9 * linux-wlan
13 * Inquiries regarding the linux-wlan Open Source project can be
17 * info@linux-wlan.com
18 * http://www.linux-wlan.com
115 * WLAN device open method. Called from p80211netdev when kernel
121 * wlandev wlan device structure
149 * WLAN device close method. Called from p80211netdev when kernel
155 * wlandev wlan device structure
184 * wlandev wlan device structure
205 * wlandev wlan device structure
[all …]
Dp80211req.c9 * linux-wlan
13 * Inquiries regarding the linux-wlan Open Source project can be
17 * info@linux-wlan.com
18 * http://www.linux-wlan.com
82 * wlandev WLAN device struct
140 * wlandev WLAN device struct
Dp80211conv.h9 * linux-wlan
13 * Inquiries regarding the linux-wlan Open Source project can be
17 * info@linux-wlan.com
18 * http://www.linux-wlan.com
/linux-6.8/drivers/net/ethernet/mediatek/
Dmtk_wed.c131 return readl(dev->wlan.base + reg); in wifi_r32()
137 writel(val, dev->wlan.base + reg); in wifi_w32()
453 if (!dev || !dev->wlan.reset) in mtk_wed_fe_reset()
456 /* reset callback blocks until WLAN reset is completed */ in mtk_wed_fe_reset()
457 err = dev->wlan.reset(dev); in mtk_wed_fe_reset()
459 dev_err(dev->dev, "wlan reset failed: %d\n", err); in mtk_wed_fe_reset()
479 if (!dev || !dev->wlan.reset_complete) in mtk_wed_fe_reset_complete()
482 dev->wlan.reset_complete(dev); in mtk_wed_fe_reset_complete()
494 if (dev->wlan.bus_type == MTK_WED_BUS_PCIE) { in mtk_wed_assign()
495 hw = hw_list[pci_domain_nr(dev->wlan.pci_dev->bus)]; in mtk_wed_assign()
[all …]
/linux-6.8/arch/mips/bcm47xx/
Dleds.c34 BCM47XX_GPIO_LED(5, "green", "wlan", 0, LEDS_GPIO_DEFSTATE_OFF),
43 BCM47XX_GPIO_LED(7, "unk", "wlan", 0, LEDS_GPIO_DEFSTATE_OFF),
48 /* TODO: Add "wlan" LED */
58 BCM47XX_GPIO_LED(7, "blue", "wlan", 0, LEDS_GPIO_DEFSTATE_OFF),
74 BCM47XX_GPIO_LED(0, "unk", "wlan", 1, LEDS_GPIO_DEFSTATE_OFF),
102 BCM47XX_GPIO_LED(1, "unk", "wlan", 1, LEDS_GPIO_DEFSTATE_OFF),
113 BCM47XX_GPIO_LED(1, "unk", "wlan", 1, LEDS_GPIO_DEFSTATE_OFF),
119 BCM47XX_GPIO_LED(1, "unk", "wlan", 1, LEDS_GPIO_DEFSTATE_OFF),
140 BCM47XX_GPIO_LED(13, "unk", "wlan", 1, LEDS_GPIO_DEFSTATE_OFF),
155 BCM47XX_GPIO_LED(2, "unk", "wlan", 1, LEDS_GPIO_DEFSTATE_OFF),
[all …]
/linux-6.8/drivers/net/wireless/mediatek/mt76/mt7915/
Dmmio.c613 wed->wlan.pci_dev = pci_dev; in mt7915_mmio_wed_init()
614 wed->wlan.bus_type = MTK_WED_BUS_PCIE; in mt7915_mmio_wed_init()
615 wed->wlan.base = devm_ioremap(dev->mt76.dev, in mt7915_mmio_wed_init()
618 wed->wlan.phy_base = pci_resource_start(pci_dev, 0); in mt7915_mmio_wed_init()
619 wed->wlan.wpdma_int = pci_resource_start(pci_dev, 0) + in mt7915_mmio_wed_init()
621 wed->wlan.wpdma_mask = pci_resource_start(pci_dev, 0) + in mt7915_mmio_wed_init()
623 wed->wlan.wpdma_phys = pci_resource_start(pci_dev, 0) + in mt7915_mmio_wed_init()
625 wed->wlan.wpdma_tx = pci_resource_start(pci_dev, 0) + in mt7915_mmio_wed_init()
627 wed->wlan.wpdma_txfree = pci_resource_start(pci_dev, 0) + in mt7915_mmio_wed_init()
629 wed->wlan.wpdma_rx_glo = pci_resource_start(pci_dev, 0) + in mt7915_mmio_wed_init()
[all …]
/linux-6.8/arch/arm/boot/dts/marvell/
Ddove-d2plug.dts24 led-wlan-ap {
25 label = "wlan-ap";
29 led-wlan-act {
30 label = "wlan-act";
54 /* Marvell SD8787 WLAN/BT */
Ddove-d3plug.dts24 led-wlan-act {
25 label = "wlan-act";
29 led-wlan-ap {
30 label = "wlan-ap";
65 /* Marvell SD8787 WLAN/BT */
/linux-6.8/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
DKconfig2 tristate "Broadcom FullMAC WLAN driver"
26 IEEE802.11n embedded FullMAC WLAN driver. Say Y if you want to
37 IEEE802.11n embedded FullMAC WLAN driver. Say Y if you want to
48 IEEE802.11ac embedded FullMAC WLAN driver. Say Y if you want to
/linux-6.8/drivers/net/wireless/ti/wlcore/
DKconfig7 This module contains the main code for TI WLAN chips. It abstracts
21 TI WLAN chipsets. Select this if your platform is using
32 TI WLAN chipsets. Select this if your platform is using
/linux-6.8/Documentation/devicetree/bindings/net/
Drfkill-gpio.yaml29 - wlan
48 label = "rfkill-pcie-wlan";
49 radio-type = "wlan";
/linux-6.8/Documentation/devicetree/bindings/soc/qcom/
Dqcom,wcnss.yaml23 default: wlan/prima/WCNSS_qcom_wlan_nv.bin
25 Relative firmware image path for the WLAN NV blob.
61 const: qcom,wcnss-wlan
124 compatible = "qcom,wcnss-wlan";
/linux-6.8/drivers/net/wireless/
DKconfig6 menuconfig WLAN config
19 if WLAN
42 endif # WLAN
/linux-6.8/arch/arm/boot/dts/ti/omap/
Dam335x-baltos-leds.dtsi26 led-wlan {
27 label = "onrisc:blue:wlan";
43 …AM33XX_PADCONF(AM335X_PIN_MII1_TXD3, PIN_OUTPUT_PULLDOWN, MUX_MODE7) /* mii1_txd3.gpio0_16 WLAN LE…
/linux-6.8/drivers/net/wireless/rsi/
DKconfig16 tristate "Redpine Signals Inc 91x WLAN driver support"
48 bool "Redpine Signals WLAN BT Coexistence support"
53 This option enables the WLAN BT coex support in rsi drivers.
/linux-6.8/drivers/net/wireless/ti/wl1251/
Dreg.h186 it holds the Wlan hardware in a soft reset state.
192 (not self-clearing), the Wlan hardware
248 the command mailbox located in the Wlan hardware memory.
251 The Wlan hardware initializes the command mailbox
255 the Wlan hardware.
263 the information mailbox located in the Wlan hardware memory.
266 The Wlan hardware initializes the information mailbox pointer
270 the Wlan hardware.
356 The Wlan hardware hardware clears this bit automatically.
362 The Wlan hardware hardware clears this bit automatically.
[all …]

12345678910>>...21