Home
last modified time | relevance | path

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

/linux-4.19.296/fs/sysfs/
Dsysfs.h32 umode_t amode, kuid_t uid, kgid_t gid,
/linux-4.19.296/drivers/rtc/
Drtc-ds1286.c99 unsigned char month, cmd, amode; in ds1286_proc() local
109 amode = ((ds1286_rtc_read(priv, RTC_MINUTES_ALARM) & 0x80) >> 5) | in ds1286_proc()
112 switch (amode) { in ds1286_proc()