Home
last modified time | relevance | path

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

12345678910>>...75

/linux-6.6.21/scripts/
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 to value
26 --undefine|-u option Undefine option
27 --state|-s option Print state of option (n,y,m,undef)
29 --enable-after|-E beforeopt option
[all …]
DMakefile.extrawarn55 KBUILD_CFLAGS += $(call cc-option, -Wcast-function-type)
75 KBUILD_CFLAGS += $(call cc-option,-Werror=incompatible-pointer-types)
78 KBUILD_CFLAGS += $(call cc-option,-Werror=designated-init)
81 KBUILD_CFLAGS += $(call cc-option,-Wenum-conversion)
99 KBUILD_CFLAGS += $(call cc-option, -Wrestrict)
104 KBUILD_CFLAGS += $(call cc-option, -Wunused-but-set-variable)
105 KBUILD_CFLAGS += $(call cc-option, -Wunused-const-variable)
106 KBUILD_CFLAGS += $(call cc-option, -Wpacked-not-aligned)
107 KBUILD_CFLAGS += $(call cc-option, -Wformat-overflow)
108 KBUILD_CFLAGS += $(call cc-option, -Wformat-truncation)
[all …]
/linux-6.6.21/drivers/firmware/efi/libstub/
Dgop.c27 enum efi_cmdline_option option; member
36 } cmdline = { .option = EFI_CMDLINE_NONE };
38 static bool parse_modenum(char *option, char **next) in parse_modenum() argument
42 if (!strstarts(option, "mode=")) in parse_modenum()
44 option += strlen("mode="); in parse_modenum()
45 m = simple_strtoull(option, &option, 0); in parse_modenum()
46 if (*option && *option++ != ',') in parse_modenum()
48 cmdline.option = EFI_CMDLINE_MODE_NUM; in parse_modenum()
51 *next = option; in parse_modenum()
55 static bool parse_res(char *option, char **next) in parse_res() argument
[all …]
/linux-6.6.21/drivers/pnp/
Dquirks.c27 struct pnp_option *option, in quirk_awe32_add_ports() argument
35 "%d\n", pnp_option_set(option)); in quirk_awe32_add_ports()
39 *new_option = *option; in quirk_awe32_add_ports()
42 list_add(&new_option->list, &option->list); in quirk_awe32_add_ports()
47 pnp_option_set(option)); in quirk_awe32_add_ports()
52 struct pnp_option *option; in quirk_awe32_resources() local
59 list_for_each_entry(option, &dev->options, list) { in quirk_awe32_resources()
60 if (pnp_option_is_dependent(option) && in quirk_awe32_resources()
61 pnp_option_set(option) != set) { in quirk_awe32_resources()
62 set = pnp_option_set(option); in quirk_awe32_resources()
[all …]
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 …]
/linux-6.6.21/arch/m68k/
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-6.6.21/tools/perf/trace/beauty/
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 = arg->val; in syscall_arg__scnprintf_prctl_option() local
[all …]
/linux-6.6.21/arch/powerpc/
DMakefile13 HAS_BIARCH := $(call cc-option-yn, -m32)
59 KBUILD_CFLAGS_MODULE += $(call cc-option,-mno-save-toc-indirect)
61 KBUILD_CFLAGS += $(call cc-option,-mbig-endian)
70 cflags-$(CONFIG_PPC64_ELF_ABI_V1) += $(call cc-option,-mabi=elfv1)
71 cflags-$(CONFIG_PPC64_ELF_ABI_V1) += $(call cc-option,-mcall-aixdesc)
72 aflags-$(CONFIG_PPC64_ELF_ABI_V1) += $(call cc-option,-mabi=elfv1)
81 cflags-$(CONFIG_CPU_BIG_ENDIAN) += $(call cc-option,-mbig-endian)
83 aflags-$(CONFIG_CPU_BIG_ENDIAN) += $(call cc-option,-mbig-endian)
106 ifeq ($(call cc-option-yn,-mcmodel=medium),y)
122 CFLAGS-$(CONFIG_PPC64) := $(call cc-option,-mtraceback=no)
[all …]
/linux-6.6.21/tools/include/linux/
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-6.6.21/include/linux/
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-6.6.21/drivers/misc/cardreader/
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 …]
Drts5227.c86 struct rtsx_cr_option *option = &pcr->option; in rts5227_init_from_cfg() local
96 if (option->ltr_en) { in rts5227_init_from_cfg()
97 if (option->ltr_enabled) in rts5227_init_from_cfg()
98 rtsx_set_ltr_latency(pcr, option->ltr_active_latency); in rts5227_init_from_cfg()
105 struct rtsx_cr_option *option = &pcr->option; in rts5227_extra_init_hw() local
155 if (option->force_clkreq_0) in rts5227_extra_init_hw()
203 if (pcr->option.ocp_en) in rts5227_card_power_on()
235 if (pcr->option.ocp_en) in rts5227_card_power_off()
446 struct rtsx_cr_option *option = &pcr->option; in rts522a_set_l1off_cfg_sub_d0() local
456 val = option->ltr_l1off_snooze_sspwrgate; in rts522a_set_l1off_cfg_sub_d0()
[all …]
Drts5228.c181 struct rtsx_cr_option *option = &pcr->option; in rts5228_card_power_on() local
183 if (option->ocp_en) in rts5228_card_power_on()
318 if (pcr->option.ocp_en) in rts5228_card_power_off()
326 struct rtsx_cr_option *option = &pcr->option; in rts5228_init_ocp() local
328 if (option->ocp_en) { in rts5228_init_ocp()
336 RTS5228_LDO1_OCP_THD_MASK, option->sd_800mA_ocp_thd); in rts5228_init_ocp()
373 if (!pcr->option.ocp_en) in rts5228_process_ocp()
389 struct rtsx_cr_option *option = &pcr->option; in rts5228_init_from_cfg() local
399 if (option->ltr_en) { in rts5228_init_from_cfg()
400 if (option->ltr_enabled) in rts5228_init_from_cfg()
[all …]
Drts5249.c89 struct rtsx_cr_option *option = &(pcr->option); in rts5249_init_from_cfg() local
99 if (option->ltr_en) { in rts5249_init_from_cfg()
100 if (option->ltr_enabled) in rts5249_init_from_cfg()
101 rtsx_set_ltr_latency(pcr, option->ltr_active_latency); in rts5249_init_from_cfg()
234 struct rtsx_cr_option *option = &(pcr->option); in rts5249_extra_init_hw() local
292 if (option->force_clkreq_0) in rts5249_extra_init_hw()
398 struct rtsx_cr_option *option = &pcr->option; in rtsx_base_card_power_on() local
400 if (option->ocp_en) in rtsx_base_card_power_on()
424 struct rtsx_cr_option *option = &pcr->option; in rtsx_base_card_power_off() local
426 if (option->ocp_en) in rtsx_base_card_power_off()
[all …]
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-6.6.21/net/mac80211/
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
64 Select this option to enable 802.11 mesh operation in mac80211
75 This option enables a few LED triggers for different
91 Select this option to have mac80211 register the
96 The overhead in this option is that all the messages
104 This option collects various mac80211 debug settings.
110 This option affects code generation in mac80211, when
115 This option increases code size a bit and inserts a lot
[all …]
/linux-6.6.21/arch/x86/
DMakefile_32.cpu5 tune = $(call cc-option,-mtune=$(1),$(2))
8 align := -falign-functions=0 $(call cc-option,-falign-jumps=0) $(call cc-option,-falign-loops=0)
27 cflags-$(CONFIG_MK8) += $(call cc-option,-march=k8,-march=athlon)
30 cflags-$(CONFIG_MWINCHIPC6) += $(call cc-option,-march=winchip-c6,-march=i586)
31 cflags-$(CONFIG_MWINCHIP3D) += $(call cc-option,-march=winchip2,-march=i586)
32 cflags-$(CONFIG_MCYRIXIII) += $(call cc-option,-march=c3,-march=i486) $(align)
33 cflags-$(CONFIG_MVIAC3_2) += $(call cc-option,-march=c3-2,-march=i686)
36 cflags-$(CONFIG_MATOM) += $(call cc-option,-march=atom,$(call cc-option,-march=core2,-march=i686))…
37 $(call cc-option,-mtune=atom,$(call cc-option,-mtune=generic))
44 cflags-$(CONFIG_MGEODE_LX) += $(call cc-option,-march=geode,-march=pentium-mmx)
[all …]
/linux-6.6.21/tools/perf/Documentation/
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-6.6.21/drivers/ata/
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.
143 This option enables support for Platform AHCI Serial ATA
[all …]
/linux-6.6.21/arch/powerpc/platforms/85xx/
DKconfig23 This option enables support for the Freescale BSC9131RDB board.
32 This option enables support for the C293PCIE board
38 This option enables support for the Freescale BSC9132 QDS board.
47 This option enables support for the MPC 8540 ADS board
54 This option enables support for the MPC 8560 ADS board
62 This option enables support for the MPC85xx CDS board
71 This option enables support for the MPC8568 MDS, MPC8569 MDS and P1021 MDS boards
78 This option enables support for the MPC8536 DS board
87 This option enables support for the MPC8544 DS and MPC8572 DS boards
95 This option enables support for the P1020 MBG PC, P1020 UTM PC,
[all …]
/linux-6.6.21/arch/openrisc/
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-6.6.21/lib/
DKconfig.ubsan8 This option enables the Undefined Behaviour sanity checker.
38 def_bool $(cc-option,-fsanitize=bounds-strict)
40 The -fsanitize=bounds-strict option is only available on GCC,
46 def_bool $(cc-option,-fsanitize=array-bounds)
48 Under Clang, the -fsanitize=bounds option is actually composed
61 This option enables detection of directly indexed out of bounds
70 GCC's bounds sanitizer. This option is used to select the
76 Clang's array bounds sanitizer. This option is used to select
82 This option enables Clang's -fsanitize=local-bounds which traps
85 be known statically) is out-of-bounds. Since this option is
[all …]
/linux-6.6.21/tools/bpf/
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-6.6.21/arch/sh/
DMakefile32 cflags-$(CONFIG_CPU_SH2) := $(call cc-option,-m2,)
33 cflags-$(CONFIG_CPU_J2) += $(call cc-option,-mj2,)
34 cflags-$(CONFIG_CPU_SH2A) += $(call cc-option,-m2a,) \
35 $(call cc-option,-m2a-nofpu,) \
36 $(call cc-option,-m4-nofpu,)
37 cflags-$(CONFIG_CPU_SH3) := $(call cc-option,-m3,)
38 cflags-$(CONFIG_CPU_SH4) := $(call cc-option,-m4,) \
39 $(call cc-option,-mno-implicit-fp,-m4-nofpu)
40 cflags-$(CONFIG_CPU_SH4A) += $(call cc-option,-m4a,) \
41 $(call cc-option,-m4a-nofpu,)
[all …]
/linux-6.6.21/sound/soc/sof/
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 …]

12345678910>>...75