Home
last modified time | relevance | path

Searched full:option (Results 1 – 25 of 3100) sorted by relevance

12345678910>>...124

/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/scripts/
H A DMakefile.compiler19 # Usage: option = $(call try-run, $(CC)...-o "$$TMP",option-ok,otherwise)
20 # Exit code chooses option. "$$TMP" serves as a temporary file and is
31 # as-option
32 # Usage: aflags-y += $(call as-option,-Wa$(comma)-isa=foo,)
34 as-option = $(call try-run,\
43 # __cc-option
44 # Usage: MY_CFLAGS += $(call __cc-option,$(CC),$(MY_CFLAGS),-march=winchip-c6,-march=i586)
45 __cc-option = $(call try-run,\
48 # cc-option
49 # Usage: cflags-y += $(call cc-option,-march=winchip-c6,-march=i586)
[all …]
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...]
/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/drivers/pnp/
H A Dquirks.c27 struct pnp_option *option, in quirk_awe32_add_ports() argument
34 dev_err(&dev->dev, "couldn't add ioport region to option set " in quirk_awe32_add_ports()
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
57 * one given) to every dependent option set. in quirk_awe32_resources()
59 list_for_each_entry(option, &dev->options, list) { in quirk_awe32_resources()
60 if (pnp_option_is_dependent(option) && in quirk_awe32_resources()
[all …]
/linux/arch/x86/lib/
H A Dcmdline.c20 * Find a boolean option (like quiet,noapic,nosmp....)
24 * @option: option string to look for
26 * Returns the position of that @option (starts counting with 1)
27 * or 0 on not found. @option will only be found if it is found
28 * as an entire word in @cmdline. For instance, if @option="car"
33 const char *option) in __cmdline_find_option_bool() argument
63 opptr = option; in __cmdline_find_option_bool()
71 * option we were looking for. If the in __cmdline_find_option_bool()
78 * We hit the end of the option, but _not_ in __cmdline_find_option_bool()
111 * Find a non-boolean option (i.e. option=argument). In accordance with
[all …]
/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/kernel/rcu/
H A DKconfig14 This option selects the RCU implementation that is
24 This option selects the RCU implementation that is
30 Select this option if you are unsure.
36 This option selects the RCU implementation that is
38 is not required. This option greatly reduces the
45 This option needs to be enabled if you wish to make
60 This option selects the single-CPU non-preemptible version of SRCU.
66 This option selects the full-fledged version of SRCU.
76 This option forces selection of the NEED_SRCU_NMI_SAFE
77 Kconfig option, allowing testing of srcu_read_lock_nmisafe()
[all …]
/linux/Documentation/input/devices/
H A Dappletouch.rst42 Option "SendCoreEvents" "true"
43 Option "Device" "/dev/input/mice"
44 Option "Protocol" "auto-dev"
45 Option "LeftEdge" "0"
46 Option "RightEdge" "850"
47 Option "TopEdge" "0"
48 Option "BottomEdge" "645"
49 Option "MinSpeed" "0.4"
50 Option "MaxSpeed" "1"
51 Option "AccelFactor" "0.02"
[all …]
/linux/net/netfilter/
H A DKconfig42 If this option is enabled, the kernel will include support
51 If this option is enabled, the kernel will include support
59 If this option is enabled, the kernel will include support
67 If this option is enabled, the kernel will include support
79 If this option is enabled, the kernel will include support
102 This option enable support for packet logging via syslog.
118 This option enables support for connection marks, used by the
128 This option enables security markings to be applied to
140 This option enables support for connection tracking zones.
152 This option enables for the list of known conntrack entries
[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 …]
H A Dperf-config.txt11 'perf config' [<file-option>] [section.name[=value] ...]
13 'perf config' [<file-option>] -l | --list
211 Can be overridden by the --proc-map-timeout option on supported
278 supported by binutils, such as "intel", see the '-M' option help in the
283 this option lets 'annotate' print a list of assembly code with the source code.
285 If this option is 'true', they can be printed
293 But if this option is 'false', source code of the part
307 This option works with tui, stdio2 browsers.
323 Default is true. This option is only applied to TUI.
327 This option work
[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/drivers/net/wireless/realtek/rtw88/
H A DKconfig67 Select this option will enable support for 8822BE chipset
78 Select this option will enable support for 8822BS chipset
89 Select this option will enable support for 8822BU chipset
100 Select this option will enable support for 8822CE chipset
111 Select this option will enable support for 8822CS chipset
122 Select this option will enable support for 8822CU chipset
133 Select this option will enable support for 8723DE chipset
144 Select this option will enable support for 8723DS chipset
155 Select this option to enable support for 8723CS chipset (EXPERIMENTAL)
169 Select this option will enable support for 8723DU chipset
[all …]
/linux/samples/rust/
H A DKconfig17 This option builds the Rust configfs sample.
27 This option builds the Rust minimal module sample.
37 This option builds the Rust misc device.
47 This option builds the Rust printing macros sample.
58 This option builds the Rust DMA Test driver sample.
69 This option builds the Rust DebugFS Test module sample.
80 This option builds the Rust Scoped DebugFS Test module sample.
91 This option builds the Rust I2C driver sample.
102 This option builds the Rust I2C client manual creation
114 This option build
[all...]
/linux/arch/s390/
H A DKconfig76 def_bool $(cc-option, -mstack-protector-guard=global -mstack-protector-guard-record)
333 This option also enables s390 zfcpdump.
379 depends on $(cc-option,-march=z10)
387 depends on $(cc-option,-march=z196)
396 depends on $(cc-option,-march=zEC12)
405 depends on $(cc-option,-march=z13)
414 depends on $(cc-option,-march=z14)
423 depends on $(cc-option,-march=z15)
432 depends on $(cc-option,-march=z16)
440 depends on $(cc-option,-march=z17)
[all …]
/linux/arch/m68k/
H A DMakefile28 # 680x0 type is specified - and no option is specified for 68030 or
41 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)
[all …]
/linux/sound/soc/amd/
H A DKconfig7 This option enables ACP DMA support on AMD platform.
18 This option enables machine driver for DA7219, RT5682 and MAX9835.
25 This option enables machine driver for rt5645.
34 This option enables machine driver for Jadeite platform
43 This option enables ACP v3.x I2S support on AMD platform
55 This option enables machine driver for RT5682 and MAX9835.
62 This option enables ACP support for Renoir platform
69 This option enables machine driver for DMIC
76 This option enables ACP v5.x support on AMD platform
89 This option enable
[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()
462 /*Option cut APHY*/ in rts5260_pwr_saving_setting()
483 struct rtsx_cr_option *option = &pcr->option; in rts5260_init_from_cfg() local
487 if (option->ltr_en) { in rts5260_init_from_cfg()
[all …]
/linux/sound/soc/intel/avs/boards/
H A DKconfig11 Use obsolete names for some of avs cards. This option should be
22 Say Y or m if you have such a device. This is a recommended option.
30 Say Y or m if you have such a device. This is a recommended option.
40 Say Y or m if you have such a device. This is a recommended option.
48 Say Y or m if you have such a device. This is a recommended option.
64 Say Y or m if you have such a device. This is a recommended option.
74 Say Y or m if you have such a device. This is a recommended option.
84 Say Y or m if you have such a device. This is a recommended option.
95 Say Y or m if you have such a device. This is a recommended option.
105 Say Y or m if you have such a device. This is a recommended option.
[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/lib/raid/raid6/riscv/
H A Drvv.c30 asm volatile (".option push\n" in raid6_rvv1_gen_syndrome_real()
31 ".option arch,+v\n" in raid6_rvv1_gen_syndrome_real()
33 ".option pop\n" in raid6_rvv1_gen_syndrome_real()
42 asm volatile (".option push\n" in raid6_rvv1_gen_syndrome_real()
43 ".option arch,+v\n" in raid6_rvv1_gen_syndrome_real()
46 ".option pop\n" in raid6_rvv1_gen_syndrome_real()
61 asm volatile (".option push\n" in raid6_rvv1_gen_syndrome_real()
62 ".option arch,+v\n" in raid6_rvv1_gen_syndrome_real()
70 ".option pop\n" in raid6_rvv1_gen_syndrome_real()
81 asm volatile (".option push\n" in raid6_rvv1_gen_syndrome_real()
[all …]
/linux/include/uapi/linux/
H A Dppp-comp.h27 * Max # bytes for a CCP option
49 #define CI_BSD_COMPRESS 21 /* config. option for BSD-Compress */
50 #define CILEN_BSD_COMPRESS 3 /* length of config. option */
52 /* Macros for handling the 3rd byte of the BSD-Compress config option. */
54 #define BSD_VERSION(x) ((x) >> 5) /* version of option format */
65 #define CI_DEFLATE 26 /* config option for Deflate */
67 #define CILEN_DEFLATE 4 /* length of its config option */
81 #define CI_MPPE 18 /* config option for MPPE */
82 #define CILEN_MPPE 6 /* length of config option */
88 #define CI_PREDICTOR_1 1 /* config option for Predictor-1 */
[all …]
/linux/tools/testing/selftests/net/forwarding/
H A Dbridge_vlan_mcast.sh139 check_err $? "Wrong default mcast_snooping global option value"
140 log_test "Vlan mcast_snooping global option default value"
173 # 20 bytes IPv4 header + 4 bytes Router Alert option + IGMP[offset 0]
183 # 40 bytes IPv6 header + 8 bytes Hop-by-hop option + MLD[offset 0]
212 # 20 bytes IPv4 header + 4 bytes Router Alert option + IGMP[offset 9]
216 # 40 bytes IPv6 header + 8 bytes Hop-by-hop option + MLD[offset 25]
222 # 20 bytes IPv4 header + 4 bytes Router Alert option + IGMP[offset 1]
226 # 40 bytes IPv6 header + 8 bytes Hop-by-hop option + MLD[offset 4]
279 check_err $? "Wrong default mcast_querier global vlan option value"
280 log_test "Vlan mcast_querier global option defaul
[all...]
/linux/arch/riscv/include/asm/
H A Dalternative-macros.h24 .option push
25 .option norvc
26 .option norelax
28 .option pop
38 .option push
39 .option norvc
40 .option norelax
42 .option pop
75 ".option push\n" \
76 ".option norvc\n" \
[all …]

12345678910>>...124