Home
last modified time | relevance | path

Searched +full:en +full:- +full:host1 (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Drk3288-veyron-chromebook.dtsi1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
9 #include <dt-bindings/clock/rockchip,rk808.h>
10 #include <dt-bindings/input/input.h>
11 #include "rk3288-veyron.dtsi"
12 #include "rk3288-veyron-analog-audio.dtsi"
13 #include "rk3288-veyron-edp.dtsi"
14 #include "rk3288-veyron-sdmmc.dtsi"
22 gpio-charger {
23 compatible = "gpio-charger";
24 charger-type = "mains";
[all …]
H A 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 …]
H A Drk3288-evb.dtsi1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
3 #include <dt-bindings/input/input.h>
4 #include <dt-bindings/pwm/pwm.h>
13 adc-keys {
14 compatible = "adc-keys";
15 io-channels = <&saradc 1>;
16 io-channel-names = "buttons";
17 keyup-threshold-microvolt = <1800000>;
19 button-up {
22 press-threshold-microvolt = <100000>;
[all …]
H A Drk3288-firefly-rk808.dts4 * This file is dual-licensed: you can use it either under the terms
43 /dts-v1/;
44 #include <dt-bindings/input/input.h>
45 #include <dt-bindings/pwm/pwm.h>
46 #include <dt-bindings/display/media-bus-format.h>
47 #include "rk3288-firefly.dtsi"
48 #include "rk3288-android.dtsi"
51 model = "Firefly-RK3288";
52 compatible = "firefly,firefly-rk3288", "rockchip,rk3288";
58 sdio_pwrseq: sdio-pwrseq {
[all …]
H A Drk3288-evb-rk1608.dts4 * This file is dual-licensed: you can use it either under the terms
43 /dts-v1/;
44 #include <dt-bindings/display/media-bus-format.h>
45 #include <dt-bindings/input/input.h>
46 #include <dt-bindings/pwm/pwm.h>
48 #include "rk3288-linux.dtsi"
51 compatible = "rockchip,rk3288-evb-rk1608", "rockchip,rk3288";
54 compatible = "pwm-backlight";
55 brightness-levels = <
88 default-brightness-level = <128>;
[all …]
/OK3568_Linux_fs/u-boot/arch/arm/dts/
H A Drk3288-veyron-chromebook.dtsi6 * SPDX-License-Identifier: GPL-2.0
9 #include <dt-bindings/clock/rockchip,rk808.h>
10 #include <dt-bindings/input/input.h>
11 #include "rk3288-veyron.dtsi"
20 gpio_keys: gpio-keys {
21 pinctrl-0 = <&pwr_key_h &ap_lid_int_l>;
26 linux,input-type = <5>; /* EV_SW */
27 debounce-interval = <1>;
28 gpio-key,wakeup;
32 gpio-charger {
[all …]
H A D.rk3288-veyron-minnie.dtb.dts.tmp
H A D.rk3288-veyron-jerry.dtb.dts.tmp
H A D.rk3288-veyron-mickey.dtb.dts.tmp
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/gpio/
H A 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 …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
H A 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 …]
/OK3568_Linux_fs/kernel/drivers/phy/rockchip/
H A Dphy-rockchip-inno-usb2.c1 // SPDX-License-Identifier: GPL-2.0-or-later
9 #include <linux/clk-provider.h>
11 #include <linux/extcon-provider.h>
60 * enum usb_chg_state - Different states involved in USB charger detection.
100 * struct rockchip_chg_det_reg - usb charger detect registers
126 * struct rockchip_usb2phy_port_cfg - usb-phy port configuration.
209 * struct rockchip_usb2phy_cfg - usb-phy configuration.
210 * @reg: the address offset of grf for usb-phy config.
218 * @port_cfgs: usb-phy port configurations.
228 bool en);
[all …]
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/rockchip/
H A Drk3588s-tablet-rk806-single.dtsi1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
7 #include <dt-bindings/gpio/gpio.h>
8 #include <dt-bindings/pwm/pwm.h>
9 #include <dt-bindings/pinctrl/rockchip.h>
10 #include <dt-bindings/input/rk-input.h>
11 #include <dt-bindings/display/drm_mipi_dsi.h>
12 #include <dt-bindings/display/rockchip_vop.h>
13 #include <dt-bindings/sensor-dev.h>
14 #include <dt-bindings/usb/pd.h>
16 #include "rk3588-android.dtsi"
[all …]