Searched refs:scon (Results 1 – 3 of 3) sorted by relevance
498 drm_display_mode_from_videomode(scon->mode, mode); in shmob_drm_connector_get_modes()510 return scon->encoder; in shmob_drm_connector_best_encoder()539 struct shmob_drm_connector *scon; in shmob_drm_connector_init() local554 scon = kzalloc(sizeof(*scon), GFP_KERNEL); in shmob_drm_connector_init()555 if (!scon) in shmob_drm_connector_init()558 connector = &scon->base; in shmob_drm_connector_init()559 scon->encoder = encoder; in shmob_drm_connector_init()560 scon->mode = &sdev->pdata->panel.mode; in shmob_drm_connector_init()568 if (scon->mode->flags & DISPLAY_FLAGS_DE_LOW) in shmob_drm_connector_init()573 kfree(scon); in shmob_drm_connector_init()[all …]
858 char *scon = NULL, *tcon = NULL; in sel_write_access() local871 if (!scon) in sel_write_access()900 kfree(scon); in sel_write_access()906 char *scon = NULL, *tcon = NULL; in sel_write_create() local923 if (!scon) in sel_write_create()1001 kfree(scon); in sel_write_create()1007 char *scon = NULL, *tcon = NULL; in sel_write_relabel() local1022 if (!scon) in sel_write_relabel()1059 kfree(scon); in sel_write_relabel()1146 if (!scon) in sel_write_member()[all …]
39 int scon = MIPS_REVISION_SCONID; in malta_scon() local41 if (scon != MIPS_REVISION_SCON_OTHER) in malta_scon()42 return scon; in malta_scon()