| /linux/net/mac80211/ | 
| H A D | Kconfig | 13 	  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/drivers/ata/ | 
| H A D | Kconfig | 47 	  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/sound/soc/sof/ | 
| H A D | Kconfig | 19 	  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 D | Makefile.compiler | 19 # 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 D | config | 19 	--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 D | Makefile.extrawarn | 19 KBUILD_CFLAGS += $(call cc-option, -Wno-frame-address) 20 KBUILD_CFLAGS += $(call cc-option, -Wno-address-of-packed-member) 36 KBUILD_CFLAGS += $(call cc-option, -Wno-format-overflow-non-kprintf) 37 KBUILD_CFLAGS += $(call cc-option, -Wno-format-truncation-non-kprintf) 49 KBUILD_CFLAGS += $(call cc-option, -Wno-default-const-init-unsafe) 57 KBUILD_CFLAGS += $(call cc-option, -Wno-dangling-pointer) 65 KBUILD_CFLAGS += $(call cc-option,-Wvla-larger-than=1) 73 KBUILD_CFLAGS += $(call cc-option, -Wcast-function-type) 76 KBUILD_CFLAGS-$(CONFIG_CC_NO_STRINGOP_OVERFLOW) += $(call cc-option, -Wno-stringop-overflow) 77 KBUILD_CFLAGS-$(CONFIG_CC_STRINGOP_OVERFLOW) += $(call cc-option, -Wstringop-overflow) [all …] 
 | 
| /linux/lib/ | 
| H A D | Kconfig.ubsan | 9 	  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/arch/powerpc/platforms/44x/ | 
| H A D | Kconfig | 7 	  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 D | cmdline.c | 20  * 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/net/netfilter/ | 
| H A D | Kconfig | 42 	  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/drivers/ata/pata_parport/ | 
| H A D | Kconfig | 10 	  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/drivers/staging/greybus/ | 
| H A D | Kconfig | 8 	  Select this option if you have a device that follows the 18 	  Select this option if you have a Toshiba APB device that has I2S 29 	  Select this option if you have a device that follows the 39 	  Select this option if you have a device that follows the 49 	  Select this option if you have a device that follows the 59 	  Select this option if you have a device that follows the 69 	  Select this option if you have a device that follows the 78 	  Select this option if you have a device that follows the 87 	  Select this option if you have a device that follows the 97 	  Select this option if you have a device that follows the [all …] 
 | 
| /linux/Documentation/input/devices/ | 
| H A D | appletouch.rst | 42 		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 D | perf-config.txt | 11 '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 272 		supported by binutils, such as "intel", see the '-M' option help in the 277 		this option lets 'annotate' print a list of assembly code with the source code. 279 		If this option is 'true', they can be printed 287 		But if this option is 'false', source code of the part 301 		This option works with tui, stdio2 browsers. 317 		Default is true. This option is only applied to TUI. 321 		This option works with tui, stdio2 browsers. [all …] 
 | 
| H A D | intel-bts.txt | 17 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 D | Kconfig | 67 	  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/scripts/kconfig/tests/transitional/ | 
| H A D | Kconfig | 12 	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 D | Kconfig | 308 	  This option also enables s390 zfcpdump. 354 	depends on $(cc-option,-march=z10) 362 	depends on $(cc-option,-march=z196) 371 	depends on $(cc-option,-march=zEC12) 380 	depends on $(cc-option,-march=z13) 389 	depends on $(cc-option,-march=z14) 398 	depends on $(cc-option,-march=z15) 407 	depends on $(cc-option,-march=z16) 415 	depends on $(cc-option,-march=z17) 453 	  This option only changes how the compiler emits instructions, not the [all …] 
 | 
| /linux/lib/raid6/ | 
| H A D | rvv.c | 34 	asm volatile (".option	push\n"  in raid6_rvv1_gen_syndrome_real() 35 		      ".option	arch,+v\n"  in raid6_rvv1_gen_syndrome_real() 37 		      ".option	pop\n"  in raid6_rvv1_gen_syndrome_real() 44 		asm volatile (".option	push\n"  in raid6_rvv1_gen_syndrome_real() 45 			      ".option	arch,+v\n"  in raid6_rvv1_gen_syndrome_real() 48 			      ".option	pop\n"  in raid6_rvv1_gen_syndrome_real() 63 			asm volatile (".option	push\n"  in raid6_rvv1_gen_syndrome_real() 64 				      ".option	arch,+v\n"  in raid6_rvv1_gen_syndrome_real() 72 				      ".option	pop\n"  in raid6_rvv1_gen_syndrome_real() 83 		asm volatile (".option	push\n"  in raid6_rvv1_gen_syndrome_real() [all …] 
 | 
| /linux/drivers/misc/cardreader/ | 
| H A D | rts5260.c | 178 	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 D | bridge_vlan_mcast.sh | 139 	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 D | Makefile | 28 #	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 D | Kconfig | 7 	 This option enables ACP DMA support on AMD platform. 19 	 This option enables machine driver for DA7219, RT5682 and MAX9835. 26 	 This option enables machine driver for rt5645. 35 	 This option enables machine driver for Jadeite platform 44 	 This option enables ACP v3.x I2S support on AMD platform 57 	 This option enables machine driver for RT5682 and MAX9835. 64 	 This option enables ACP support for Renoir platform 71 	 This option enables machine driver for DMIC 78 	 This option enables ACP v5.x support on AMD platform 91 	  This option enables machine driver for Vangogh platform [all …] 
 | 
| /linux/sound/soc/intel/avs/boards/ | 
| H A D | Kconfig | 11 	  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 D | prctl.c | 16 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...] |