Searched refs:scon (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/renesas/shmobile/ |
D | shmob_drm_crtc.c | 489 struct shmob_drm_connector *scon = to_shmob_connector(connector); in shmob_drm_connector_get_modes() local 498 drm_display_mode_from_videomode(scon->mode, mode); in shmob_drm_connector_get_modes() 508 struct shmob_drm_connector *scon = to_shmob_connector(connector); in shmob_drm_connector_best_encoder() local 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() [all …]
|
/linux-6.12.1/security/selinux/ |
D | selinuxfs.c | 858 char *scon = NULL, *tcon = NULL; in sel_write_access() local 870 scon = kzalloc(size + 1, GFP_KERNEL); in sel_write_access() 871 if (!scon) in sel_write_access() 880 if (sscanf(buf, "%s %s %hu", scon, tcon, &tclass) != 3) in sel_write_access() 883 length = security_context_str_to_sid(scon, &ssid, GFP_KERNEL); in sel_write_access() 900 kfree(scon); in sel_write_access() 906 char *scon = NULL, *tcon = NULL; in sel_write_create() local 922 scon = kzalloc(size + 1, GFP_KERNEL); in sel_write_create() 923 if (!scon) in sel_write_create() 937 nargs = sscanf(buf, "%s %s %hu %s", scon, tcon, &tclass, namebuf); in sel_write_create() [all …]
|
/linux-6.12.1/arch/mips/mti-malta/ |
D | malta-dtshim.c | 39 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()
|