Home
last modified time | relevance | path

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

12345678910>>...126

/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/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 …]
/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/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/tools/perf/Documentation/
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...]
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/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/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/s390/
H A DKconfig76 def_bool $(cc-option, -mstack-protector-guard=global -mstack-protector-guard-record)
326 This option also enables s390 zfcpdump.
372 depends on $(cc-option,-march=z10)
380 depends on $(cc-option,-march=z196)
389 depends on $(cc-option,-march=zEC12)
398 depends on $(cc-option,-march=z13)
407 depends on $(cc-option,-march=z14)
416 depends on $(cc-option,-march=z15)
425 depends on $(cc-option,-march=z16)
433 depends on $(cc-option,-march=z17)
[all …]
/linux/lib/raid6/
H A Drvv.c29 asm volatile (".option push\n" in raid6_rvv1_gen_syndrome_real()
30 ".option arch,+v\n" in raid6_rvv1_gen_syndrome_real()
32 ".option pop\n" in raid6_rvv1_gen_syndrome_real()
41 asm volatile (".option push\n" in raid6_rvv1_gen_syndrome_real()
42 ".option arch,+v\n" in raid6_rvv1_gen_syndrome_real()
45 ".option pop\n" in raid6_rvv1_gen_syndrome_real()
60 asm volatile (".option push\n" in raid6_rvv1_gen_syndrome_real()
61 ".option arch,+v\n" in raid6_rvv1_gen_syndrome_real()
69 ".option pop\n" in raid6_rvv1_gen_syndrome_real()
80 asm volatile (".option push\n" in raid6_rvv1_gen_syndrome_real()
[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/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"
230 check_err $? "Wrong default mcast_querier global vlan option value"
231 log_test "Vlan mcast_querier global option default value"
260 check_err $? "Wrong default mcast_igmp_version global vlan option value"
261 log_test "Vlan mcast_igmp_version global option default value"
266 check_err $? "Wrong default mcast_mld_version global vlan option value"
267 log_test "Vlan mcast_mld_version global option default value"
272 log_test "Vlan 10 mcast_igmp_version option changed to 3"
282 log_test "Vlan 10 mcast_mld_version option changed to 2"
[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/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/net/netfilter/ipset/
H A DKconfig7 This option adds IP set support to the kernel.
32 This option adds the bitmap:ip set type support, by which one
41 This option adds the bitmap:ip,mac set type support, by which one
50 This option adds the bitmap:port set type support, by which one
59 This option adds the hash:ip set type support, by which one
69 This option adds the hash:ip,mark set type support, by which one
78 This option adds the hash:ip,port set type support, by which one
87 This option adds the hash:ip,port,ip set type support, by which
97 This option adds the hash:ip,port,net set type support, by which
107 This option adds the hash:ip,mac set type support, by which
[all …]
/linux/drivers/i2c/busses/
H A DKconfig23 If you say yes to this option, support will be included for the SMB
35 If you say yes to this option, support will be included for the SMB
47 If you say yes to this option, support will be included for the
57 If you say yes to this option, support will be included for the AMD
69 If you say yes to this option, support will be included for the
79 If you say yes to this option, support will be included for the AMD
90 This option enables support for the AMD ASF (Alert Standard Format)
119 If you say yes to this option, support will be included for the Intel
198 If you say yes to this option, support will be included for the Intel
209 If you say yes to this option, support will be included for the Intel
[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 …]

12345678910>>...126