Home
last modified time | relevance | path

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

12345678910>>...140

/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.
142 This option enables support for Platform AHCI Serial ATA
[all …]
/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/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 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 …]
/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 …]
H A Dresource.c33 * option registration
39 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()
[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/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/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/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/drivers/staging/greybus/
H A DKconfig8 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 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 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/arch/s390/
H A DKconfig299 This option also enables s390 zfcpdump.
341 depends on $(cc-option,-march=z10)
349 depends on $(cc-option,-march=z196)
358 depends on $(cc-option,-march=zEC12)
367 depends on $(cc-option,-march=z13)
376 depends on $(cc-option,-march=z14)
385 depends on $(cc-option,-march=z15)
394 depends on $(cc-option,-march=z16)
429 This option only changes how the compiler emits instructions, not the
444 depends on $(cc-option,-mtune=z196)
[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/arch/x86/
H A 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/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/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 …]
/linux/sound/soc/intel/avs/boards/
H A DKconfig14 Say Y or m if you have such a device. This is a recommended option.
22 Say Y or m if you have such a device. This is a recommended option.
32 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.
56 Say Y or m if you have such a device. This is a recommended option.
66 Say Y or m if you have such a device. This is a recommended option.
76 Say Y or m if you have such a device. This is a recommended option.
87 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.
115 Say Y or m if you have such a device. This is a recommended option.
[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>>...140