Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/renesas/shmobile/
H A Dshmob_drm_crtc.c498 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() local
554 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 …]
/linux-6.15/security/selinux/
H A Dselinuxfs.c858 char *scon = NULL, *tcon = NULL; in sel_write_access() local
871 if (!scon) in sel_write_access()
900 kfree(scon); in sel_write_access()
906 char *scon = NULL, *tcon = NULL; in sel_write_create() local
923 if (!scon) in sel_write_create()
1001 kfree(scon); in sel_write_create()
1007 char *scon = NULL, *tcon = NULL; in sel_write_relabel() local
1022 if (!scon) in sel_write_relabel()
1059 kfree(scon); in sel_write_relabel()
1146 if (!scon) in sel_write_member()
[all …]
/linux-6.15/arch/mips/mti-malta/
H A Dmalta-dtshim.c39 int scon = MIPS_REVISION_SCONID; in malta_scon() local
41 if (scon != MIPS_REVISION_SCON_OTHER) in malta_scon()
42 return scon; in malta_scon()