Home
last modified time | relevance | path

Searched refs:amode (Results 1 – 9 of 9) sorted by relevance

/linux-3.4.99/fs/
Dattr.c185 umode_t amode = attr->ia_mode; in notify_change() local
187 if (is_sxid(amode)) in notify_change()
/linux-3.4.99/drivers/rtc/
Drtc-ds1286.c103 unsigned char month, cmd, amode; in ds1286_proc() local
113 amode = ((ds1286_rtc_read(priv, RTC_MINUTES_ALARM) & 0x80) >> 5) | in ds1286_proc()
116 switch (amode) { in ds1286_proc()
/linux-3.4.99/arch/um/os-Linux/
Dfile.c66 int amode, err; in os_access() local
68 amode = (mode & OS_ACC_R_OK ? R_OK : 0) | in os_access()
73 err = access(file, amode); in os_access()
/linux-3.4.99/drivers/video/
Dpxa168fb.h284 #define CFG_ALPHA_MODE(amode) ((amode) << 16) argument
/linux-3.4.99/fs/sysfs/
Dsysfs.h231 const struct attribute *attr, int type, umode_t amode);
Dfile.c527 const struct attribute *attr, int type, umode_t amode) in sysfs_add_file_mode() argument
529 umode_t mode = (amode & S_IALLUGO) | S_IFREG; in sysfs_add_file_mode()
/linux-3.4.99/drivers/media/video/tm6000/
Dtm6000-stds.c350 if (dev->amode == V4L2_TUNER_MODE_MONO) in tm6000_set_audio_std()
352 else if (dev->amode == V4L2_TUNER_MODE_STEREO) in tm6000_set_audio_std()
Dtm6000.h239 int amode; member
Dtm6000-video.c1256 t->audmode = dev->amode; in vidioc_g_tuner()
1272 dev->amode = t->audmode; in vidioc_s_tuner()