/Linux-v5.15/drivers/video/fbdev/core/ |
D | fb_cmdline.c | 30 * (video=<name>:<options>) 37 char *opt, *options = NULL; in fb_get_options() local 53 options = opt + name_len + 1; in fb_get_options() 57 if (!options && option && fb_mode_option) in fb_get_options() 58 options = kstrdup(fb_mode_option, GFP_KERNEL); in fb_get_options() 59 if (options && !strncmp(options, "off", 3)) in fb_get_options() 63 *option = options; in fb_get_options() 70 * video_setup - process command line options 71 * @options: string of options 73 * Process command line options for frame buffer subsystem. [all …]
|
/Linux-v5.15/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-v5.15/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-v5.15/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() 123 device->baud = simple_strtoul(options, NULL, 0); in parse_options() 124 length = min(strcspn(options, " ") + 1, in parse_options() 125 (size_t)(sizeof(device->options))); in parse_options() [all …]
|
/Linux-v5.15/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-v5.15/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) 117 * options[0] Board base address 118 * options[1] IRQ (not applicable) [all …]
|
/Linux-v5.15/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-v5.15/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-v5.15/tools/lib/traceevent/ |
D | event-plugin.c | 26 struct tep_plugin_option *options; member 95 * tep_plugin_list_options - get list of plugin options 98 * plugin options in the format of <plugin>:<option>. This list can be 101 * Returns NULL if there's no options registered. On error it returns 115 for (op = reg->options; op->name; op++) { in tep_plugin_list_options() 181 /* first look for named options */ in update_option() 196 /* first look for unnamed options */ in update_option() 213 * tep_plugin_add_options - Add a set of options by a plugin 214 * @name: The name of the plugin adding the options 215 * @options: The set of options being loaded [all …]
|
/Linux-v5.15/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-v5.15/drivers/pcmcia/ |
D | vrc4171_card.c | 622 static int vrc4171_card_setup(char *options) in vrc4171_card_setup() argument 624 if (options == NULL || *options == '\0') in vrc4171_card_setup() 627 if (strncmp(options, "irq:", 4) == 0) { in vrc4171_card_setup() 629 options += 4; in vrc4171_card_setup() 630 irq = simple_strtoul(options, &options, 0); in vrc4171_card_setup() 634 if (*options != ',') in vrc4171_card_setup() 636 options++; in vrc4171_card_setup() 639 if (strncmp(options, "slota:", 6) == 0) { in vrc4171_card_setup() 640 options += 6; in vrc4171_card_setup() 641 if (*options != '\0') { in vrc4171_card_setup() [all …]
|
/Linux-v5.15/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-v5.15/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 …]
|
D | kernel_include.py | 98 encoding = self.options.get( 101 tab_width = self.options.get( 116 startline = self.options.get('start-line', None) 117 endline = self.options.get('end-line', None) 129 after_text = self.options.get('start-after', None) 137 before_text = self.options.get('end-before', None) 148 if 'literal' in self.options: 155 classes=self.options.get('class', [])) 158 if 'number-lines' in self.options: 160 startline = int(self.options['number-lines'] or 1) [all …]
|
/Linux-v5.15/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-v5.15/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-v5.15/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-v5.15/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-v5.15/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-v5.15/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-v5.15/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-v5.15/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 …]
|
/Linux-v5.15/drivers/s390/net/ |
D | qeth_l2_main.c | 396 if (card->options.sbp.reflect_promisc_primary) in qeth_l2_promisc_to_bridge() 406 card->options.sbp.role = role; in qeth_l2_promisc_to_bridge() 422 if (card->options.sbp.reflect_promisc) in qeth_l2_set_promisc_mode() 1130 QETH_CARD_HEX(card, 2, &card->options.sbp.supported_funcs, in qeth_l2_trace_features() 1131 sizeof(card->options.sbp.supported_funcs)); in qeth_l2_trace_features() 1134 QETH_CARD_HEX(card, 2, &card->options.vnicc.sup_chars, in qeth_l2_trace_features() 1135 sizeof(card->options.vnicc.sup_chars)); in qeth_l2_trace_features() 1140 if (!card->options.sbp.reflect_promisc && in qeth_l2_setup_bridgeport_attrs() 1141 card->options.sbp.role != QETH_SBP_ROLE_NONE) { in qeth_l2_setup_bridgeport_attrs() 1143 qeth_bridgeport_setrole(card, card->options.sbp.role); in qeth_l2_setup_bridgeport_attrs() [all …]
|