Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/renesas/shmobile/
H A Dshmob_drm_crtc.c489 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 in shmob_drm_connector_init()
[all...]
/linux/security/selinux/
H A Dselinuxfs.c858 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, tco in sel_write_create()
1007 char *scon = NULL, *tcon = NULL; sel_write_relabel() local
1132 char *scon = NULL, *tcon = NULL; sel_write_member() local
[all...]
/linux/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()