Home
last modified time | relevance | path

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

/linux-4.4.14/fs/sysfs/
Dsysfs.h35 umode_t amode, const void *ns);
/linux-4.4.14/drivers/rtc/
Drtc-ds1286.c101 unsigned char month, cmd, amode; in ds1286_proc() local
111 amode = ((ds1286_rtc_read(priv, RTC_MINUTES_ALARM) & 0x80) >> 5) | in ds1286_proc()
114 switch (amode) { in ds1286_proc()
/linux-4.4.14/fs/
Dattr.c206 umode_t amode = attr->ia_mode; in notify_change() local
208 if (is_sxid(amode)) in notify_change()
/linux-4.4.14/arch/um/os-Linux/
Dfile.c67 int amode, err; in os_access() local
69 amode = (mode & OS_ACC_R_OK ? R_OK : 0) | in os_access()
74 err = access(file, amode); in os_access()
/linux-4.4.14/drivers/video/fbdev/
Dpxa168fb.h284 #define CFG_ALPHA_MODE(amode) ((amode) << 16) argument
/linux-4.4.14/drivers/media/usb/tm6000/
Dtm6000-stds.c349 if (dev->amode == V4L2_TUNER_MODE_MONO) in tm6000_set_audio_std()
351 else if (dev->amode == V4L2_TUNER_MODE_STEREO) in tm6000_set_audio_std()
Dtm6000.h241 int amode; member
Dtm6000-video.c1218 t->audmode = dev->amode; in vidioc_g_tuner()
1235 dev->amode = V4L2_TUNER_MODE_STEREO; in vidioc_s_tuner()
1237 dev->amode = t->audmode; in vidioc_s_tuner()
/linux-4.4.14/drivers/video/fbdev/mmp/hw/
Dmmp_ctrl.h524 #define CFG_ALPHA_MODE(amode) ((amode)<<16) argument