Searched full:rk3399 (Results 1 – 25 of 53) sorted by relevance
123
/drivers/gpu/drm/rockchip/ |
D | Kconfig | 45 on RK3288 or RK3399 based SoC, you should select this option. 55 RK3399 based SoC, you should select this 63 enable HDMI on RK3288 or RK3399 based SoC, you should select 72 enable MIPI DSI on RK3288 or RK3399 based SoC, you should
|
D | rockchip_vop_reg.c | 963 * rk3399 vop big windows register layout is same as rk3288, but we 964 * have a separate rk3399 win data array here so that we can advertise 1142 { .compatible = "rockchip,rk3399-vop-big", 1144 { .compatible = "rockchip,rk3399-vop-lit",
|
D | rockchip_vop_reg.h | 467 /* rk3399 register definition */ 659 /* rk3399 register definition end */
|
/drivers/gpu/drm/ci/ |
D | test.yml | 157 rockchip:rk3399: 164 DEVICE_TYPE: rk3399-gru-kevin 168 GPU_VERSION: rk3399 169 RUNNER_TAG: mesa-ci-x86-64-lava-rk3399-gru-kevin
|
D | build.sh | 18 DEVICE_TREES="arch/arm64/boot/dts/rockchip/rk3399-gru-kevin.dtb"
|
/drivers/clk/rockchip/ |
D | Kconfig | 90 bool "Rockchip RK3399 clock controller support" 94 Build the driver for RK3399 Clock Driver.
|
D | Makefile | 29 obj-$(CONFIG_CLK_RK3399) += clk-rk3399.o
|
D | clk-rk3399.c | 15 #include <dt-bindings/clock/rk3399-cru.h> 1302 /* Watchdog pclk is controlled by RK3399 SECURE_GRF_SOC_CON3[8]. */ 1575 CLK_OF_DECLARE(rk3399_cru, "rockchip,rk3399-cru", rk3399_clk_init); 1609 CLK_OF_DECLARE(rk3399_cru_pmu, "rockchip,rk3399-pmucru", rk3399_pmu_clk_init); 1625 .compatible = "rockchip,rk3399-cru", 1628 .compatible = "rockchip,rk3399-pmucru", 1653 .name = "clk-rk3399",
|
/drivers/soc/rockchip/ |
D | dtpm.c | 15 [0] = { .name = "rk3399", 45 { .compatible = "rockchip,rk3399", .data = rk3399_hierarchy },
|
D | io-domain.c | 544 .compatible = "rockchip,rk3399-io-voltage-domain", 548 .compatible = "rockchip,rk3399-pmu-io-voltage-domain",
|
D | grf.c | 156 .compatible = "rockchip,rk3399-grf",
|
/drivers/devfreq/ |
D | Kconfig | 133 tristate "ARM RK3399 DMC DEVFREQ Driver" 140 This adds the DEVFREQ driver for the RK3399 DMC(Dynamic Memory Controller).
|
D | rk3399_dmc.c | 472 { .compatible = "rockchip,rk3399-dmc" }, 481 .name = "rk3399-dmc-freq", 490 MODULE_DESCRIPTION("RK3399 dmcfreq driver with devfreq framework");
|
/drivers/net/can/usb/ |
D | Kconfig | 160 from Theobroma Systems like the A31-µQ7 and the RK3399-Q7 161 (https://www.theobroma-systems.com/rk3399-q7)
|
/drivers/usb/dwc3/ |
D | dwc3-of-simple.c | 52 if (of_device_is_compatible(np, "rockchip,rk3399-dwc3")) in dwc3_of_simple_probe() 172 { .compatible = "rockchip,rk3399-dwc3" },
|
/drivers/clocksource/ |
D | timer-rockchip.c | 141 if (of_device_is_compatible(np, "rockchip,rk3399-timer")) in rk_timer_probe() 304 TIMER_OF_DECLARE(rk3399_timer, "rockchip,rk3399-timer", rk_timer_init);
|
/drivers/media/platform/rockchip/rkisp1/ |
D | Kconfig | 16 present in RK3399 SoCs.
|
/drivers/media/platform/verisilicon/ |
D | Kconfig | 46 Enable support for RK3288, RK3328, and RK3399 SoCs.
|
/drivers/phy/rockchip/ |
D | Kconfig | 19 associated to the Rockchip ISP module present in RK3399 SoCs.
|
D | phy-rockchip-dphy-rx0.c | 98 /* below is for rk3399 only */ 316 .compatible = "rockchip,rk3399-mipi-dphy-rx0",
|
/drivers/devfreq/event/ |
D | rockchip-dfi.c | 171 { .compatible = "rockchip,rk3399-dfi" },
|
/drivers/cpufreq/ |
D | cpufreq-dt-platdev.c | 79 { .compatible = "rockchip,rk3399",
|
/drivers/nvmem/ |
D | rockchip-efuse.c | 245 .compatible = "rockchip,rk3399-efuse",
|
/drivers/i2c/busses/ |
D | i2c-rk3x.c | 178 * @clk: function clk for rk3399 or function & Bus clks for others 179 * @pclk: Bus clk for rk3399 1231 .compatible = "rockchip,rk3399-i2c",
|
/drivers/pinctrl/ |
D | pinctrl-rockchip.h | 198 RK3399, enumerator
|
123