Searched refs:scon (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/gpu/drm/renesas/shmobile/ |
| H A 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_obj(*scon); 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/security/selinux/ |
| H A D | selinuxfs.c | 869 char *scon = NULL, *tcon = NULL; in sel_write_access() local 881 scon = kzalloc(size + 1, GFP_KERNEL); in sel_write_access() 882 if (!scon) in sel_write_access() 891 if (sscanf(buf, "%s %s %hu", scon, tcon, &tclass) != 3) in sel_write_access() 894 length = security_context_str_to_sid(scon, &ssid, GFP_KERNEL); in sel_write_access() 911 kfree(scon); in sel_write_access() 917 char *scon = NULL, *tcon = NULL; in sel_write_create() local 933 scon = kzalloc(size + 1, GFP_KERNEL); in sel_write_create() 934 if (!scon) in sel_write_create() 948 nargs = sscanf(buf, "%s %s %hu %s", scon, tcon, &tclass, namebuf); in sel_write_create() [all …]
|
| /linux/arch/mips/mti-malta/ |
| H A 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()
|