Searched +full:rt2880 +full:- +full:wifi (Results 1 – 4 of 4) sorted by relevance
/linux/Documentation/devicetree/bindings/net/wireless/ |
H A D | ralink,rt2880.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/net/wireless/ralink,rt2880.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Ralink RT2880 wireless device 10 - Stanislaw Gruszka <stf_xl@wp.pl> 13 This node provides properties for configuring RT2880 SOC wifi devices. 17 - $ref: ieee80211.yaml# 22 - ralink,rt2880-wifi 34 - compatible [all …]
|
/linux/arch/mips/boot/dts/ralink/ |
H A D | mt7620a.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 2 #include <dt-bindings/clock/mediatek,mtmips-sysc.h> 5 #address-cells = <1>; 6 #size-cells = <1>; 7 compatible = "ralink,mtk7620a-soc"; 16 #address-cells = <0>; 17 #interrupt-cells = <1>; 18 interrupt-controller; 19 compatible = "mti,cpu-interrupt-controller"; 27 #address-cells = <1>; [all …]
|
/linux/drivers/net/wireless/ralink/rt2x00/ |
H A D | rt2800soc.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 2 /* Copyright (C) 2009 - 2010 Ivo van Doorn <IvDoorn@gmail.com> 82 retval = -ENOTSUPP; in rt2800soc_set_device_state() 98 return -ENOMEM; in rt2800soc_read_eeprom() 100 memcpy_fromio(rt2x00dev->eeprom, base_addr, EEPROM_SIZE); in rt2800soc_read_eeprom() 138 struct rt2x00_dev *rt2x00dev = hw->priv; in rt2800soc_suspend() 146 struct rt2x00_dev *rt2x00dev = hw->priv; in rt2800soc_resume() 278 clk = devm_clk_get_optional(&pdev->dev, NULL); in rt2x00soc_probe() 282 eeprom = devm_kzalloc(&pdev->dev, ops->eeprom_size, GFP_KERNEL); in rt2x00soc_probe() 284 return -ENOMEM; in rt2x00soc_probe() [all …]
|
/linux/ |
H A D | MAINTAINERS | 5 --------------------------------------------------- 21 W: *Web-page* with status/info 23 B: URI for where to file *bugs*. A web-page with detailed bug 28 patches to the given subsystem. This is either an in-tree file, 29 or a URI. See Documentation/maintainer/maintainer-entry-profile.rst 46 N: [^a-z]tegra all files whose path contains tegra 64 ---------------- 83 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS) 85 L: linux-scsi@vger.kernel.org 88 F: drivers/scsi/3w-* [all …]
|