Searched +full:nco +full:- +full:ref (Results 1 – 7 of 7) sorted by relevance
/linux/Documentation/devicetree/bindings/clock/ |
H A D | apple,nco.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/clock/apple,nco.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Apple SoCs' NCO block 10 - Martin Povišer <povik+lin@cutebit.org> 13 The NCO (Numerically Controlled Oscillator) block found on Apple SoCs 23 - enum: 24 - apple,t6000-nco 25 - apple,t8103-nco [all …]
|
/linux/Documentation/devicetree/bindings/sound/ |
H A D | apple,mca.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 15 - Martin Povišer <povik+lin@cutebit.org> 18 - $ref: dai-common.yaml# 23 - enum: 24 - apple,t6000-mca 25 - apple,t8103-mca 26 - apple,t8112-mca 27 - const: apple,mca [all …]
|
/linux/arch/arm64/boot/dts/apple/ |
H A D | t8103.dtsi | 1 // SPDX-License-Identifier: GPL-2.0+ OR MIT 10 #include <dt-bindings/gpio/gpio.h> 11 #include <dt-bindings/interrupt-controller/apple-aic.h> 12 #include <dt-bindings/interrupt-controller/irq.h> 13 #include <dt-bindings/pinctrl/apple.h> 16 compatible = "apple,t8103", "apple,arm-platform"; 18 #address-cells = <2>; 19 #size-cells = <2>; 22 #address-cells = <2>; 23 #size-cells = <0>; [all …]
|
H A D | t8112.dtsi | 1 // SPDX-License-Identifier: GPL-2.0+ OR MIT 10 #include <dt-bindings/gpio/gpio.h> 11 #include <dt-bindings/interrupt-controller/apple-aic.h> 12 #include <dt-bindings/interrupt-controller/irq.h> 13 #include <dt-bindings/pinctrl/apple.h> 14 #include <dt-bindings/spmi/spmi.h> 17 compatible = "apple,t8112", "apple,arm-platform"; 19 #address-cells = <2>; 20 #size-cells = <2>; 23 #address-cells = <2>; [all …]
|
H A D | t600x-common.dtsi | 1 // SPDX-License-Identifier: GPL-2.0+ OR MIT 11 #address-cells = <2>; 12 #size-cells = <2>; 15 #address-cells = <2>; 16 #size-cells = <0>; 18 cpu-map { 63 enable-method = "spin-table"; 64 cpu-release-addr = <0 0>; /* To be filled by loader */ 65 next-level-cache = <&l2_cache_0>; 66 i-cache-size = <0x20000>; [all …]
|
/linux/drivers/media/dvb-frontends/ |
H A D | lgdt3305.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * Support for LG Electronics LGDT3304 and LGDT3305 - VSB/QAM 18 MODULE_PARM_DESC(debug, "set debug level (info=1, reg=2 (or-able))"); 54 /* ------------------------------------------------------------------------ */ 106 .addr = state->cfg->i2c_addr, .flags = 0, in lgdt3305_write_reg() 112 ret = i2c_transfer(state->i2c_adap, &msg, 1); in lgdt3305_write_reg() 115 lg_err("error (addr %02x %02x <- %02x, err = %i)\n", in lgdt3305_write_reg() 120 return -EREMOTEIO; in lgdt3305_write_reg() 130 { .addr = state->cfg->i2c_addr, in lgdt3305_read_reg() 132 { .addr = state->cfg->i2c_addr, in lgdt3305_read_reg() [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 …]
|