Searched refs:soc_type (Results 1 – 8 of 8) sorted by relevance
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/ |
D | dw-mipi-dsi-rockchip.c | 209 enum soc_type { enum 237 enum soc_type soc_type; member 705 if (dsi->cdata->soc_type == RK3568) { in dw_mipi_dsi_encoder_atomic_check() 719 if (dsi->id && dsi->cdata->soc_type == RK3399) { in dw_mipi_dsi_encoder_atomic_check() 1211 .soc_type = PX30, 1224 .soc_type = RK3288, 1234 .soc_type = RK3288, 1252 .soc_type = RK3399, 1274 .soc_type = RK3399, 1288 .soc_type = RK3568, [all …]
|
/device/board/isoftstone/yangfan/kernel/src/driv/gpu/rockchip/ |
D | rockchip-mipi-csi-tx.h | 203 enum soc_type { enum 236 enum soc_type soc_type; member
|
D | rockchip-mipi-csi-tx.c | 1379 .soc_type = RK1808,
|
/device/soc/rockchip/common/hardware/mpp/include/ |
D | mpp_soc.h | 78 const RockchipSocType soc_type; member
|
/device/soc/rockchip/rk3568/hardware/mpp/include/ |
D | mpp_soc.h | 78 const RockchipSocType soc_type; member
|
/device/soc/rockchip/rk3588/hardware/mpp/include/ |
D | mpp_soc.h | 80 const RockchipSocType soc_type; member
|
/device/soc/rockchip/rk3399/hardware/mpp/include/ |
D | mpp_soc.h | 78 const RockchipSocType soc_type; member
|
/device/board/hihope/dayu210/kernel/kernel_patch/linux-5.10/dayu210_patch/ |
D | kernel.patch | 15674 +enum soc_type { 15694 + enum soc_type soc_type; 16061 + if (dsi->cdata->soc_type == RK3568) { 16077 + if (dsi->id && dsi->cdata->soc_type == RK3399) 16498 + .soc_type = PX30, 16507 + .soc_type = RK3288, 16516 + .soc_type = RK3288, 16525 + .soc_type = RK3399, 16534 + .soc_type = RK3399, 16551 + .soc_type = RK3568, [all …]
|