Home
last modified time | relevance | path

Searched refs:S_IWGRP (Results 1 – 25 of 69) sorted by relevance

123

/OK3568_Linux_fs/kernel/drivers/char/
H A Dtlclk.c344 static DEVICE_ATTR(received_ref_clk3a, (S_IWUSR|S_IWGRP), NULL,
366 static DEVICE_ATTR(received_ref_clk3b, (S_IWUSR|S_IWGRP), NULL,
388 static DEVICE_ATTR(enable_clk3b_output, (S_IWUSR|S_IWGRP), NULL,
409 static DEVICE_ATTR(enable_clk3a_output, (S_IWUSR|S_IWGRP), NULL,
430 static DEVICE_ATTR(enable_clkb1_output, (S_IWUSR|S_IWGRP), NULL,
452 static DEVICE_ATTR(enable_clka1_output, (S_IWUSR|S_IWGRP), NULL,
473 static DEVICE_ATTR(enable_clkb0_output, (S_IWUSR|S_IWGRP), NULL,
494 static DEVICE_ATTR(enable_clka0_output, (S_IWUSR|S_IWGRP), NULL,
536 static DEVICE_ATTR(select_amcb2_transmit_clock, (S_IWUSR|S_IWGRP), NULL,
578 static DEVICE_ATTR(select_amcb1_transmit_clock, (S_IWUSR|S_IWGRP), NULL,
[all …]
/OK3568_Linux_fs/u-boot/tools/
H A Dmingw_support.h29 #ifndef S_IWGRP
30 # define S_IWGRP 0 macro
H A Dmkexynosspl.c18 | S_IWGRP | S_IROTH | S_IWOTH)
/OK3568_Linux_fs/u-boot/fs/reiserfs/
H A Dmode_string.c19 || ( S_IRGRP != 00040 ) || ( S_IWGRP != 00020 ) || ( S_IXGRP != 00010 ) \
37 S_IRGRP, S_IWGRP, S_IXGRP, S_ISGID,
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sys/
H A Dstat.h181 #define S_IWGRP (S_IWUSR >> 3) /* Write by group. */ macro
187 #define S_IWOTH (S_IWGRP >> 3) /* Write by others. */
197 # define DEFFILEMODE (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH)/* 0666*/
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sys/
H A Dstat.h181 #define S_IWGRP (S_IWUSR >> 3) /* Write by group. */ macro
187 #define S_IWOTH (S_IWGRP >> 3) /* Write by others. */
197 # define DEFFILEMODE (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH)/* 0666*/
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/
H A Dfcntl.h112 # define S_IWGRP (S_IWUSR >> 3) /* Write by group. */ macro
118 # define S_IWOTH (S_IWGRP >> 3) /* Write by others. */
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/
H A Dfcntl.h112 # define S_IWGRP (S_IWUSR >> 3) /* Write by group. */ macro
118 # define S_IWOTH (S_IWGRP >> 3) /* Write by others. */
/OK3568_Linux_fs/kernel/drivers/mfd/
H A Dab8500-debugfs.c2061 debugfs_create_file("register-bank", (S_IRUGO | S_IWUSR | S_IWGRP), in ab8500_debug_probe()
2063 debugfs_create_file("register-address", (S_IRUGO | S_IWUSR | S_IWGRP), in ab8500_debug_probe()
2065 debugfs_create_file("register-value", (S_IRUGO | S_IWUSR | S_IWGRP), in ab8500_debug_probe()
2067 debugfs_create_file("irq-subscribe", (S_IRUGO | S_IWUSR | S_IWGRP), in ab8500_debug_probe()
2086 debugfs_create_file("irq-unsubscribe", (S_IRUGO | S_IWUSR | S_IWGRP), in ab8500_debug_probe()
2088 debugfs_create_file("hwreg", (S_IRUGO | S_IWUSR | S_IWGRP), ab8500_dir, in ab8500_debug_probe()
2090 debugfs_create_file("all-modem-registers", (S_IRUGO | S_IWUSR | S_IWGRP), in ab8500_debug_probe()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/mg/mg/
H A D0002-fileio-Define-DEFFILEMODE-if-platform-is-missing.patch18 +# define DEFFILEMODE (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH)/* 0666*/
/OK3568_Linux_fs/kernel/include/linux/
H A Dstat.h12 #define S_IWUGO (S_IWUSR|S_IWGRP|S_IWOTH)
/OK3568_Linux_fs/u-boot/board/samsung/smdkv310/tools/
H A Dmksmdkv310spl.c18 | S_IWGRP | S_IROTH | S_IWOTH)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dstat.h36 #define S_IWGRP 00020 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dstat.h36 #define S_IWGRP 00020 macro
/OK3568_Linux_fs/kernel/tools/perf/trace/beauty/
H A Dmode_t.c17 #define S_IWUGO (S_IWUSR|S_IWGRP|S_IWOTH)
/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/linux/
H A Dmali_kernel_linux.c102 module_param(mali_debug_level, int, S_IRUSR | S_IWUSR | S_IWGRP | S_IRGRP | S_IROTH); /* rw-rw-r-- …
106 module_param(mali_max_job_runtime, int, S_IRUSR | S_IWUSR | S_IWGRP | S_IRGRP | S_IROTH);
146 module_param(mali_max_system_fps, int, S_IRUSR | S_IWUSR | S_IWGRP | S_IRGRP | S_IROTH);
151 module_param(mali_desired_fps, int, S_IRUSR | S_IWUSR | S_IWGRP | S_IRGRP | S_IROTH);
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dstat.h36 #define S_IWGRP 00020 macro
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dstat.h36 #define S_IWGRP 00020 macro
/OK3568_Linux_fs/u-boot/board/samsung/origen/tools/
H A Dmkorigenspl.c19 | S_IWGRP | S_IROTH | S_IWOTH)
/OK3568_Linux_fs/kernel/drivers/w1/
H A Dw1.c538 static W1_MASTER_ATTR_RW(max_slave_count, S_IRUGO | S_IWUSR | S_IWGRP);
543 static W1_MASTER_ATTR_RW(search, S_IRUGO | S_IWUSR | S_IWGRP);
544 static W1_MASTER_ATTR_RW(pullup, S_IRUGO | S_IWUSR | S_IWGRP);
545 static W1_MASTER_ATTR_RW(add, S_IRUGO | S_IWUSR | S_IWGRP);
546 static W1_MASTER_ATTR_RW(remove, S_IRUGO | S_IWUSR | S_IWGRP);
/OK3568_Linux_fs/u-boot/include/linux/
H A Dstat.h37 #define S_IWGRP 00020 /* write permission for group */ macro
/OK3568_Linux_fs/kernel/drivers/hid/
H A Dhid-prodikeys.c128 static DEVICE_ATTR(channel, S_IRUGO | S_IWUSR | S_IWGRP , show_channel,
167 static DEVICE_ATTR(sustain, S_IRUGO | S_IWUSR | S_IWGRP, show_sustain,
205 static DEVICE_ATTR(octave, S_IRUGO | S_IWUSR | S_IWGRP, show_octave,
/OK3568_Linux_fs/kernel/drivers/w1/slaves/
H A Dw1_ds2413.c129 static BIN_ATTR(output, S_IRUGO | S_IWUSR | S_IWGRP, NULL, output_write, 1);
H A Dw1_ds2406.c110 .mode = S_IRUGO | S_IWUSR | S_IWGRP,
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/elfutils/files/
H A D0003-musl-utils.patch36 +# define DEFFILEMODE (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH)/* 0666*/

123