/linux-6.3-rc2/drivers/video/fbdev/core/ |
A D | fb_cmdline.c | 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() 59 if (options && !strncmp(options, "off", 3)) in fb_get_options() 63 *option = options; in fb_get_options() 79 static int __init video_setup(char *options) in video_setup() argument 81 if (!options || !*options) in video_setup() 84 if (!strncmp(options, "ofonly", 6)) { in video_setup() 89 if (strchr(options, ':')) { in video_setup() 95 video_options[i] = options; in video_setup() [all …]
|
/linux-6.3-rc2/security/keys/trusted-keys/ |
A D | trusted_tpm2.c | 56 if (options->blobauth_len == 0) { in tpm2_key_encode() 119 options->keyhandle = ctx.parent; in tpm2_key_decode() 248 if (!options->keyhandle) in tpm2_seal_trusted() 265 options->keyauth /* hmac */, in tpm2_seal_trusted() 272 if (options->blobauth_len) in tpm2_seal_trusted() 273 tpm_buf_append(&buf, options->blobauth, options->blobauth_len); in tpm2_seal_trusted() 292 if (options->policydigest_len) in tpm2_seal_trusted() 381 if (!options->keyhandle) in tpm2_load_cmd() 420 options->keyauth /* hmac */, in tpm2_load_cmd() 474 options->policyhandle ? in tpm2_unseal_cmd() [all …]
|
/linux-6.3-rc2/tools/thermal/thermometer/ |
A D | thermometer.c | 36 struct options { struct 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() 246 options->overwrite = 1; in options_init() 356 struct options *options) in thermometer_start() argument 365 if (access(options->output, F_OK) && mkdir(options->output, 0700)) { in thermometer_start() 460 static int thermometer_wait(struct options *options, pid_t pid) in thermometer_wait() argument 470 if (options->duration) { in thermometer_wait() 534 struct options options = { in main() local [all …]
|
/linux-6.3-rc2/arch/mips/kernel/ |
A D | cpu-probe.c | 414 c->options |= MIPS_CPU_TLB; in decode_config0() 469 c->options |= MIPS_CPU_PERF; in decode_config1() 477 c->options |= MIPS_CPU_FPU; in decode_config1() 512 c->options |= MIPS_CPU_RIXI; in decode_config3() 527 c->options |= MIPS_CPU_LPA; in decode_config3() 546 c->options |= MIPS_CPU_HTW; in decode_config3() 551 c->options |= MIPS_CPU_SP; in decode_config3() 658 c->options |= MIPS_CPU_EVA; in decode_config5() 664 c->options |= MIPS_CPU_MVH; in decode_config5() 666 c->options |= MIPS_CPU_VP; in decode_config5() [all …]
|
A D | fpu-probe.c | 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() 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() 264 if (c->options & MIPS_CPU_NAN_2008) in cpu_set_nofpu_id() 287 c->options |= MIPS_CPU_UFR; in cpu_set_fpu_opts() 289 c->options |= MIPS_CPU_FRE; in cpu_set_fpu_opts() [all …]
|
A D | cpu-r3k-probe.c | 96 c->options = MIPS_CPU_TLB | MIPS_CPU_3K_CACHE | in cpu_probe() 99 c->options |= MIPS_CPU_FPU; in cpu_probe() 115 c->options = MIPS_CPU_TLB | MIPS_CPU_3K_CACHE | in cpu_probe() 118 c->options |= MIPS_CPU_FPU; in cpu_probe() 134 c->options &= ~MIPS_CPU_FPU; in cpu_probe() 136 if (c->options & MIPS_CPU_FPU) in cpu_probe() 150 if (c->options & MIPS_CPU_FPU) in cpu_report()
|
/linux-6.3-rc2/drivers/net/ppp/ |
A D | ppp_deflate.c | 91 (options[0] != CI_DEFLATE && options[0] != CI_DEFLATE_DRAFT) || in z_comp_alloc() 92 options[1] != CILEN_DEFLATE || in z_comp_alloc() 94 options[3] != DEFLATE_CHK_SEQUENCE) in z_comp_alloc() 96 w_size = DEFLATE_SIZE(options[2]); in z_comp_alloc() 143 (options[0] != CI_DEFLATE && options[0] != CI_DEFLATE_DRAFT) || in z_comp_init() 144 options[1] != CILEN_DEFLATE || in z_comp_init() 307 (options[0] != CI_DEFLATE && options[0] != CI_DEFLATE_DRAFT) || in z_decomp_alloc() 308 options[1] != CILEN_DEFLATE || in z_decomp_alloc() 312 w_size = DEFLATE_SIZE(options[2]); in z_decomp_alloc() 357 (options[0] != CI_DEFLATE && options[0] != CI_DEFLATE_DRAFT) || in z_decomp_init() [all …]
|
/linux-6.3-rc2/tools/lib/subcmd/ |
A D | parse-options.c | 348 for (; options->type != OPTION_END; options++) { in parse_short_opt() 355 if (options->parent) { in parse_short_opt() 356 options = options->parent; in parse_short_opt() 374 for (; options->type != OPTION_END; options++) { in parse_long_opt() 378 if (!options->long_name) in parse_long_opt() 468 if (options->parent) { in parse_long_opt() 469 options = options->parent; in parse_long_opt() 486 for (; options->type != OPTION_END; options++) { in check_typos() 487 if (!options->long_name) in check_typos() 661 if (options->long_name) in parse_options_subcommand() [all …]
|
/linux-6.3-rc2/drivers/crypto/caam/ |
A D | desc_constr.h | 121 options); in init_sh_desc_pdb() 154 int len, u32 options) in init_job_desc_shared() argument 270 u32 options) \ in APPEND_CMD() 283 unsigned int len, u32 options) \ 294 unsigned int len, u32 options) 298 cmd_src = options & LDST_SRCDST_MASK; 314 u32 options) \ 351 type len, u32 options) \ 379 u32 options) \ 382 if (options & LDST_LEN_MASK) \ [all …]
|
A D | pdb.h | 136 u32 options; member 236 u8 options; member 254 u8 options; member 275 u8 options; member 287 u8 options; member 309 u8 options; member 322 u8 options; member 345 u8 options; member 353 u8 options; member 363 u8 options; member [all …]
|
/linux-6.3-rc2/arch/x86/boot/ |
A 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-6.3-rc2/drivers/tty/serial/ |
A D | earlycon.c | 86 &port->mapbase, device->options); in earlycon_print_info() 90 port->iobase, device->options); in earlycon_print_info() 99 if (uart_parse_earlycon(options, &port->iotype, &addr, &options)) in parse_options() 122 if (options) { in parse_options() 126 uartclk = strchr(options, ','); in parse_options() 129 options); in parse_options() 132 strscpy(device->options, options, length); in parse_options() 255 const char *options) in of_setup_earlycon() argument 312 if (options) { in of_setup_earlycon() 314 strscpy(early_console_dev.options, options, in of_setup_earlycon() [all …]
|
/linux-6.3-rc2/include/linux/netfilter/ |
A D | nf_conntrack_h323_types.h | 156 } options; member 182 } options; member 207 } options; member 228 } options; member 238 } options; member 285 } options; member 309 } options; member 337 } options; member 364 } options; member 411 } options; member [all …]
|
/linux-6.3-rc2/Documentation/sphinx/ |
A D | kerneldoc.py | 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: 88 elif 'doc' in self.options: 89 cmd += ['-function', str(self.options.get('doc'))] 90 elif 'identifiers' in self.options: 91 identifiers = self.options.get('identifiers').split() 98 if 'no-identifiers' in self.options: [all …]
|
A D | kernel_include.py | 101 encoding = self.options.get( 104 tab_width = self.options.get( 119 startline = self.options.get('start-line', None) 120 endline = self.options.get('end-line', None) 132 after_text = self.options.get('start-after', None) 140 before_text = self.options.get('end-before', None) 151 if 'literal' in self.options: 161 if 'number-lines' in self.options: 180 if 'code' in self.options: 181 self.options['source'] = path [all …]
|
/linux-6.3-rc2/drivers/soc/aspeed/ |
A D | aspeed-uart-routing.c | 72 .options = { 92 .options = { 112 .options = { 130 .options = { 148 .options = { 166 .options = { 184 .options = { 202 .options = { 220 .options = { 238 .options = { [all …]
|
/linux-6.3-rc2/drivers/media/usb/hdpvr/ |
A 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() 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() 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() 172 hdpvr_config_call(dev, CTRL_HUE, dev->options.hue); in hdpvr_set_options() 173 hdpvr_config_call(dev, CTRL_SATURATION, dev->options.saturation); in hdpvr_set_options() [all …]
|
/linux-6.3-rc2/arch/um/drivers/ |
A 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-6.3-rc2/drivers/mtd/nand/raw/ |
A D | nand_bbt.c | 109 if (td->options & NAND_BBT_NO_OOB) in check_pattern() 146 if (!(td->options & NAND_BBT_NO_OOB)) in add_marker_len() 150 if (td->options & NAND_BBT_VERSION) in add_marker_len() 266 if (td->options & NAND_BBT_PERCHIP) { in read_abs_bbt() 295 if (td->options & NAND_BBT_VERSION) in scan_read_data() 346 if (td->options & NAND_BBT_NO_OOB) in scan_read() 959 if (td->options & NAND_BBT_PERCHIP) in check_create() 1107 if (td->options & NAND_BBT_WRITE) { in nand_update_bbt() 1209 if (bd->options & NAND_BBT_VERSION) in verify_bbt_descr() 1221 if (bd->options & NAND_BBT_PERCHIP) in verify_bbt_descr() [all …]
|
/linux-6.3-rc2/arch/loongarch/kernel/ |
A D | cpu-probe.c | 101 c->options |= LOONGARCH_CPU_UAL; in cpu_probe_common() 107 c->options |= LOONGARCH_CPU_LAM; in cpu_probe_common() 111 c->options |= LOONGARCH_CPU_FPU; in cpu_probe_common() 115 c->options |= LOONGARCH_CPU_COMPLEX; in cpu_probe_common() 119 c->options |= LOONGARCH_CPU_CRYPTO; in cpu_probe_common() 123 c->options |= LOONGARCH_CPU_LVZ; in cpu_probe_common() 129 c->options |= LOONGARCH_CPU_PMP; in cpu_probe_common() 133 c->options |= LOONGARCH_CPU_CSRIPI; in cpu_probe_common() 135 c->options |= LOONGARCH_CPU_EXTIOI; in cpu_probe_common() 139 c->options |= LOONGARCH_CPU_FLATMODE; in cpu_probe_common() [all …]
|
/linux-6.3-rc2/drivers/s390/net/ |
A D | qeth_l2_main.c | 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() 1711 card->options.sbp.supported_funcs = 0; in qeth_bridgeport_query_support() 1853 if (!card->options.sbp.supported_funcs) in qeth_bridgeport_an_set() 2054 if (card->options.vnicc.cur_chars == card->options.vnicc.wanted_chars) in qeth_l2_vnicc_set_state() 2068 card->options.vnicc.wanted_chars = in qeth_l2_vnicc_set_state() 2069 card->options.vnicc.cur_chars; in qeth_l2_vnicc_set_state() 2170 if (!card->options.vnicc.sup_chars) in _qeth_l2_vnicc_is_in_use() 2231 card->options.vnicc.sup_chars = 0; in qeth_l2_vnicc_init() 2232 card->options.vnicc.cur_chars = 0; in qeth_l2_vnicc_init() [all …]
|
A D | qeth_l2_sys.c | 26 card->options.sbp.supported_funcs) in qeth_bridge_port_role_state_show() 28 &card->options.sbp.role, &state); in qeth_bridge_port_role_state_show() 42 switch (card->options.sbp.role) { in qeth_bridge_port_role_state_show() 54 card->options.sbp.role, state); in qeth_bridge_port_role_state_show() 95 else if (card->options.sbp.reflect_promisc) in qeth_bridge_port_role_store() 101 card->options.sbp.role = role; in qeth_bridge_port_role_store() 103 card->options.sbp.role = role; in qeth_bridge_port_role_store() 137 enabled = card->options.sbp.hostnotification; in qeth_bridgeport_hostnotification_show() 164 card->options.sbp.hostnotification = enable; in qeth_bridgeport_hostnotification_store() 185 if (card->options.sbp.reflect_promisc) { in qeth_bridgeport_reflect_show() [all …]
|
/linux-6.3-rc2/tools/perf/trace/beauty/ |
A D | waitid_options.c | 10 int printed = 0, options = arg->val; in syscall_arg__scnprintf_waitid_options() local 13 if (options & W##n) { \ in syscall_arg__scnprintf_waitid_options() 15 options &= ~W##n; \ in syscall_arg__scnprintf_waitid_options() 23 if (options) in syscall_arg__scnprintf_waitid_options() 24 printed += scnprintf(bf + printed, size - printed, "%s%#x", printed ? "|" : "", options); in syscall_arg__scnprintf_waitid_options()
|
/linux-6.3-rc2/tools/thermal/thermal-engine/ |
A D | thermal-engine.c | 29 struct options { struct 236 static int options_init(int argc, char *argv[], struct options *options) in options_init() argument 258 options->loglevel = log_str2level(optarg); in options_init() 261 options->daemonize = 1; in options_init() 264 options->logopt = TO_SYSLOG; in options_init() 289 struct options options = { in main() local 294 if (options_init(argc, argv, &options)) { in main() 299 if (options.daemonize && daemon(0, 0)) { in main() 304 if (log_init(options.loglevel, basename(argv[0]), options.logopt)) { in main()
|
/linux-6.3-rc2/drivers/media/pci/ivtv/ |
A D | ivtv-driver.c | 511 if (itv->options.tuner == -1) in ivtv_process_eeprom() 513 if (itv->options.radio == -1) in ivtv_process_eeprom() 518 if (itv->options.newi2c) { in ivtv_process_eeprom() 662 itv->options.newi2c = newi2c; in ivtv_process_options() 1115 if (itv->options.tuner == -1) { in ivtv_probe() 1136 if (itv->options.radio == -1) in ivtv_probe() 1181 if (itv->options.radio > 0) in ivtv_probe() 1184 if (itv->options.tuner > -1) { in ivtv_probe() 1188 setup.type = itv->options.tuner; in ivtv_probe() 1190 if (itv->options.radio > 0) in ivtv_probe() [all …]
|