/Linux-v6.6/drivers/video/ |
D | cmdline.c | 35 const char *options = NULL; in __video_get_option_string() local 52 options = opt + name_len + 1; in __video_get_option_string() 56 /* No match, return global options */ in __video_get_option_string() 57 if (!options) in __video_get_option_string() 58 options = video_option; in __video_get_option_string() 60 return options; in __video_get_option_string() 66 * line (video=<name>:<options>) 68 * Looks up the video= options for the given name. Names are connector 74 * The string of video options for the given name, or NULL if no video 83 bool __video_get_options(const char *name, const char **options, bool is_of) in __video_get_options() argument [all …]
|
/Linux-v6.6/security/keys/trusted-keys/ |
D | trusted_tpm2.c | 32 struct trusted_key_options *options, in tpm2_key_encode() argument 56 if (options->blobauth_len == 0) { in tpm2_key_encode() 75 work = asn1_encode_integer(work, end_work, options->keyhandle); in tpm2_key_encode() 97 struct trusted_key_options *options, in tpm2_key_decode() argument 119 options->keyhandle = ctx.parent; in tpm2_key_decode() 223 * @options: authentication values and other options 229 struct trusted_key_options *options) in tpm2_seal_trusted() argument 239 if (options->hash == tpm2_hash_map[i].crypto_id) { in tpm2_seal_trusted() 248 if (!options->keyhandle) in tpm2_seal_trusted() 261 tpm_buf_append_u32(&buf, options->keyhandle); in tpm2_seal_trusted() [all …]
|
/Linux-v6.6/drivers/net/ppp/ |
D | ppp_deflate.c | 36 static void *z_comp_alloc(unsigned char *options, int opt_len); 37 static void *z_decomp_alloc(unsigned char *options, int opt_len); 40 static int z_comp_init(void *state, unsigned char *options, 43 static int z_decomp_init(void *state, unsigned char *options, 73 * @options: pointer to CCP option data 74 * @opt_len: length of the CCP option at @options. 76 * The @options pointer points to the a buffer containing the 85 static void *z_comp_alloc(unsigned char *options, int opt_len) in z_comp_alloc() argument 91 (options[0] != CI_DEFLATE && options[0] != CI_DEFLATE_DRAFT) || in z_comp_alloc() 92 options[1] != CILEN_DEFLATE || in z_comp_alloc() [all …]
|
/Linux-v6.6/drivers/tty/serial/ |
D | earlycon.c | 81 pr_info("%s%d at MMIO%s %pa (options '%s')\n", in earlycon_print_info() 86 &port->mapbase, device->options); in earlycon_print_info() 88 pr_info("%s%d at I/O port 0x%lx (options '%s')\n", in earlycon_print_info() 90 port->iobase, device->options); in earlycon_print_info() 93 static int __init parse_options(struct earlycon_device *device, char *options) in parse_options() argument 99 if (uart_parse_earlycon(options, &port->iotype, &addr, &options)) in parse_options() 122 if (options) { in parse_options() 125 device->baud = simple_strtoul(options, NULL, 0); in parse_options() 126 uartclk = strchr(options, ','); in parse_options() 129 options); in parse_options() [all …]
|
/Linux-v6.6/drivers/crypto/caam/ |
D | desc_constr.h | 104 static inline void init_desc(u32 * const desc, u32 options) in init_desc() argument 106 *desc = cpu_to_caam32((options | HDR_ONE) + 1); in init_desc() 109 static inline void init_sh_desc(u32 * const desc, u32 options) in init_sh_desc() argument 112 init_desc(desc, CMD_SHARED_DESC_HDR | options); in init_sh_desc() 115 static inline void init_sh_desc_pdb(u32 * const desc, u32 options, in init_sh_desc_pdb() argument 121 options); in init_sh_desc_pdb() 124 static inline void init_job_desc(u32 * const desc, u32 options) in init_job_desc() argument 126 init_desc(desc, CMD_DESC_HDR | options); in init_job_desc() 129 static inline void init_job_desc_pdb(u32 * const desc, u32 options, in init_job_desc_pdb() argument 134 init_job_desc(desc, (((pdb_len + 1) << HDR_START_IDX_SHIFT)) | options); in init_job_desc_pdb() [all …]
|
D | pdb.h | 14 * PDB- IPSec ESP Header Modification Options 20 * Options Byte IP version (IPvsn) field: 47 * PDB - IPSec ESP Encap/Decap Options 94 * @ccm_opt: CCM algorithm options - MSB-LSB description: 121 * @options: MSB-LSB description 122 * hmo (header manipulation options) - 4b 136 u32 options; member 171 * @ccm_opt: CCM algorithm options - MSB-LSB description: 194 * @options: MSB-LSB description 195 * hmo (header manipulation options) - 4b [all …]
|
/Linux-v6.6/drivers/comedi/drivers/ |
D | dt2815.c | 19 * Configuration options: 36 * [6] - Analog output 1 range configuration (same options) 37 * [7] - Analog output 2 range configuration (same options) 38 * [8] - Analog output 3 range configuration (same options) 39 * [9] - Analog output 4 range configuration (same options) 40 * [10] - Analog output 5 range configuration (same options) 41 * [11] - Analog output 6 range configuration (same options) 42 * [12] - Analog output 7 range configuration (same options) 116 * options[0] Board base address 117 * options[1] IRQ (not applicable) [all …]
|
/Linux-v6.6/tools/testing/selftests/ftrace/test.d/dynevent/ |
D | add_remove_eprobe.tc | 14 OPTIONS="file=+0(\$filename):ustring" 15 echo "e:$EPROBE $SYSTEM/$EVENT $OPTIONS" >> dynamic_events 43 echo "e:$EPROBE $SYSTEM/$EVENT $OPTIONS" >> dynamic_events 51 echo "e:$EPROBE $SYSTEM/$EVENT $OPTIONS" >> dynamic_events 59 echo "e:$EPROBE $SYSTEM/$EVENT $OPTIONS" >> dynamic_events 66 # With just event name and system/event and options 67 echo "e:$EPROBE $SYSTEM/$EVENT $OPTIONS" >> dynamic_events 70 echo "-:$EPROBE $SYSTEM/$EVENT $OPTIONS" >> dynamic_events 74 # With group name and system/event and options 75 echo "e:$EPROBE $SYSTEM/$EVENT $OPTIONS" >> dynamic_events [all …]
|
/Linux-v6.6/drivers/soc/aspeed/ |
D | aspeed-uart-routing.c | 17 /* attributes options */ 44 const char *const options[]; member 71 .options = { 91 .options = { 111 .options = { 129 .options = { 147 .options = { 165 .options = { 183 .options = { 201 .options = { [all …]
|
/Linux-v6.6/tools/thermal/thermometer/ |
D | thermometer.c | 36 struct options { struct 181 printf("Usage: %s [options]\n", cmd); in usage() 195 static int options_init(int argc, char *argv[], struct options *options) in options_init() argument 212 strftime(options->postfix, sizeof(options->postfix), in options_init() 225 options->config = optarg; in options_init() 228 options->duration = atoi(optarg) * 1000; in options_init() 231 options->loglvl = log_str2level(optarg); in options_init() 237 strcpy(options->postfix, optarg); in options_init() 240 strcpy(options->output, optarg); in options_init() 243 options->logopt = TO_SYSLOG; in options_init() [all …]
|
/Linux-v6.6/arch/mips/kernel/ |
D | cpu-probe.c | 70 cpu_data[0].options &= ~MIPS_CPU_HTW; in htw_disable() 147 c->options |= MIPS_CPU_MT_PER_TC_PERF_COUNTERS; in cpu_set_mt_per_tc_perf() 376 c->options |= MIPS_CPU_MM_FULL; in mm_config() 394 c->options |= MIPS_CPU_MM_SYSAD; in mm_config() 396 c->options |= MIPS_CPU_MM_FULL; in mm_config() 414 c->options |= MIPS_CPU_TLB; in decode_config0() 416 c->options |= MIPS_CPU_TLB | MIPS_CPU_FTLB; in decode_config0() 469 c->options |= MIPS_CPU_PERF; in decode_config1() 471 c->options |= MIPS_CPU_WATCH; in decode_config1() 475 c->options |= MIPS_CPU_EJTAG; in decode_config1() [all …]
|
D | fpu-probe.c | 116 c->options |= MIPS_CPU_MAC_2008_ONLY; in cpu_set_fpu_2008() 120 c->options |= MIPS_CPU_NAN_LEGACY; in cpu_set_fpu_2008() 122 c->options |= MIPS_CPU_NAN_2008; in cpu_set_fpu_2008() 134 c->options |= MIPS_CPU_NAN_LEGACY; in cpu_set_fpu_2008() 139 c->options |= MIPS_CPU_NAN_LEGACY; in cpu_set_fpu_2008() 157 c->options &= ~(MIPS_CPU_NAN_2008 | MIPS_CPU_NAN_LEGACY); in cpu_set_nofpu_2008() 167 c->options |= MIPS_CPU_NAN_2008 | MIPS_CPU_NAN_LEGACY; in cpu_set_nofpu_2008() 169 c->options |= MIPS_CPU_NAN_LEGACY; in cpu_set_nofpu_2008() 174 c->options |= MIPS_CPU_NAN_LEGACY; in cpu_set_nofpu_2008() 178 c->options |= MIPS_CPU_NAN_2008; in cpu_set_nofpu_2008() [all …]
|
/Linux-v6.6/tools/lib/subcmd/ |
D | parse-options.c | 11 #include "parse-options.h" 345 static int parse_short_opt(struct parse_opt_ctx_t *p, const struct option *options) in parse_short_opt() argument 348 for (; options->type != OPTION_END; options++) { in parse_short_opt() 349 if (options->short_name == *p->opt) { in parse_short_opt() 351 return get_value(p, options, OPT_SHORT); in parse_short_opt() 355 if (options->parent) { in parse_short_opt() 356 options = options->parent; in parse_short_opt() 364 const struct option *options) in parse_long_opt() argument 374 for (; options->type != OPTION_END; options++) { in parse_long_opt() 378 if (!options->long_name) in parse_long_opt() [all …]
|
/Linux-v6.6/arch/loongarch/kernel/ |
D | cpu-probe.c | 94 c->options = LOONGARCH_CPU_CPUCFG | LOONGARCH_CPU_CSR | in cpu_probe_common() 101 c->options |= LOONGARCH_CPU_UAL; in cpu_probe_common() 105 c->options |= LOONGARCH_CPU_CRC32; in cpu_probe_common() 112 c->options |= LOONGARCH_CPU_LAM; in cpu_probe_common() 116 c->options |= LOONGARCH_CPU_FPU; in cpu_probe_common() 121 c->options |= LOONGARCH_CPU_LSX; in cpu_probe_common() 127 c->options |= LOONGARCH_CPU_LASX; in cpu_probe_common() 132 c->options |= LOONGARCH_CPU_COMPLEX; in cpu_probe_common() 136 c->options |= LOONGARCH_CPU_CRYPTO; in cpu_probe_common() 140 c->options |= LOONGARCH_CPU_PTW; in cpu_probe_common() [all …]
|
/Linux-v6.6/Documentation/sphinx/ |
D | kerneldoc.py | 75 tab_width = self.options.get('tab-width', self.state.document.settings.tab_width) 78 if 'functions' in self.options: 79 self.options['identifiers'] = self.options.get('functions') 82 if 'export' in self.options: 84 export_file_patterns = str(self.options.get('export')).split() 85 elif 'internal' in self.options: 87 export_file_patterns = str(self.options.get('internal')).split() 88 elif 'doc' in self.options: 89 cmd += ['-function', str(self.options.get('doc'))] 90 elif 'identifiers' in self.options: [all …]
|
/Linux-v6.6/scripts/ |
D | coccicheck | 35 # heuristics done in this file as Coccinelle accepts the last options when 36 # options conflict. 77 OPTIONS="$COCCIINCLUDE $1" 84 OPTIONS="--dir $srctree $COCCIINCLUDE" 86 OPTIONS="--dir $KBUILD_EXTMOD $COCCIINCLUDE" 102 OPTIONS="--patch $srctree $OPTIONS" 112 OPTIONS="$OPTIONS --jobs $NPROC --chunksize 1" 193 OPTIONS="$OPTIONS $SPFLAGS" 198 OPT=`grep "Options:" $COCCI | cut -d':' -f2` 248 $FLAGS --cocci-file $COCCI $OPT $OPTIONS || \ [all …]
|
/Linux-v6.6/drivers/media/usb/hdpvr/ |
D | hdpvr-control.c | 108 dev->usbc_buf[0] = dev->options.bitrate; in hdpvr_set_bitrate() 109 dev->usbc_buf[2] = dev->options.peak_bitrate; in hdpvr_set_bitrate() 157 hdpvr_config_call(dev, CTRL_VIDEO_STD_TYPE, dev->options.video_std); in hdpvr_set_options() 160 dev->options.video_input+1); in hdpvr_set_options() 162 hdpvr_set_audio(dev, dev->options.audio_input+1, in hdpvr_set_options() 163 dev->options.audio_codec); in hdpvr_set_options() 167 dev->options.bitrate_mode); in hdpvr_set_options() 168 hdpvr_config_call(dev, CTRL_GOP_MODE_VALUE, dev->options.gop_mode); in hdpvr_set_options() 170 hdpvr_config_call(dev, CTRL_BRIGHTNESS, dev->options.brightness); in hdpvr_set_options() 171 hdpvr_config_call(dev, CTRL_CONTRAST, dev->options.contrast); in hdpvr_set_options() [all …]
|
/Linux-v6.6/arch/x86/boot/ |
D | early_serial_console.c | 119 char optstr[64], *options; in parse_console_uart8250() local 130 options = optstr; in parse_console_uart8250() 132 if (!strncmp(options, "uart8250,io,", 12)) in parse_console_uart8250() 133 port = simple_strtoull(options + 12, &options, 0); in parse_console_uart8250() 134 else if (!strncmp(options, "uart,io,", 8)) in parse_console_uart8250() 135 port = simple_strtoull(options + 8, &options, 0); in parse_console_uart8250() 139 if (options && (options[0] == ',')) in parse_console_uart8250() 140 baud = simple_strtoull(options + 1, &options, 0); in parse_console_uart8250()
|
/Linux-v6.6/Documentation/trace/ |
D | boottime-trace.rst | 19 Options in the Boot Config 22 Here is the list of available options list for boot time tracing in 23 boot config file [1]_. All options are under "ftrace." or "kernel." 24 prefix. See kernel parameters for the options which starts 30 Ftrace Global Options 33 Ftrace global options have "kernel." prefix in boot config, which means 34 these options are passed as a part of kernel legacy command line. 56 Ftrace Per-instance Options 59 These options can be used for each instance including global ftrace node. 61 ftrace.[instance.INSTANCE.]options = OPT1[, OPT2[...]] [all …]
|
/Linux-v6.6/arch/um/drivers/ |
D | pcap_kern.c | 56 char *remain, *host_if = NULL, *options[2] = { NULL, NULL }; in pcap_setup() local 66 &options[0], &options[1], mac_out, NULL); in pcap_setup() 76 for (i = 0; i < ARRAY_SIZE(options); i++) { in pcap_setup() 77 if (options[i] == NULL) in pcap_setup() 79 if (!strcmp(options[i], "promisc")) in pcap_setup() 81 else if (!strcmp(options[i], "nopromisc")) in pcap_setup() 83 else if (!strcmp(options[i], "optimize")) in pcap_setup() 85 else if (!strcmp(options[i], "nooptimize")) in pcap_setup() 89 options[i]); in pcap_setup()
|
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/en/ |
D | tc_tun_geneve.c | 117 ip_tunnel_info_opts_get(geneveh->options, tun_info); in mlx5e_gen_ip_tunnel_header_geneve() 183 "Matching on GENEVE options is not supported"); in mlx5e_tc_tun_parse_geneve_options() 185 "Matching on GENEVE options is not supported\n"); in mlx5e_tc_tun_parse_geneve_options() 189 /* make sure that we're talking about GENEVE options */ in mlx5e_tc_tun_parse_geneve_options() 193 "Matching on GENEVE options: option type is not GENEVE"); in mlx5e_tc_tun_parse_geneve_options() 195 "Matching on GENEVE options: option type is not GENEVE\n"); in mlx5e_tc_tun_parse_geneve_options() 202 NL_SET_ERR_MSG_MOD(extack, "Matching on GENEVE options len is not supported"); in mlx5e_tc_tun_parse_geneve_options() 204 "Matching on GENEVE options len is not supported\n"); in mlx5e_tc_tun_parse_geneve_options() 210 * len of all the options, including the headers, also multiples of 4 in mlx5e_tc_tun_parse_geneve_options() 216 "Matching on GENEVE options: unsupported options len"); in mlx5e_tc_tun_parse_geneve_options() [all …]
|
/Linux-v6.6/net/6lowpan/ |
D | Kconfig | 28 tristate "Destination Options Header Support" 31 6LoWPAN IPv6 Destination Options Header compression according to 41 tristate "Hop-by-Hop Options Header Support" 44 6LoWPAN IPv6 Hop-by-Hop Options Header compression according to 72 tristate "GHC Hop-by-Hop Options Header Support" 88 tristate "GHC Destination Options Header Support" 94 tristate "GHC Fragmentation Options Header Support" 100 tristate "GHC Routing Options Header Support"
|
/Linux-v6.6/Documentation/admin-guide/media/ |
D | building.rst | 32 You can access a menu of Kernel building options with:: 36 Then, select all desired options and exit it, saving the configuration. 48 The media subsystem is controlled by those menu configuration options:: 77 enabling configuration options directly. To enable media support 146 sub-options enabled. 188 .. [4] The above contents is just an example. The actual options for 195 The Media menu has a lot more options than the remote controller menu. 196 Once selected, you should see the following options:: 203 Video4Linux options ---> 204 Media controller options ---> [all …]
|
/Linux-v6.6/drivers/video/fbdev/core/ |
D | fb_cmdline.c | 28 * (video=<name>:<options>) 38 const char *options = NULL; in fb_get_options() local 45 enabled = __video_get_options(name, &options, is_of); in fb_get_options() 47 if (options) { in fb_get_options() 48 if (!strncmp(options, "off", 3)) in fb_get_options() 53 if (options) in fb_get_options() 54 *option = kstrdup(options, GFP_KERNEL); in fb_get_options()
|
/Linux-v6.6/include/linux/netfilter/ |
D | nf_conntrack_h323_types.h | 11 int options; /* No use */ member 16 int options; /* No use */ member 78 int options; /* No use */ member 100 int options; /* No use */ member 105 int options; /* No use */ member 156 } options; member 182 } options; member 207 } options; member 228 } options; member 238 } options; member [all …]
|