/linux-4.19.296/include/linux/ |
D | kconfig.h | 50 #define IS_BUILTIN(option) __is_defined(option) argument 56 #define IS_MODULE(option) __is_defined(option##_MODULE) argument 64 #define IS_REACHABLE(option) __or(IS_BUILTIN(option), \ argument 65 __and(IS_MODULE(option), __is_defined(MODULE))) 71 #define IS_ENABLED(option) __or(IS_BUILTIN(option), IS_MODULE(option)) argument
|
D | compiler_types.h | 190 #define __diag_ignore(compiler, version, option, comment) \ argument 191 __diag_ ## compiler(version, ignore, option) 192 #define __diag_warn(compiler, version, option, comment) \ argument 193 __diag_ ## compiler(version, warn, option) 194 #define __diag_error(compiler, version, option, comment) \ argument 195 __diag_ ## compiler(version, error, option)
|
/linux-4.19.296/drivers/misc/cardreader/ |
D | rts5260.c | 205 struct rtsx_cr_option *option = &pcr->option; in rts5260_card_power_on() local 207 if (option->ocp_en) in rts5260_card_power_on() 293 struct rtsx_cr_option *option = &pcr->option; in rts5260_card_before_power_off() local 298 if (option->ocp_en) in rts5260_card_before_power_off() 320 struct rtsx_cr_option *option = &pcr->option; in rts5260_init_ocp() local 322 if (option->ocp_en) { in rts5260_init_ocp() 338 option->sd_400mA_ocp_thd); in rts5260_init_ocp() 423 if (!pcr->option.ocp_en) in rts5260_process_ocp() 549 struct rtsx_cr_option *option = &pcr->option; in rts5260_init_from_cfg() local 568 if (option->ltr_en) { in rts5260_init_from_cfg() [all …]
|
D | rts5249.c | 108 struct rtsx_cr_option *option = &(pcr->option); in rts5249_init_from_cfg() local 130 if (option->ltr_en) { in rts5249_init_from_cfg() 135 option->ltr_enabled = true; in rts5249_init_from_cfg() 136 option->ltr_active = true; in rts5249_init_from_cfg() 137 rtsx_set_ltr_latency(pcr, option->ltr_active_latency); in rts5249_init_from_cfg() 139 option->ltr_enabled = false; in rts5249_init_from_cfg() 146 struct rtsx_cr_option *option = &(pcr->option); in rts5249_init_from_hw() local 150 option->force_clkreq_0 = false; in rts5249_init_from_hw() 152 option->force_clkreq_0 = true; in rts5249_init_from_hw() 159 struct rtsx_cr_option *option = &(pcr->option); in rts5249_extra_init_hw() local [all …]
|
/linux-4.19.296/lib/ |
D | Kconfig.ubsan | 7 This option enables undefined behaviour sanity checker 20 # So dependsy bellow used to disable this option in allmodconfig 24 This option activates instrumentation for the entire kernel. 25 If you don't enable this option, you have to explicitly specify 27 Enabling this option will get kernel image size increased 35 This option enables detection of unaligned memory accesses. 36 Enabling this option on architectures that support unaligned
|
D | Kconfig | 20 This option enables the use of hardware bit-reversal instructions on 76 This option is provided for the case where no in-kernel-tree 84 This option is provided for the case where no in-kernel-tree 94 This option is only needed if a module that's not in the 101 This option is provided for the case where no in-kernel-tree 111 This option is provided for the case where no in-kernel-tree 120 This option enables the CRC32 library functions to perform a 130 This option allows a kernel builder to override the default choice 152 Only choose this option if you know what you are doing. 160 Only choose this option if you know what you are doing. [all …]
|
D | cmdline.c | 175 bool parse_option_str(const char *str, const char *option) in parse_option_str() argument 178 if (!strncmp(str, option, strlen(option))) { in parse_option_str() 179 str += strlen(option); in parse_option_str()
|
/linux-4.19.296/fs/proc/ |
D | root.c | 43 int option; in proc_parse_options() local 57 if (match_int(&args[0], &option)) in proc_parse_options() 59 pid->pid_gid = make_kgid(current_user_ns(), option); in proc_parse_options() 62 if (match_int(&args[0], &option)) in proc_parse_options() 64 if (option < HIDEPID_OFF || in proc_parse_options() 65 option > HIDEPID_INVISIBLE) { in proc_parse_options() 69 pid->hide_pid = option; in proc_parse_options()
|
/linux-4.19.296/include/net/ |
D | bond_options.h | 105 int __bond_opt_set(struct bonding *bond, unsigned int option, 107 int __bond_opt_set_notify(struct bonding *bond, unsigned int option, 109 int bond_opt_tryset_rtnl(struct bonding *bond, unsigned int option, char *buf); 113 const struct bond_option *bond_opt_get(unsigned int option); 115 const struct bond_opt_value *bond_opt_get_val(unsigned int option, u64 val);
|
/linux-4.19.296/fs/overlayfs/ |
D | Kconfig | 17 If this config option is enabled then overlay filesystems will use 20 "redirect_dir=off" module option or on a filesystem instance basis 21 with the "redirect_dir=off" mount option. 48 If this config option is enabled then overlay filesystems will use 51 "index=off" module option or on a filesystem instance basis with the 52 "index=off" mount option. 69 If this config option is enabled then overlay filesystems will use 72 globally with the "nfs_export=off" module option or on a filesystem 73 instance basis with the "nfs_export=off" mount option. 87 case basis with the "nfs_export=on" mount option. [all …]
|
/linux-4.19.296/fs/pstore/ |
D | Kconfig | 6 This option enables generic access to platform level 22 This option enables DEFLATE (also known as ZLIB) compression 30 This option enables LZO compression algorithm support. 37 This option enables LZ4 compression algorithm support. 44 This option enables LZ4HC (high compression) mode algorithm. 51 This option enables 842 compression algorithm support. 58 This option enables zstd compression algorithm support. 71 This option chooses the default active compression algorithm. 114 When the option is enabled, pstore will log all kernel 122 When the option is enabled, pstore will export a character [all …]
|
/linux-4.19.296/fs/autofs/ |
D | inode.c | 133 int option; in parse_options() local 159 if (match_int(args, &option)) in parse_options() 161 *uid = make_kuid(current_user_ns(), option); in parse_options() 166 if (match_int(args, &option)) in parse_options() 168 *gid = make_kgid(current_user_ns(), option); in parse_options() 173 if (match_int(args, &option)) in parse_options() 175 *pgrp = option; in parse_options() 179 if (match_int(args, &option)) in parse_options() 181 *minproto = option; in parse_options() 184 if (match_int(args, &option)) in parse_options() [all …]
|
/linux-4.19.296/drivers/fsi/ |
D | Kconfig | 19 This option causes char devices created for FSI devices to be 28 symlinks in /dev/fsi/by-path when this option is enabled. 35 This option enables a FSI master driver using GPIO lines. 40 This option enables a FSI hub master driver. Hub is a type of FSI 51 This option enables a FSI master using the AST2400 and AST2500 GPIO 58 This option enables an FSI based SCOM device driver. 64 This option enables an FSI based SBEFIFO device driver. The SBEFIFO is
|
/linux-4.19.296/drivers/char/agp/ |
D | Kconfig | 34 This option gives you AGP support for the GLX component of 49 This option gives you AGP support for the GLX component of 56 This option gives you AGP support for the GLX component of 63 This option gives you AGP support for the GLX component of 74 This option gives you AGP support for the GLX component of X 85 This option gives you AGP support for the GLX component of 92 This option gives you AGP support for the GLX component of 109 This option gives you AGP support for the GLX component of 116 This option gives you AGP GART support for the Intel 460GX chipset 123 This option gives you AGP GART support for the HP ZX1 chipset [all …]
|
/linux-4.19.296/drivers/of/ |
D | Kconfig | 8 This option enables the device tree infrastructure. 22 This option builds in test cases for the device tree infrastructure 26 If unsure, say N here, but this option is safe to enable. 33 This option builds all possible Device Tree Blobs (DTBs) for the 36 If unsure, say N here, but this option is safe to enable. 61 While this option is selected automatically on such platforms, you 100 While this option is selected automatically when needed, you can
|
/linux-4.19.296/fs/devpts/ |
D | inode.c | 273 int option; in parse_mount_options() local 281 if (match_int(&args[0], &option)) in parse_mount_options() 283 uid = make_kuid(current_user_ns(), option); in parse_mount_options() 290 if (match_int(&args[0], &option)) in parse_mount_options() 292 gid = make_kgid(current_user_ns(), option); in parse_mount_options() 299 if (match_octal(&args[0], &option)) in parse_mount_options() 301 opts->mode = option & S_IALLUGO; in parse_mount_options() 304 if (match_octal(&args[0], &option)) in parse_mount_options() 306 opts->ptmxmode = option & S_IALLUGO; in parse_mount_options() 311 if (match_int(&args[0], &option) || in parse_mount_options() [all …]
|
/linux-4.19.296/crypto/asymmetric_keys/ |
D | Kconfig | 6 This option provides support for a key type that holds the data for 20 This option provides support for asymmetric public key type handling. 31 This option provides support for parsing X.509 format blobs for key 42 This option provides support for parsing PKCS#7 format messages for 49 This option provides a type of key that can be loaded up from a 65 This option provides support for verifying the signature(s) on a
|
/linux-4.19.296/drivers/s390/block/ |
D | Kconfig | 10 Select this option if you want to use your expanded storage on S/390 13 This option is also available as a module which will be called 31 Enable this option if you want to access DASDs directly utilizing 40 Enable this option if you want to see profiling information 49 this option unless you are very sure to have no ECKD device. 56 Select this option to be able to access FBA devices. It is safe to 64 Select this option if you want to use Diagnose250 command to access
|
/linux-4.19.296/fs/9p/ |
D | v9fs.c | 182 int option = 0; in v9fs_parse_options() local 212 r = match_int(&args[0], &option); in v9fs_parse_options() 218 v9ses->debug = option; in v9fs_parse_options() 220 p9_debug_level = option; in v9fs_parse_options() 226 r = match_int(&args[0], &option); in v9fs_parse_options() 233 v9ses->dfltuid = make_kuid(current_user_ns(), option); in v9fs_parse_options() 241 r = match_int(&args[0], &option); in v9fs_parse_options() 248 v9ses->dfltgid = make_kgid(current_user_ns(), option); in v9fs_parse_options() 256 r = match_int(&args[0], &option); in v9fs_parse_options() 262 v9ses->afid = option; in v9fs_parse_options() [all …]
|
/linux-4.19.296/fs/ocfs2/ |
D | Kconfig | 44 This option will allow OCFS2 to use userspace clustering services 56 This option allows some fs statistics to be captured. Enabling 57 this option may increase the memory consumption. 66 This option will enlarge your kernel, but it allows debugging of 74 This option will enable expensive consistency checks. Enable 75 this option for debugging only as it is likely to decrease
|
/linux-4.19.296/drivers/s390/net/ |
D | Kconfig | 10 Select this option if you want to use LCS networking on IBM System z. 20 Select this option if you want to use channel-to-channel 35 Select this option if you want to use inter-user communication 47 Select this option if you want to be able to receive SMSG messages 55 Select this option to deliver CP special messages (SMSGs) as 81 Select this option to be able to run qeth devices in layer 2 mode. 90 Select this option to be able to run qeth devices in layer 3 mode. 103 Select this option if you want to use the Internal Shared Memory
|
/linux-4.19.296/fs/nfs/ |
D | super.c | 1166 static int nfs_get_option_str(substring_t args[], char **option) in nfs_get_option_str() argument 1168 kfree(*option); in nfs_get_option_str() 1169 *option = match_strdup(args); in nfs_get_option_str() 1170 return !*option; in nfs_get_option_str() 1173 static int nfs_get_option_ul(substring_t args[], unsigned long *option) in nfs_get_option_ul() argument 1181 rc = kstrtoul(string, 10, option); in nfs_get_option_ul() 1187 static int nfs_get_option_ul_bound(substring_t args[], unsigned long *option, in nfs_get_option_ul_bound() argument 1192 ret = nfs_get_option_ul(args, option); in nfs_get_option_ul_bound() 1195 if (*option < l_bound || *option > u_bound) in nfs_get_option_ul_bound() 1236 unsigned long option; in nfs_parse_mount_options() local [all …]
|
/linux-4.19.296/drivers/s390/char/ |
D | Kconfig | 87 This option enables the call home function, which is able to inform 89 You should only select this option if you know what you are doing, 109 This option enables support for file transfers from a Hardware 121 This option enables the Open-for-Business interface to the s390 129 Select this option if you want to access channel-attached tape 131 If you select this option you will also want to select at 134 This option is also available as a module. The module will be 146 Select this option if you want to access IBM 3480/3490 magnetic 155 Select this option if you want to access IBM 3590 magnetic 164 Select this option if you want to be able to receive records collected [all …]
|
/linux-4.19.296/block/ |
D | Kconfig | 13 Disable this option to remove the block layer support from the 16 If this option is disabled: 36 This option is required to support the full capacity of large 40 This option also enables support for single files larger than 70 This option is required by recent UDEV versions to properly 92 data integrity option provides hooks which can be used by 102 Block layer zoned block device support. This option enables 135 Enabling this option allows you to specify the partition layout from 146 Enabling this option enables the block layer to throttle buffered 157 Enabling this option enables the .latency interface for IO throttling. [all …]
|
/linux-4.19.296/fs/adfs/ |
D | super.c | 162 int option; in parse_options() local 176 if (match_int(args, &option)) in parse_options() 178 asb->s_uid = make_kuid(current_user_ns(), option); in parse_options() 183 if (match_int(args, &option)) in parse_options() 185 asb->s_gid = make_kgid(current_user_ns(), option); in parse_options() 190 if (match_octal(args, &option)) in parse_options() 192 asb->s_owner_mask = option; in parse_options() 195 if (match_octal(args, &option)) in parse_options() 197 asb->s_other_mask = option; in parse_options() 200 if (match_int(args, &option)) in parse_options() [all …]
|