Symbol: ast_connector
drivers/gpu/drm/ast/ast_dp.c
365
struct ast_connector *ast_connector = &ast->output.astdp.connector;
drivers/gpu/drm/ast/ast_dp.c
367
if (ast_connector->physical_status == connector_status_connected) {
drivers/gpu/drm/ast/ast_dp.c
418
struct ast_connector *ast_connector = to_ast_connector(connector);
drivers/gpu/drm/ast/ast_dp.c
421
if (ast_connector->physical_status == connector_status_connected) {
drivers/gpu/drm/ast/ast_dp.c
449
struct ast_connector *ast_connector = to_ast_connector(connector);
drivers/gpu/drm/ast/ast_dp.c
468
if (status != ast_connector->physical_status)
drivers/gpu/drm/ast/ast_dp.c
470
ast_connector->physical_status = status;
drivers/gpu/drm/ast/ast_dp.c
540
struct ast_connector *ast_connector;
drivers/gpu/drm/ast/ast_dp.c
557
ast_connector = &ast->output.astdp.connector;
drivers/gpu/drm/ast/ast_dp.c
558
connector = &ast_connector->base;
drivers/gpu/drm/ast/ast_dp.c
569
ast_connector->physical_status = connector->status;
drivers/gpu/drm/ast/ast_dp501.c
506
struct ast_connector *ast_connector = to_ast_connector(connector);
drivers/gpu/drm/ast/ast_dp501.c
509
if (ast_connector->physical_status == connector_status_connected) {
drivers/gpu/drm/ast/ast_dp501.c
537
struct ast_connector *ast_connector = to_ast_connector(connector);
drivers/gpu/drm/ast/ast_dp501.c
544
if (status != ast_connector->physical_status)
drivers/gpu/drm/ast/ast_dp501.c
546
ast_connector->physical_status = status;
drivers/gpu/drm/ast/ast_dp501.c
573
struct ast_connector *ast_connector;
drivers/gpu/drm/ast/ast_dp501.c
590
ast_connector = &ast->output.dp501.connector;
drivers/gpu/drm/ast/ast_dp501.c
591
connector = &ast_connector->base;
drivers/gpu/drm/ast/ast_dp501.c
602
ast_connector->physical_status = connector->status;
drivers/gpu/drm/ast/ast_drv.h
157
static inline struct ast_connector *
drivers/gpu/drm/ast/ast_drv.h
160
return container_of(connector, struct ast_connector, base);
drivers/gpu/drm/ast/ast_drv.h
215
struct ast_connector connector;
drivers/gpu/drm/ast/ast_drv.h
219
struct ast_connector connector;
drivers/gpu/drm/ast/ast_drv.h
223
struct ast_connector connector;
drivers/gpu/drm/ast/ast_drv.h
227
struct ast_connector connector;
drivers/gpu/drm/ast/ast_sil164.c
107
ast_connector = &ast->output.sil164.connector;
drivers/gpu/drm/ast/ast_sil164.c
108
connector = &ast_connector->base;
drivers/gpu/drm/ast/ast_sil164.c
119
ast_connector->physical_status = connector->status;
drivers/gpu/drm/ast/ast_sil164.c
26
struct ast_connector *ast_connector = to_ast_connector(connector);
drivers/gpu/drm/ast/ast_sil164.c
29
if (ast_connector->physical_status == connector_status_connected) {
drivers/gpu/drm/ast/ast_sil164.c
51
struct ast_connector *ast_connector = to_ast_connector(connector);
drivers/gpu/drm/ast/ast_sil164.c
56
if (status != ast_connector->physical_status)
drivers/gpu/drm/ast/ast_sil164.c
58
ast_connector->physical_status = status;
drivers/gpu/drm/ast/ast_sil164.c
86
struct ast_connector *ast_connector;
drivers/gpu/drm/ast/ast_vga.c
107
ast_connector = &ast->output.vga.connector;
drivers/gpu/drm/ast/ast_vga.c
108
connector = &ast_connector->base;
drivers/gpu/drm/ast/ast_vga.c
119
ast_connector->physical_status = connector->status;
drivers/gpu/drm/ast/ast_vga.c
26
struct ast_connector *ast_connector = to_ast_connector(connector);
drivers/gpu/drm/ast/ast_vga.c
29
if (ast_connector->physical_status == connector_status_connected) {
drivers/gpu/drm/ast/ast_vga.c
51
struct ast_connector *ast_connector = to_ast_connector(connector);
drivers/gpu/drm/ast/ast_vga.c
56
if (status != ast_connector->physical_status)
drivers/gpu/drm/ast/ast_vga.c
58
ast_connector->physical_status = status;
drivers/gpu/drm/ast/ast_vga.c
86
struct ast_connector *ast_connector;