Home
last modified time | relevance | path

Searched refs:vop_win_phy (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/
H A Drockchip_vop_reg.c182 static const struct vop_win_phy rk3288_win01_data = {
206 static const struct vop_win_phy rk3288_win23_data = {
222 static const struct vop_win_phy rk3288_area1_data = {
230 static const struct vop_win_phy rk3288_area2_data = {
238 static const struct vop_win_phy rk3288_area3_data = {
246 static const struct vop_win_phy *rk3288_area_data[] = {
457 static const struct vop_win_phy rk3368_win23_data = {
476 static const struct vop_win_phy rk3368_area1_data = {
486 static const struct vop_win_phy rk3368_area2_data = {
496 static const struct vop_win_phy rk3368_area3_data = {
[all …]
H A Drockchip_drm_vop.h655 struct vop_win_phy { struct
692 const struct vop_win_phy *phy; argument
693 const struct vop_win_phy **area;
H A Drockchip_drm_vop.c201 const struct vop_win_phy *phy;
406 static inline const struct vop_win_phy *
4918 const struct vop_win_phy *area = win_data->area[j]; in vop_win_init()