/linux/scripts/ |
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 24 --set-val option 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 30 Enable option directly after other option 32 Disable option directly after other option [all …]
|
/linux/drivers/firmware/efi/libstub/ |
A D | gop.c | 45 m = simple_strtoull(option, &option, 0); in parse_modenum() 46 if (*option && *option++ != ',') in parse_modenum() 62 w = simple_strtoull(option, &option, 10); in parse_res() 79 if (*option && *option++ != ',') in parse_res() 96 if (*option && *option++ != ',') in parse_auto() 109 if (*option && *option++ != ',') in parse_list() 120 if (parse_modenum(option, &option)) in efi_parse_option_graphics() 122 if (parse_res(option, &option)) in efi_parse_option_graphics() 124 if (parse_auto(option, &option)) in efi_parse_option_graphics() 126 if (parse_list(option, &option)) in efi_parse_option_graphics() [all …]
|
/linux/drivers/pnp/ |
A D | quirks.c | 39 *new_option = *option; 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 71 struct pnp_option *option; in quirk_cmi8330_resources() local 80 irq = &option->u.irq; in quirk_cmi8330_resources() 89 dma = &option->u.dma; in quirk_cmi8330_resources() 105 struct pnp_option *option; in quirk_sb16audio_resources() local 123 port = &option->u.port; in quirk_sb16audio_resources() 147 tail = option; in pnp_clone_dependent_set() 166 *new_option = *option; in pnp_clone_dependent_set() [all …]
|
A D | resource.c | 41 if (!option) in pnp_build_option() 45 option->type = type; in pnp_build_option() 48 return option; in pnp_build_option() 58 if (!option) in pnp_register_irq_resource() 61 irq = &option->u.irq; in pnp_register_irq_resource() 86 if (!option) in pnp_register_dma_resource() 89 dma = &option->u.dma; in pnp_register_dma_resource() 106 if (!option) in pnp_register_port_resource() 129 if (!option) in pnp_register_mem_resource() 132 mem = &option->u.mem; in pnp_register_mem_resource() [all …]
|
/linux/arch/m68k/ |
A D | Makefile | 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) 51 cpuflags-$(CONFIG_M523x) = $(call cc-option,-mcpu=523x,-m5307) [all …]
|
/linux/drivers/misc/cardreader/ |
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() 282 struct rtsx_cr_option *option = &pcr->option; in rts5260_init_ocp() local 284 if (option->ocp_en) { in rts5260_init_ocp() 485 struct rtsx_cr_option *option = &pcr->option; in rts5260_init_from_cfg() local 508 if (option->ltr_en) { in rts5260_init_from_cfg() 530 struct rtsx_cr_option *option = &pcr->option; in rts5260_extra_init_hw() local 567 struct rtsx_cr_option *option = &pcr->option; in rts5260_set_l1off_cfg_sub_d0() local 620 struct rtsx_cr_option *option = &pcr->option; in rts5260_init_params() local 658 option->ocp_en = 1; in rts5260_init_params() [all …]
|
A D | rts5227.c | 87 struct rtsx_cr_option *option = &pcr->option; in rts5227_init_from_cfg() local 122 if (option->ltr_en) { in rts5227_init_from_cfg() 146 struct rtsx_cr_option *option = &pcr->option; in rts5227_extra_init_hw() local 174 if (option->force_clkreq_0) in rts5227_extra_init_hw() 222 if (pcr->option.ocp_en) in rts5227_card_power_on() 254 if (pcr->option.ocp_en) in rts5227_card_power_off() 443 struct rtsx_cr_option *option = &pcr->option; in rts522a_set_l1off_cfg_sub_d0() local 483 struct rtsx_cr_option *option = &pcr->option; in rts522a_init_params() local 492 option->ltr_en = true; in rts522a_init_params() 502 pcr->option.ocp_en = 1; in rts522a_init_params() [all …]
|
A D | rts5249.c | 90 struct rtsx_cr_option *option = &(pcr->option); in rts5249_init_from_cfg() local 119 if (option->ltr_en) { in rts5249_init_from_cfg() 135 struct rtsx_cr_option *option = &(pcr->option); in rts5249_init_from_hw() local 254 struct rtsx_cr_option *option = &(pcr->option); in rts5249_extra_init_hw() local 416 struct rtsx_cr_option *option = &pcr->option; in rtsx_base_card_power_on() local 418 if (option->ocp_en) in rtsx_base_card_power_on() 442 struct rtsx_cr_option *option = &pcr->option; in rtsx_base_card_power_off() local 444 if (option->ocp_en) in rtsx_base_card_power_off() 558 struct rtsx_cr_option *option = &(pcr->option); in rts5249_init_params() local 583 option->ltr_en = true; in rts5249_init_params() [all …]
|
A D | rts5228.c | 173 struct rtsx_cr_option *option = &pcr->option; in rts5228_card_power_on() local 175 if (option->ocp_en) in rts5228_card_power_on() 310 if (pcr->option.ocp_en) in rts5228_card_power_off() 318 struct rtsx_cr_option *option = &pcr->option; in rts5228_init_ocp() local 320 if (option->ocp_en) { in rts5228_init_ocp() 384 struct rtsx_cr_option *option = &pcr->option; in rts5228_init_from_cfg() local 418 if (option->ltr_en) { in rts5228_init_from_cfg() 440 struct rtsx_cr_option *option = &pcr->option; in rts5228_extra_init_hw() local 533 struct rtsx_cr_option *option = &pcr->option; in rts5228_set_l1off_cfg_sub_d0() local 709 struct rtsx_cr_option *option = &pcr->option; in rts5228_init_params() local [all …]
|
A D | rts5261.c | 174 struct rtsx_cr_option *option = &pcr->option; in rts5261_card_power_on() local 176 if (option->ocp_en) in rts5261_card_power_on() 310 if (pcr->option.ocp_en) in rts5261_card_power_off() 318 struct rtsx_cr_option *option = &pcr->option; in rts5261_init_ocp() local 320 if (option->ocp_en) { in rts5261_init_ocp() 430 struct rtsx_cr_option *option = &pcr->option; in rts5261_init_from_cfg() local 459 if (option->ltr_en) { in rts5261_init_from_cfg() 481 struct rtsx_cr_option *option = &pcr->option; in rts5261_extra_init_hw() local 591 struct rtsx_cr_option *option = &pcr->option; in rts5261_set_l1off_cfg_sub_d0() local 770 struct rtsx_cr_option *option = &pcr->option; in rts5261_init_params() local [all …]
|
/linux/tools/perf/trace/beauty/ |
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 21 static size_t prctl__scnprintf_set_mm(int option, char *bf, size_t size, bool show_prefix) in prctl__scnprintf_set_mm() argument 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 78 if (option < ARRAY_SIZE(masks)) in syscall_arg__scnprintf_prctl_option() 79 arg->mask |= masks[option]; in syscall_arg__scnprintf_prctl_option() [all …]
|
/linux/arch/powerpc/ |
A D | Makefile | 13 HAS_BIARCH := $(call cc-option-yn, -m32) 83 KBUILD_CFLAGS += $(call cc-option,-mbig-endian) 127 ifeq ($(call cc-option-yn,-mcmodel=medium),y) 145 CFLAGS-$(CONFIG_PPC64) += $(call cc-option,-mabi=elfv2,$(call cc-option,-mcall-aixdesc)) 153 CFLAGS-$(CONFIG_PPC64) += $(call cc-option,-mcmodel=medium,$(call cc-option,-mminimal-toc)) 171 CFLAGS-$(CONFIG_GENERIC_CPU) += $(call cc-option,-mtune=power7,$(call cc-option,-mtune=power5)) 208 KBUILD_CFLAGS += $(call cc-option,-msoft-float) 225 KBUILD_CFLAGS += $(call cc-option,-mno-altivec) 226 KBUILD_CFLAGS += $(call cc-option,-mno-vsx) 230 KBUILD_CFLAGS += $(call cc-option,-mno-spe) [all …]
|
/linux/net/mac80211/ |
A D | Kconfig | 131 Do not select this option. 142 Do not select this option. 151 Do not select this option. 163 Do not select this option. 174 Do not select this option. 185 Do not select this option. 197 Do not select this option. 210 Do not select this option. 223 Do not select this option. 236 Do not select this option. [all …]
|
/linux/tools/include/linux/ |
A D | kconfig.h | 44 #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/include/linux/ |
A D | kconfig.h | 50 #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/arch/powerpc/platforms/85xx/ |
A D | Kconfig | 23 When selected, this option enables cache-sram support 26 parameters should be passed when this option is enabled. 41 This option enables support for the C293PCIE board 56 This option enables support for the MPC 8540 ADS board 63 This option enables support for the MPC 8560 ADS board 71 This option enables support for the MPC85xx CDS board 80 This option enables support for the MPC85xx MDS board 87 This option enables support for the MPC8536 DS board 135 This option enables support for the P1023 RDB board. 141 This option enables support for the TWR-P1025 board. [all …]
|
/linux/drivers/ata/ |
A D | Kconfig | 82 option libata.noacpi=1 102 This option adds support for SATA Port Multipliers 114 This option enables support for AHCI Serial ATA. 213 This option enables support for the MediaTek SoC's 316 This option enables support for Acard. 512 This option enables support for SiS Serial ATA on 542 This option enables support for VIA Serial ATA. 663 This option enables support for the AMD CS5536 739 This option enables support for the HPT 343/363 775 This option enables support for the ITE 821 PATA [all …]
|
/linux/arch/x86/ |
A D | Makefile_32.cpu | 5 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)) 49 # Bug fix for binutils: this option is required in order to keep [all …]
|
/linux/tools/perf/Documentation/ |
A D | intel-bts.txt | 17 recording must also be stipulated i.e. the --per-thread option for 28 option is: 36 snapshot option 39 The snapshot option is the same as Intel PT (refer Intel PT documentation). 42 auxtrace mmap size option 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 68 To disable the display of Intel BTS packets, combine the -D option with 76 This can be further controlled by new option --itrace exactly the same as [all …]
|
/linux/lib/ |
A D | Kconfig.ubsan | 8 This option enables the Undefined Behaviour sanity checker. 18 depends on $(cc-option, -fsanitize-undefined-trap-on-error) 41 def_bool $(cc-option,-fsanitize=bounds) 44 def_bool $(cc-option,-fsanitize=array-bounds) 76 depends on $(cc-option,-fsanitize=local-bounds) 90 depends on $(cc-option,-fsanitize=shift) 110 depends on $(cc-option,-fsanitize=unreachable) 121 depends on $(cc-option,-fsanitize=object-size) 131 depends on $(cc-option,-fsanitize=bool) 139 depends on $(cc-option,-fsanitize=enum) [all …]
|
/linux/sound/soc/sof/ |
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. 45 This adds support for Device Tree enumeration. This option is 47 Say Y if you need this option. If unsure select "N". 93 option if no known codec is detected. This is typically only 100 Distributions should not select this option! 101 Say Y if you need this nocodec fallback option. 138 Say Y if you need this force nocodec mode option. [all …]
|
/linux/tools/lib/traceevent/ |
A D | event-plugin.c | 32 char *option; member 167 if (option->plugin_alias) { in update_option() 187 if (strcmp(op->option, option->name) != 0) in update_option() 200 if (strcmp(op->option, option->name) != 0) in update_option() 263 if ((p = strstr(*option, ":"))) { in parse_option_name() 264 *plugin = *option; in parse_option_name() 266 *option = strdup(p + 1); in parse_option_name() 267 if (!*option) in parse_option_name() 289 if (strcmp(option, op->name) != 0) in find_registered_option() 356 option_str = op->option; in tep_plugin_add_option() [all …]
|
/linux/sound/soc/intel/ |
A D | Kconfig | 10 enable this option by saying Y 31 with I2S codec present. This is a recommended option. 50 enable this option: while Merrifield/Edison can run a mainline 64 codec, then enable this option by saying Y or m. This is a 65 recommended option 66 This option is mutually exclusive with the SOF support on 81 This is a backwards-compatible option to select all devices 82 supported by the Intel SST/Skylake driver. This option is no 94 in the BIOS then enable this option by saying Y or m. 172 and DMIC present then enable this option by saying Y. [all …]
|
/linux/tools/bpf/ |
A D | bpf_exp.l | 36 %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/security/selinux/ |
A D | Kconfig | 17 This option adds a kernel parameter 'selinux', which allows SELinux 18 to be disabled at boot. If this option is selected, SELinux 20 command line. The purpose of this option is to allow a single 32 This option enables writing to a selinuxfs node 'disable', which 40 NOTE: selecting this option will disable the '__ro_after_init' 43 option. 55 This enables the development support option of NSA SELinux, 57 policies. If unsure, say Y. With this option enabled, the 69 This option collects access vector cache statistics to 79 This option sets the default value for the 'checkreqprot' flag [all …]
|