Symbol: dcn301_panel_cntl
sys/dev/pci/drm/amd/display/dc/dcn301/dcn301_panel_cntl.c
152
struct dcn301_panel_cntl *dcn301_panel_cntl = TO_DCN301_PANEL_CNTL(*panel_cntl);
sys/dev/pci/drm/amd/display/dc/dcn301/dcn301_panel_cntl.c
154
kfree(dcn301_panel_cntl);
sys/dev/pci/drm/amd/display/dc/dcn301/dcn301_panel_cntl.c
160
struct dcn301_panel_cntl *dcn301_panel_cntl = TO_DCN301_PANEL_CNTL(panel_cntl);
sys/dev/pci/drm/amd/display/dc/dcn301/dcn301_panel_cntl.c
170
struct dcn301_panel_cntl *dcn301_panel_cntl = TO_DCN301_PANEL_CNTL(panel_cntl);
sys/dev/pci/drm/amd/display/dc/dcn301/dcn301_panel_cntl.c
182
struct dcn301_panel_cntl *dcn301_panel_cntl = TO_DCN301_PANEL_CNTL(panel_cntl);
sys/dev/pci/drm/amd/display/dc/dcn301/dcn301_panel_cntl.c
205
struct dcn301_panel_cntl *dcn301_panel_cntl,
sys/dev/pci/drm/amd/display/dc/dcn301/dcn301_panel_cntl.c
211
dcn301_panel_cntl->regs = regs;
sys/dev/pci/drm/amd/display/dc/dcn301/dcn301_panel_cntl.c
212
dcn301_panel_cntl->shift = shift;
sys/dev/pci/drm/amd/display/dc/dcn301/dcn301_panel_cntl.c
213
dcn301_panel_cntl->mask = mask;
sys/dev/pci/drm/amd/display/dc/dcn301/dcn301_panel_cntl.c
215
dcn301_panel_cntl->base.funcs = &dcn301_link_panel_cntl_funcs;
sys/dev/pci/drm/amd/display/dc/dcn301/dcn301_panel_cntl.c
216
dcn301_panel_cntl->base.ctx = init_data->ctx;
sys/dev/pci/drm/amd/display/dc/dcn301/dcn301_panel_cntl.c
217
dcn301_panel_cntl->base.inst = init_data->inst;
sys/dev/pci/drm/amd/display/dc/dcn301/dcn301_panel_cntl.c
218
dcn301_panel_cntl->base.pwrseq_inst = 0;
sys/dev/pci/drm/amd/display/dc/dcn301/dcn301_panel_cntl.c
33
container_of(panel_cntl, struct dcn301_panel_cntl, base)
sys/dev/pci/drm/amd/display/dc/dcn301/dcn301_panel_cntl.c
36
dcn301_panel_cntl->base.ctx
sys/dev/pci/drm/amd/display/dc/dcn301/dcn301_panel_cntl.c
39
dcn301_panel_cntl->base.ctx->logger
sys/dev/pci/drm/amd/display/dc/dcn301/dcn301_panel_cntl.c
42
dcn301_panel_cntl->regs->reg
sys/dev/pci/drm/amd/display/dc/dcn301/dcn301_panel_cntl.c
46
dcn301_panel_cntl->shift->field_name, dcn301_panel_cntl->mask->field_name
sys/dev/pci/drm/amd/display/dc/dcn301/dcn301_panel_cntl.c
55
struct dcn301_panel_cntl *dcn301_panel_cntl = TO_DCN301_PANEL_CNTL(panel_cntl);
sys/dev/pci/drm/amd/display/dc/dcn301/dcn301_panel_cntl.c
98
struct dcn301_panel_cntl *dcn301_panel_cntl = TO_DCN301_PANEL_CNTL(panel_cntl);
sys/dev/pci/drm/amd/display/dc/dcn301/dcn301_panel_cntl.h
91
struct dcn301_panel_cntl *panel_cntl,
sys/dev/pci/drm/amd/display/dc/resource/dcn301/dcn301_resource.c
902
struct dcn301_panel_cntl *panel_cntl =
sys/dev/pci/drm/amd/display/dc/resource/dcn301/dcn301_resource.c
903
kzalloc(sizeof(struct dcn301_panel_cntl), GFP_KERNEL);