Home
last modified time | relevance | path

Searched refs:option (Results 1 – 25 of 1868) sorted by relevance

12345678910>>...75

/linux/scripts/
H A Dconfig19 --enable|-e option Enable option
20 --disable|-d option Disable option
21 --module|-m option Turn option into a module
22 --set-str option string
23 Set option to "string"
24 --set-val option value
25 Set option t
[all...]
H A DMakefile.warn19 KBUILD_CFLAGS += $(call cc-option, -Wno-frame-address)
20 KBUILD_CFLAGS += $(call cc-option, -Wno-address-of-packed-member)
38 KBUILD_CFLAGS += $(call cc-option, -Wno-format-overflow-non-kprintf)
39 KBUILD_CFLAGS += $(call cc-option, -Wno-format-truncation-non-kprintf)
51 KBUILD_CFLAGS += $(call cc-option, -Wno-default-const-init-unsafe)
59 KBUILD_CFLAGS += $(call cc-option, -Wno-dangling-pointer)
67 KBUILD_CFLAGS += $(call cc-option,-Wvla-larger-than=1)
75 KBUILD_CFLAGS += $(call cc-option, -Wcast-function-type)
78 KBUILD_CFLAGS-$(CONFIG_CC_NO_STRINGOP_OVERFLOW) += $(call cc-option, -Wno-stringop-overflow)
79 KBUILD_CFLAGS-$(CONFIG_CC_STRINGOP_OVERFLOW) += $(call cc-option, -Wstringop-overflow)
[all …]
H A DMakefile.compiler34 as-option = $(call try-run,\
45 __cc-option = $(call try-run,\
51 cc-option = $(call __cc-option, $(CC),\
56 cc-option-yn = $(if $(call cc-option,$1),y,n)
60 cc-disable-warning = $(call cc-option,-Wno-$(strip $1))
76 ld-option = $(call try-run, $(LD) $(KBUILD_LDFLAGS) $(1) -v,$(1),$(2),$(3))
81 __rustc-option = $(call try-run,\
88 rustc-option = $(call __rustc-option, $(RUSTC),\
93 rustc-option-yn = $(if $(call rustc-option,$1),y,n)
/linux/drivers/firmware/efi/libstub/
H A Dgop.c28 enum efi_cmdline_option option; member
37 } cmdline = { .option = EFI_CMDLINE_NONE };
39 static bool parse_modenum(char *option, char **next) in parse_modenum() argument
43 if (!strstarts(option, "mode=")) in parse_modenum()
45 option += strlen("mode="); in parse_modenum()
46 m = simple_strtoull(option, &option, 0); in parse_modenum()
47 if (*option && *option++ != ',') in parse_modenum()
49 cmdline.option = EFI_CMDLINE_MODE_NUM; in parse_modenum()
52 *next = option; in parse_modenum()
56 static bool parse_res(char *option, char **next) in parse_res() argument
[all …]
/linux/arch/m68k/
H A DMakefile41 cpuflags-$(CONFIG_M5441x) = $(call cc-option,-mcpu=54455,-mcfv4e)
42 cpuflags-$(CONFIG_M54xx) = $(call cc-option,-mcpu=5475,-m5200)
43 cpuflags-$(CONFIG_M5407) = $(call cc-option,-mcpu=5407,-m5200)
44 cpuflags-$(CONFIG_M532x) = $(call cc-option,-mcpu=532x,-m5307)
45 cpuflags-$(CONFIG_M537x) = $(call cc-option,-mcpu=537x,-m5307)
46 cpuflags-$(CONFIG_M5307) = $(call cc-option,-mcpu=5307,-m5200)
47 cpuflags-$(CONFIG_M528x) = $(call cc-option,-mcpu=528x,-m5307)
48 cpuflags-$(CONFIG_M5275) = $(call cc-option,-mcpu=5275,-m5307)
49 cpuflags-$(CONFIG_M5272) = $(call cc-option,-mcpu=5272,-m5307)
50 cpuflags-$(CONFIG_M5271) = $(call cc-option,-mcpu=5271,-m5307)
[all …]
/linux/tools/perf/trace/beauty/
H A Dprctl.c16 static size_t prctl__scnprintf_option(int option, char *bf, size_t size, bool show_prefix) in prctl__scnprintf_option() argument
18 return strarray__scnprintf(&strarray__prctl_options, bf, size, "%d", show_prefix, option); in prctl__scnprintf_option()
21 static size_t prctl__scnprintf_set_mm(int option, char *bf, size_t size, bool show_prefix) in prctl__scnprintf_set_mm() argument
24 return strarray__scnprintf(&strarray__prctl_set_mm_options, bf, size, "%d", show_prefix, option); in prctl__scnprintf_set_mm()
29 int option = syscall_arg__val(arg, 0); in syscall_arg__scnprintf_prctl_arg2() local
31 if (option == PR_SET_MM) in syscall_arg__scnprintf_prctl_arg2()
37 if (option == PR_SET_NAME) in syscall_arg__scnprintf_prctl_arg2()
45 int option = syscall_arg__val(arg, 0); in syscall_arg__scnprintf_prctl_arg3() local
47 if (option == PR_SET_MM) in syscall_arg__scnprintf_prctl_arg3()
55 unsigned long option in syscall_arg__scnprintf_prctl_option() local
[all...]
/linux/drivers/pnp/
H A Dresource.c39 struct pnp_option *option; in pnp_build_option() local
41 option = kzalloc(sizeof(struct pnp_option), GFP_KERNEL); in pnp_build_option()
42 if (!option) in pnp_build_option()
45 option->flags = option_flags; in pnp_build_option()
46 option->type = type; in pnp_build_option()
48 list_add_tail(&option->list, &dev->options); in pnp_build_option()
49 return option; in pnp_build_option()
55 struct pnp_option *option; in pnp_register_irq_resource() local
58 option = pnp_build_option(dev, IORESOURCE_IRQ, option_flags); in pnp_register_irq_resource()
59 if (!option) in pnp_register_irq_resource()
[all …]
H A Dsupport.c91 char *pnp_option_priority_name(struct pnp_option *option) in pnp_option_priority_name() argument
93 switch (pnp_option_priority(option)) { in pnp_option_priority_name()
104 void dbg_pnp_show_option(struct pnp_dev *dev, struct pnp_option *option) in dbg_pnp_show_option() argument
113 if (pnp_option_is_dependent(option)) in dbg_pnp_show_option()
116 pnp_option_set(option), in dbg_pnp_show_option()
117 pnp_option_priority_name(option)); in dbg_pnp_show_option()
122 switch (option->type) { in dbg_pnp_show_option()
124 port = &option->u.port; in dbg_pnp_show_option()
133 mem = &option->u.mem; in dbg_pnp_show_option()
142 irq = &option->u.irq; in dbg_pnp_show_option()
[all …]
/linux/drivers/misc/cardreader/
H A Drts5260.c178 struct rtsx_cr_option *option = &pcr->option; in rts5260_card_power_on() local
180 if (option->ocp_en) in rts5260_card_power_on()
274 if (pcr->option.ocp_en) in rts5260_card_power_off()
282 struct rtsx_cr_option *option = &pcr->option; in rts5260_init_ocp() local
284 if (option->ocp_en) { in rts5260_init_ocp()
290 option->sd_800mA_ocp_thd); in rts5260_init_ocp()
362 if (!pcr->option.ocp_en) in rts5260_process_ocp()
483 struct rtsx_cr_option *option = &pcr->option; in rts5260_init_from_cfg() local
487 if (option->ltr_en) { in rts5260_init_from_cfg()
488 if (option->ltr_enabled) in rts5260_init_from_cfg()
[all …]
H A Drts5261.c158 struct rtsx_cr_option *option = &pcr->option; in rts5261_card_power_on() local
160 if (option->ocp_en) in rts5261_card_power_on()
294 if (pcr->option.ocp_en) in rts5261_card_power_off()
302 struct rtsx_cr_option *option = &pcr->option; in rts5261_init_ocp() local
304 if (option->ocp_en) { in rts5261_init_ocp()
312 RTS5261_LDO1_OCP_THD_MASK, option->sd_800mA_ocp_thd); in rts5261_init_ocp()
346 if (!pcr->option.ocp_en) in rts5261_process_ocp()
457 struct rtsx_cr_option *option = &pcr->option; in rts5261_init_from_cfg() local
459 if (option->ltr_en) { in rts5261_init_from_cfg()
460 if (option->ltr_enabled) in rts5261_init_from_cfg()
[all …]
/linux/tools/include/linux/
H A Dkconfig.h44 #define IS_BUILTIN(option) __is_defined(option) argument
50 #define IS_MODULE(option) __is_defined(option##_MODULE) argument
58 #define IS_REACHABLE(option) __or(IS_BUILTIN(option), \ argument
59 __and(IS_MODULE(option), __is_defined(MODULE)))
65 #define IS_ENABLED(option) __or(IS_BUILTIN(option), IS_MODULE(option)) argument
/linux/include/linux/
H A Dkconfig.h50 #define IS_BUILTIN(option) __is_defined(option) argument
57 #define IS_MODULE(option) __is_defined(option##_MODULE) argument
65 #define IS_REACHABLE(option) __or(IS_BUILTIN(option), \ argument
66 __and(IS_MODULE(option), __is_defined(MODULE)))
73 #define IS_ENABLED(option) __or(IS_BUILTIN(option), IS_MODULE(option)) argument
/linux/net/mac80211/
H A DKconfig13 This option enables the hardware independent IEEE 802.11
29 This option enables the 'minstrel' TX rate control algorithm
36 This option selects the default rate control algorithm
66 Enable this option to test mac80211 internals with kunit.
74 Select this option to enable 802.11 mesh operation in mac80211
85 This option enables a few LED triggers for different
101 Select this option to have mac80211 register the
106 The overhead in this option is that all the messages
114 This option collects various mac80211 debug settings.
120 This option affects code generation in mac80211, when
[all …]
/linux/arch/powerpc/
H A DMakefile24 HAS_BIARCH := $(call cc-option-yn, -m32)
70 KBUILD_CFLAGS_MODULE += $(call cc-option,-mno-save-toc-indirect)
72 KBUILD_CPPFLAGS += $(call cc-option,-mbig-endian)
81 cflags-$(CONFIG_PPC64_ELF_ABI_V1) += $(call cc-option,-mabi=elfv1)
82 cflags-$(CONFIG_PPC64_ELF_ABI_V1) += $(call cc-option,-mcall-aixdesc)
83 aflags-$(CONFIG_PPC64_ELF_ABI_V1) += $(call cc-option,-mabi=elfv1)
92 cflags-$(CONFIG_CPU_BIG_ENDIAN) += $(call cc-option,-mbig-endian)
94 aflags-$(CONFIG_CPU_BIG_ENDIAN) += $(call cc-option,-mbig-endian)
122 CFLAGS-$(CONFIG_PPC64) := $(call cc-option,-mtraceback=no)
124 CFLAGS-$(CONFIG_PPC64) += $(call cc-option,-mabi=elfv2,$(call cc-option,-mcall-aixdesc))
[all …]
/linux/arch/loongarch/
H A DMakefile90 cflags-y += $(call cc-option,-mexplicit-relocs)
91 KBUILD_CFLAGS_KERNEL += $(call cc-option,-mdirect-extern-access)
92 KBUILD_CFLAGS_KERNEL += $(call cc-option,-fdirect-access-external-data)
93 KBUILD_AFLAGS_MODULE += $(call cc-option,-fno-direct-access-external-data)
94 KBUILD_CFLAGS_MODULE += $(call cc-option,-fno-direct-access-external-data)
96 cflags-y += $(call cc-option,-mno-explicit-relocs)
103 KBUILD_AFLAGS += $(call cc-option,-mno-relax) $(call cc-option,-Wa$(comma)-mno-relax)
104 KBUILD_CFLAGS += $(call cc-option,-mno-relax) $(call cc-option,-Wa$(comma)-mno-relax)
105 KBUILD_AFLAGS += $(call cc-option,-mthin-add-sub) $(call cc-option,-Wa$(comma)-mthin-add-sub)
106 KBUILD_CFLAGS += $(call cc-option,-mthin-add-sub) $(call cc-option,-Wa$(comma)-mthin-add-sub)
[all …]
/linux/tools/perf/Documentation/
H A Dintel-bts.txt17 recording must also be stipulated i.e. the --per-thread option for
28 option is:
32 Currently Intel BTS is limited to per-thread tracing so the --per-thread option
36 snapshot option
39 The snapshot option is the same as Intel PT (refer Intel PT documentation).
42 auxtrace mmap size option
45 The mmap size option is the same as Intel PT (refer Intel PT documentation).
52 This can be further controlled by option --itrace. The --itrace option is
57 To disable trace decoding entirely, use the option --no-itrace.
60 dump option
[all …]
/linux/drivers/ata/
H A DKconfig47 This option adds parsing of ATA command descriptions and error bits
49 This option will enlarge the kernel by approx. 6KB. Disable it only
58 This option adds support for "libata.force=" kernel parameter for
64 This option will enlarge the kernel by approx. 3KB. Disable it if
76 This option adds support for ATA-related ACPI objects.
82 option libata.noacpi=1
88 This option adds support for SATA Zero Power Optical Disc
102 This option adds support for SATA Port Multipliers
114 This option enables support for AHCI Serial ATA.
158 This option enables support for Platform AHCI Serial ATA
[all …]
/linux/arch/x86/lib/
H A Dcmdline.c33 const char *option) in __cmdline_find_option_bool() argument
63 opptr = option; in __cmdline_find_option_bool()
126 const char *option, char *buffer, int bufsize) in __cmdline_find_option() argument
157 opptr = option; in __cmdline_find_option()
208 int cmdline_find_option_bool(const char *cmdline, const char *option) in cmdline_find_option_bool() argument
212 ret = __cmdline_find_option_bool(cmdline, COMMAND_LINE_SIZE, option); in cmdline_find_option_bool()
217 return __cmdline_find_option_bool(builtin_cmdline, COMMAND_LINE_SIZE, option); in cmdline_find_option_bool()
222 int cmdline_find_option(const char *cmdline, const char *option, char *buffer, in cmdline_find_option() argument
227 ret = __cmdline_find_option(cmdline, COMMAND_LINE_SIZE, option, buffer, bufsize); in cmdline_find_option()
232 return __cmdline_find_option(builtin_cmdline, COMMAND_LINE_SIZE, option, buffer, bufsize); in cmdline_find_option()
/linux/sound/soc/sof/
H A DKconfig19 This adds support for PCI enumeration. This option is
23 Say Y if you need this option.
30 This adds support for ACPI enumeration. This option is required
34 Say Y if you need this option.
44 This adds support for Device Tree enumeration. This option is
46 Say Y if you need this option. If unsure select "N".
60 This option enables the data probing feature that can be used to
62 This option is not user-selectable but automagically handled by
69 This option is not user-selectable but automagically handled by
76 This option unlocks SOF developer options for debug/performance/
[all …]
/linux/lib/
H A DKconfig.ubsan9 This option enables the Undefined Behaviour sanity checker.
39 def_bool $(cc-option,-fsanitize=bounds-strict)
41 The -fsanitize=bounds-strict option is only available on GCC,
47 def_bool $(cc-option,-fsanitize=array-bounds)
49 Under Clang, the -fsanitize=bounds option is actually composed
62 This option enables detection of directly indexed out of bounds
71 GCC's bounds sanitizer. This option is used to select the
77 Clang's array bounds sanitizer. This option is used to select
83 This option enables Clang's -fsanitize=local-bounds which traps
86 be known statically) is out-of-bounds. Since this option is
[all …]
/linux/scripts/kconfig/tests/transitional/
H A DKconfig12 bool "New bool option"
20 tristate "New tristate option"
28 string "New string option"
36 hex "New hex option"
44 int "New int option"
53 bool "New bool option with precedence"
61 string "New string option with precedence"
69 tristate "New tristate option with precedence"
77 hex "New hex option with precedence"
85 int "New int option with precedence"
[all …]
/linux/arch/openrisc/
H A DMakefile31 KBUILD_CFLAGS += $(call cc-option,-mhard-mul)
33 KBUILD_CFLAGS += $(call cc-option,-msoft-mul)
37 KBUILD_CFLAGS += $(call cc-option,-mhard-div)
39 KBUILD_CFLAGS += $(call cc-option,-msoft-div)
43 KBUILD_CFLAGS += $(call cc-option,-mcmov)
47 KBUILD_CFLAGS += $(call cc-option,-mror)
51 KBUILD_CFLAGS += $(call cc-option,-mrori)
55 KBUILD_CFLAGS += $(call cc-option,-msext)
/linux/tools/bpf/
H A Dbpf_exp.l36 %option align
37 %option ecs
39 %option nounput
40 %option noreject
41 %option noinput
42 %option noyywrap
44 %option 8bit
45 %option caseless
46 %option yylineno
/linux/drivers/ata/pata_parport/
H A DKconfig10 This option enables support for the ATEN EH-100 parallel port IDE
18 This option enables support for the Micro Solutions BACKPACK
24 bottom, enable this option.
30 This option enables support for the Micro Solutions BACKPACK
37 bottom, enable this option.
43 This option enables support for the Commuter parallel port IDE
50 This option enables support for the EP-2000 parallel port IDE
57 This option enables support for the TD-2000 parallel port IDE
65 This option enables support for the TD-3000 parallel port IDE
74 This option enables support for the EPAT parallel port IDE protocol.
[all …]
/linux/arch/powerpc/platforms/44x/
H A DKconfig7 This option enables support for the 47x family of processors and is
17 This option enables support for the IBM PPC440EP evaluation board.
29 This option enables support for the APM APM821xx Evaluation board.
39 This option enables support for the IBM PPC440GP evaluation board.
47 This option enables support for the ACube Sam440ep board.
55 This option enables support for the AMCC PPC440EPX evaluation board.
64 This option enables support for the AMCC PPC440GX "Taishan"
76 This option enables support for the AMCC PPC440SPe evaluation board.
85 This option enables support for the AMCC PPC440GRX evaluation board.
92 This option enables support for the PIKA Warp(tm) Appliance. The Warp
[all …]

12345678910>>...75