Searched +full:dir +full:- +full:885 +full:l (Results 1 – 7 of 7) sorted by relevance
/linux/arch/arm/boot/dts/broadcom/ |
H A D | bcm47094-dlink-dir-890l.dts | 1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT 3 * Device tree for D-Link DIR-890L 4 * D-Link calls this board "WRGAC36" 5 * this router has the same looks and form factor as D-Link DIR-885L. 7 * Some differences from DIR-885L include a separate USB2 port, separate LEDs 13 * Based on the device tree for DIR-885L 18 /dts-v1/; 21 #include "bcm5301x-nand-cs0-bch1.dtsi" 24 compatible = "dlink,dir-890l", "brcm,bcm47094", "brcm,bcm4708"; 25 model = "D-Link DIR-890L"; [all …]
|
H A D | bcm47094-dlink-dir-885l.dts | 1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT 4 * DTS for D-Link DIR-885L 9 /dts-v1/; 12 #include "bcm5301x-nand-cs0-bch1.dtsi" 15 compatible = "dlink,dir-885l", "brcm,bcm47094", "brcm,bcm4708"; 16 model = "D-Link DIR-885L"; 33 #nvmem-cell-cells = <1>; 37 nand_controller: nand-controller@18028000 { 40 compatible = "fixed-partitions"; 41 #address-cells = <1>; [all …]
|
H A D | Makefile | 1 # SPDX-License-Identifier: GPL-2.0 2 # Enables support for device-tree overlays 3 DTC_FLAGS_bcm2835-rpi-b := -@ 4 DTC_FLAGS_bcm2835-rpi-a := -@ 5 DTC_FLAGS_bcm2835-rpi-b-rev2 := -@ 6 DTC_FLAGS_bcm2835-rpi-b-plus := -@ 7 DTC_FLAGS_bcm2835-rpi-a-plus := -@ 8 DTC_FLAGS_bcm2835-rpi-cm1-io1 := -@ 9 DTC_FLAGS_bcm2836-rpi-2-b := -@ 10 DTC_FLAGS_bcm2837-rpi-3-a-plus := -@ [all …]
|
/linux/Documentation/devicetree/bindings/mtd/partitions/ |
H A D | seama.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 11 D-Link routers such as DIR-645, DIR-842, DIR-859, DIR-860L, DIR-885L, 12 DIR890L and DCH-M225, as well as in WD and NEC routers on the ath79 18 - $ref: partition.yaml# 21 - Linus Walleij <linus.walleij@linaro.org> 28 - compatible 33 - | 35 compatible = "fixed-partitions"; [all …]
|
/linux/Documentation/devicetree/bindings/arm/bcm/ |
H A D | brcm,bcm4708.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 Broadcom BCM4708/47081/4709/47094/53012 Wi-Fi/network SoCs based 14 - Florian Fainelli <f.fainelli@gmail.com> 15 - Hauke Mehrtens <hauke@hauke-m.de> 16 - Rafal Milecki <zajec5@gmail.com> 23 - description: BCM4708 based boards 25 - enum: 26 - asus,rt-ac56u [all …]
|
/linux/drivers/media/i2c/cx25840/ |
H A D | cx25840-core.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 2 /* cx25840 - Conexant CX25840 audio/video decoder driver 10 * - cleanup/rewrite for V4L2 API (2005) 36 #include <media/v4l2-common.h> 37 #include <media/drv-intf/cx25840.h> 39 #include "cx25840-core.h" 73 /* ----------------------------------------------------------------------- */ 107 msgs[0].addr = client->addr; in cx25840_read() 113 msgs[1].addr = client->addr; in cx25840_read() 118 if (i2c_transfer(client->adapter, msgs, 2) < 2) in cx25840_read() [all …]
|
/linux/sound/pci/hda/ |
H A D | patch_realtek.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 38 /* extra amp-initialization sequence types */ 147 struct alc_spec *spec = codec->spec; in coef_mutex_lock() 150 mutex_lock(&spec->coef_mutex); in coef_mutex_lock() 155 struct alc_spec *spec = codec->spec; in coef_mutex_unlock() 157 mutex_unlock(&spec->coef_mutex); in coef_mutex_unlock() 209 if (val != -1) in __alc_update_coefex_idx() 229 struct alc_spec *spec = codec->spec; in alc_get_coef0() 231 if (!spec->coef0) in alc_get_coef0() 232 spec->coef0 = alc_read_coef_idx(codec, 0); in alc_get_coef0() [all …]
|