Home
last modified time | relevance | path

Searched +full:en +full:- +full:host2 (Results 1 – 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/arch/arm/boot/dts/
Drk3288-veyron-brain.dts1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
8 /dts-v1/;
9 #include "rk3288-veyron.dtsi"
10 #include "rk3288-veyron-broadcom-bluetooth.dtsi"
14 compatible = "google,veyron-brain-rev0", "google,veyron-brain",
17 vcc33_sys: vcc33-sys {
18 vin-supply = <&vcc_5v>;
22 compatible = "regulator-fixed";
23 regulator-name = "vcc33_io";
24 regulator-always-on;
[all …]
Drk3288-veyron-fievel.dts1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
8 /dts-v1/;
9 #include "rk3288-veyron.dtsi"
10 #include "rk3288-veyron-analog-audio.dtsi"
14 compatible = "google,veyron-fievel-rev8", "google,veyron-fievel-rev7",
15 "google,veyron-fievel-rev6", "google,veyron-fievel-rev5",
16 "google,veyron-fievel-rev4", "google,veyron-fievel-rev3",
17 "google,veyron-fievel-rev2", "google,veyron-fievel-rev1",
18 "google,veyron-fievel-rev0", "google,veyron-fievel",
22 compatible = "regulator-fixed";
[all …]
/kernel/linux/linux-4.19/arch/arm/boot/dts/
Drk3288-veyron-brain.dts1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
8 /dts-v1/;
9 #include "rk3288-veyron.dtsi"
13 compatible = "google,veyron-brain-rev0", "google,veyron-brain",
16 vcc33_sys: vcc33-sys {
17 vin-supply = <&vcc_5v>;
21 compatible = "regulator-fixed";
22 regulator-name = "vcc33_io";
23 regulator-always-on;
24 regulator-boot-on;
[all …]
/kernel/linux/linux-4.19/Documentation/devicetree/bindings/gpio/
Dgpio-pca953x.txt4 - compatible: Has to contain one of the following:
34 - gpio-controller: if used as gpio expander.
35 - #gpio-cells: if used as gpio expander.
36 - interrupt-controller: if to be used as interrupt expander.
37 - #interrupt-cells: if to be used as interrupt expander.
40 - interrupts: interrupt specifier for the device's interrupt output.
41 - reset-gpios: GPIO specification for the RESET input. This is an
43 - vcc-supply: power supply regulator.
51 pinctrl-names = "default";
52 pinctrl-0 = <&pinctrl_pca9505>;
[all …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/gpio/
Dgpio-pca95xx.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/gpio/gpio-pca95xx.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Krzysztof Kozlowski <krzk@kernel.org>
19 - exar,xra1202
20 - maxim,max7310
21 - maxim,max7312
22 - maxim,max7313
23 - maxim,max7315
[all …]
/kernel/linux/linux-4.19/arch/arm/mach-imx/
Dmach-mx31_3ds.c16 #include <linux/dma-mapping.h>
30 #include <asm/mach-types.h>
38 #include "devices-imx31.h"
41 #include "iomux-mx3.h"
99 /* USB Host2 reset */
148 .name = "Epson-VGA",
166 .name = "Epson-VGA",
184 { MX31_3DS_GPIO_SDHC1_CD, GPIOF_IN, "sdhc1-card-detect" },
185 { MX31_3DS_GPIO_SDHC1_BE, GPIOF_OUT_INIT_LOW, "sdhc1-bus-en" },
204 "sdhc1-detect", data); in mx31_3ds_sdhc1_init()
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
Dgk104.c55 struct nvkm_engine *engine = fifo->engine[engn].engine; in gk104_fifo_engine_status()
56 struct nvkm_subdev *subdev = &fifo->base.engine.subdev; in gk104_fifo_engine_status()
57 struct nvkm_device *device = subdev->device; in gk104_fifo_engine_status()
60 status->busy = !!(stat & 0x80000000); in gk104_fifo_engine_status()
61 status->faulted = !!(stat & 0x40000000); in gk104_fifo_engine_status()
62 status->next.tsg = !!(stat & 0x10000000); in gk104_fifo_engine_status()
63 status->next.id = (stat & 0x0fff0000) >> 16; in gk104_fifo_engine_status()
64 status->chsw = !!(stat & 0x00008000); in gk104_fifo_engine_status()
65 status->save = !!(stat & 0x00004000); in gk104_fifo_engine_status()
66 status->load = !!(stat & 0x00002000); in gk104_fifo_engine_status()
[all …]
/kernel/linux/linux-4.19/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
Dgk104.c55 struct nvkm_engine *engine = fifo->engine[engn].engine; in gk104_fifo_engine_status()
56 struct nvkm_subdev *subdev = &fifo->base.engine.subdev; in gk104_fifo_engine_status()
57 struct nvkm_device *device = subdev->device; in gk104_fifo_engine_status()
60 status->busy = !!(stat & 0x80000000); in gk104_fifo_engine_status()
61 status->faulted = !!(stat & 0x40000000); in gk104_fifo_engine_status()
62 status->next.tsg = !!(stat & 0x10000000); in gk104_fifo_engine_status()
63 status->next.id = (stat & 0x0fff0000) >> 16; in gk104_fifo_engine_status()
64 status->chsw = !!(stat & 0x00008000); in gk104_fifo_engine_status()
65 status->save = !!(stat & 0x00004000); in gk104_fifo_engine_status()
66 status->load = !!(stat & 0x00002000); in gk104_fifo_engine_status()
[all …]