Searched refs:option (Results 1 - 25 of 610) sorted by last modified time

1234567891011>>

/linux-master/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c693 enum dc_dynamic_expansion option)
705 pipe_ctx->stream_res.opp->dyn_expansion = option;
716 enum dc_dither_option option)
733 if (option > DITHER_OPTION_MAX)
738 stream->dither_option = option;
692 dc_stream_set_dyn_expansion(struct dc *dc, struct dc_stream_state *stream, enum dc_dynamic_expansion option) argument
715 dc_stream_set_dither_option(struct dc_stream_state *stream, enum dc_dither_option option) argument
/linux-master/fs/erofs/
H A Dinternal.h192 #define clear_opt(opt, option) ((opt)->mount_opt &= ~EROFS_MOUNT_##option)
193 #define set_opt(opt, option) ((opt)->mount_opt |= EROFS_MOUNT_##option)
194 #define test_opt(opt, option) ((opt)->mount_opt & EROFS_MOUNT_##option)
/linux-master/arch/x86/kernel/
H A Dprocess_64.c843 long do_arch_prctl_64(struct task_struct *task, int option, unsigned long arg2) argument
847 switch (option) {
952 return shstk_prctl(task, option, arg2);
961 SYSCALL_DEFINE2(arch_prctl, int, option, unsigned long, arg2)
965 ret = do_arch_prctl_64(current, option, arg2);
967 ret = do_arch_prctl_common(option, arg2);
973 COMPAT_SYSCALL_DEFINE2(arch_prctl, int, option, unsigned long, arg2)
975 return do_arch_prctl_common(option, arg2);
/linux-master/
H A DMakefile544 # Needed to be compatible with the O= option
827 KBUILD_CFLAGS += $(call cc-option,--param=allow-store-data-races=0)
828 KBUILD_CFLAGS += $(call cc-option,-fno-allow-store-data-races)
882 KBUILD_CFLAGS += $(call cc-option, -fno-stack-clash-protection)
893 ifeq ($(call cc-option-yn, -mnop-mcount),y)
912 ifeq ($(call cc-option-yn, -mfentry),y)
968 # Set the minimal function alignment. Use the newer GCC option
985 KBUILD_CFLAGS += $(call cc-option, -fstrict-flex-arrays=3)
988 KBUILD_CFLAGS-$(CONFIG_CC_NO_STRINGOP_OVERFLOW) += $(call cc-option, -Wno-stringop-overflow)
989 KBUILD_CFLAGS-$(CONFIG_CC_STRINGOP_OVERFLOW) += $(call cc-option,
[all...]
/linux-master/include/net/
H A Dsock.h256 * @sk_omem_alloc: "o" is "option" or "other"
1224 int __user *option);
/linux-master/fs/smb/server/
H A Dvfs.c964 * @option: smb IO options
966 void ksmbd_vfs_set_fadvise(struct file *filp, __le32 option) argument
972 if (!option || !mapping)
975 if (option & FILE_WRITE_THROUGH_LE) {
977 } else if (option & FILE_SEQUENTIAL_ONLY_LE) {
982 } else if (option & FILE_RANDOM_ACCESS_LE) {
/linux-master/drivers/tty/serial/8250/
H A D8250_pci.c3905 #define REPORT_CONFIG(option) \
3906 (IS_ENABLED(CONFIG_##option) ? 0 : (kernel_ulong_t)&#option)
3907 #define REPORT_8250_CONFIG(option) \
3908 (IS_ENABLED(CONFIG_SERIAL_8250_##option) ? \
3909 0 : (kernel_ulong_t)&"SERIAL_8250_"#option)
/linux-master/drivers/misc/cardreader/
H A Drtsx_pcr.c132 struct rtsx_cr_option *option = &pcr->option; local
139 if (option->ltr_enabled)
140 rtsx_set_ltr_latency(pcr, option->ltr_active_latency);
403 u8 option = RTSX_SG_VALID | RTSX_SG_TRANS_DATA; local
408 option |= RTSX_SG_END;
413 | (((u64)len >> 16) << 6) | option;
415 val = ((u64)addr << 32) | ((u64)len << 16) | option;
417 val = ((u64)addr << 32) | ((u64)len << 12) | option;
951 if (!pcr->option
1125 struct rtsx_cr_option *option = &(pcr->option); local
1361 struct rtsx_cr_option *option = &(pcr->option); local
1750 struct rtsx_cr_option *option = &pcr->option; local
[all...]
/linux-master/arch/x86/kvm/vmx/
H A Dvmx.c231 const char *option; member in struct:__anon41
328 sysfs_streq(s, vmentry_l1d_param[i].option))
368 return sysfs_emit(s, "%s\n", vmentry_l1d_param[l1tf_vmx_mitigation].option);
/linux-master/arch/x86/kernel/cpu/
H A Dbugs.c1020 pr_err("Ignoring unknown retbleed option (%s).", str);
1137 * retbleed= cmdline option except for call depth based stuffing
1254 const char *option; member in struct:__anon32
1296 if (match_option(arg, ret, v2_user_options[i].option)) {
1297 spec_v2_user_print_cond(v2_user_options[i].option,
1303 pr_err("Unknown user space protection option (%s). Switching to AUTO select\n", arg);
1425 const char *option; member in struct:__anon33
1463 if (!match_option(arg, ret, mitigation_options[i].option))
1470 pr_err("unknown option (%s). Switching to AUTO select\n", arg);
1481 mitigation_options[i].option);
2006 const char *option; member in struct:__anon34
[all...]
/linux-master/tools/perf/util/
H A Dannotate.c3527 int annotate_parse_percent_type(const struct option *opt __maybe_unused, const char *_str,
/linux-master/tools/power/x86/turbostat/
H A Dturbostat.c7823 static struct option long_options[] = {
/linux-master/tools/testing/selftests/net/mptcp/
H A Dmptcp_join.sh324 -m tcp --tcp-option 30 \
3711 usage "Unknown option: -${opt}"
H A Dmptcp_connect.sh64 while getopts "$optstring" option;do
65 case "$option" in
/linux-master/net/mptcp/
H A Dsockopt.c40 * sockopt(s1) // seq increments to 2 on s1 (different option)
1386 char __user *optval, int __user *option)
1403 return tcp_getsockopt(ssk, level, optname, optval, option);
1406 return mptcp_getsockopt_v4(msk, optname, optval, option);
1408 return mptcp_getsockopt_sol_tcp(msk, optname, optval, option);
1410 return mptcp_getsockopt_sol_mptcp(msk, optname, optval, option);
1385 mptcp_getsockopt(struct sock *sk, int level, int optname, char __user *optval, int __user *option) argument
/linux-master/net/9p/
H A Dclient.c105 /* Interpret mount option for protocol version */
139 int option; local
162 r = match_int(&args[0], &option);
169 if (option < 4096) {
175 clnt->msize = option;
H A Dtrans_fd.c771 int option; local
785 "failed to allocate copy of option string\n");
797 r = match_int(&args[0], &option);
806 opts->port = option;
809 opts->rfd = option;
812 opts->wfd = option;
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dgf100.c30 #include <core/option.h>
/linux-master/drivers/gpu/drm/i915/
H A DMakefile10 subdir-ccflags-y += $(call cc-option, -Wrestrict)
15 subdir-ccflags-y += $(call cc-option, -Wunused-but-set-variable)
16 subdir-ccflags-y += $(call cc-option, -Wunused-const-variable)
17 subdir-ccflags-y += $(call cc-option, -Wpacked-not-aligned)
18 subdir-ccflags-y += $(call cc-option, -Wformat-overflow)
19 subdir-ccflags-y += $(call cc-option, -Wformat-truncation)
20 subdir-ccflags-y += $(call cc-option, -Wstringop-truncation)
/linux-master/arch/riscv/kernel/compat_vdso/
H A DMakefile24 COMPAT_CC_FLAGS += $(call cc-option,-mno-riscv-attribute)
25 COMPAT_CC_FLAGS += $(call as-option,-Wa$(comma)-mno-arch-attr)
/linux-master/arch/riscv/
H A DMakefile102 KBUILD_CFLAGS += $(call cc-option,-mno-riscv-attribute)
103 KBUILD_AFLAGS += $(call cc-option,-mno-riscv-attribute)
104 KBUILD_CFLAGS += $(call as-option,-Wa$(comma)-mno-arch-attr)
105 KBUILD_AFLAGS += $(call as-option,-Wa$(comma)-mno-arch-attr)
107 KBUILD_CFLAGS_MODULE += $(call cc-option,-mno-relax)
108 KBUILD_AFLAGS_MODULE += $(call as-option,-Wa$(comma)-mno-relax)
110 # GCC versions that support the "-mstrict-align" option default to allowing
115 KBUILD_CFLAGS += $(call cc-option,-mstrict-align)
/linux-master/security/
H A Dsecurity.c3516 * @option: operation
3528 int security_task_prctl(int option, unsigned long arg2, unsigned long arg3, argument
3536 thisrc = hp->hook.task_prctl(option, arg2, arg3, arg4, arg5);
4543 * security_socket_getsockopt() - Check if reading a socket option is allowed
4545 * @level: option's protocol level
4546 * @optname: option name
4559 * security_socket_setsockopt() - Check if setting a socket option is allowed
4561 * @level: option's protocol level
4562 * @optname: option name
4637 * option vi
[all...]
/linux-master/scripts/kconfig/
H A Dconf.c662 static const struct option long_opts[] = {
/linux-master/scripts/
H A DMakefile.extrawarn57 KBUILD_CFLAGS += $(call cc-option, -Wcast-function-type)
62 # of gcc (<9.1) weirdly don't handle the option correctly when _other_
77 KBUILD_CFLAGS += $(call cc-option,-Werror=incompatible-pointer-types)
80 KBUILD_CFLAGS += $(call cc-option,-Werror=designated-init)
83 KBUILD_CFLAGS += $(call cc-option,-Wenum-conversion)
91 KBUILD_CFLAGS += $(call cc-option, -Wrestrict)
95 KBUILD_CFLAGS += $(call cc-option, -Wunused-but-set-variable)
96 KBUILD_CFLAGS += $(call cc-option, -Wunused-const-variable)
97 KBUILD_CFLAGS += $(call cc-option, -Wpacked-not-aligned)
98 KBUILD_CFLAGS += $(call cc-option,
[all...]
/linux-master/drivers/gpu/drm/xe/
H A DMakefile10 subdir-ccflags-y += $(call cc-option, -Wrestrict)
15 subdir-ccflags-y += $(call cc-option, -Wunused-but-set-variable)
16 subdir-ccflags-y += $(call cc-option, -Wunused-const-variable)
17 subdir-ccflags-y += $(call cc-option, -Wpacked-not-aligned)
18 subdir-ccflags-y += $(call cc-option, -Wformat-overflow)
19 subdir-ccflags-y += $(call cc-option, -Wformat-truncation)
20 subdir-ccflags-y += $(call cc-option, -Wstringop-truncation)

Completed in 337 milliseconds

1234567891011>>