| /linux/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/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/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() 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() 1121 c->options = R4K_OPTS; in cpu_probe_legacy() [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() 122 c->options = MIPS_CPU_TLB | MIPS_CPU_TX39_CACHE; in cpu_probe() 156 c->options &= ~MIPS_CPU_FPU; in cpu_probe() 158 if (c->options & MIPS_CPU_FPU) in cpu_probe() 172 if (c->options & MIPS_CPU_FPU) in cpu_report()
|
| /linux/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/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 …]
|
| A D | bsd_comp.c | 173 static int bsd_init (void *db, unsigned char *options, 358 if (opt_len != 3 || options[0] != CI_BSD_COMPRESS || options[1] != 3 in bsd_alloc() 359 || BSD_VERSION(options[2]) != BSD_CURRENT_VERSION) in bsd_alloc() 364 bits = BSD_NBITS(options[2]); in bsd_alloc() 451 return bsd_alloc (options, opt_len, 0); in bsd_comp_alloc() 456 return bsd_alloc (options, opt_len, 1); in bsd_decomp_alloc() 463 static int bsd_init (void *state, unsigned char *options, in bsd_init() argument 469 if ((opt_len != 3) || (options[0] != CI_BSD_COMPRESS) || (options[1] != 3) in bsd_init() 470 || (BSD_VERSION(options[2]) != BSD_CURRENT_VERSION) in bsd_init() 471 || (BSD_NBITS(options[2]) != db->maxbits) in bsd_init() [all …]
|
| /linux/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 269 u32 options) \ in APPEND_CMD() 282 unsigned int len, u32 options) \ 293 unsigned int len, u32 options) 297 cmd_src = options & LDST_SRCDST_MASK; 313 u32 options) \ 350 type len, u32 options) \ 378 u32 options) \ 381 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/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/drivers/pcmcia/ |
| A D | vrc4171_card.c | 624 if (options == NULL || *options == '\0') in vrc4171_card_setup() 629 options += 4; in vrc4171_card_setup() 630 irq = simple_strtoul(options, &options, 0); in vrc4171_card_setup() 636 options++; in vrc4171_card_setup() 640 options += 6; in vrc4171_card_setup() 647 options += 9; in vrc4171_card_setup() 650 options += 7; in vrc4171_card_setup() 655 options++; in vrc4171_card_setup() 662 options += 6; in vrc4171_card_setup() 666 options += 6; in vrc4171_card_setup() [all …]
|
| /linux/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/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/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() 124 length = min(strcspn(options, " ") + 1, in parse_options() 125 (size_t)(sizeof(device->options))); in parse_options() 126 strlcpy(device->options, options, length); in parse_options() 248 const char *options) in of_setup_earlycon() argument 302 if (options) { in of_setup_earlycon() 304 strlcpy(early_console_dev.options, options, in of_setup_earlycon() [all …]
|
| /linux/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 | 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: 158 if 'number-lines' in self.options: 177 if 'code' in self.options: 178 self.options['source'] = path [all …]
|
| /linux/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/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/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/tools/lib/traceevent/ |
| A D | event-plugin.c | 26 struct tep_plugin_option *options; member 228 reg->options = options; in tep_plugin_add_options() 231 while (options->name) { in tep_plugin_add_options() 232 update_option(name, options); in tep_plugin_add_options() 233 options++; in tep_plugin_add_options() 248 if ((*last)->options == options) { in tep_plugin_remove_options() 409 if (op != reg->options) in tep_plugin_print_options() 447 struct tep_plugin_option *options; in load_plugin() local 473 if (options) { in load_plugin() 474 while (options->name) { in load_plugin() [all …]
|
| /linux/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() 1696 card->options.sbp.supported_funcs = 0; in qeth_bridgeport_query_support() 1838 if (!card->options.sbp.supported_funcs) in qeth_bridgeport_an_set() 2039 if (card->options.vnicc.cur_chars == card->options.vnicc.wanted_chars) in qeth_l2_vnicc_set_state() 2053 card->options.vnicc.wanted_chars = in qeth_l2_vnicc_set_state() 2054 card->options.vnicc.cur_chars; in qeth_l2_vnicc_set_state() 2155 if (!card->options.vnicc.sup_chars) in _qeth_l2_vnicc_is_in_use() 2216 card->options.vnicc.sup_chars = 0; in qeth_l2_vnicc_init() 2217 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/tools/testing/selftests/bpf/ |
| A D | test_sockmap.c | 1230 err = forever_ping_pong(options->rate, options); in run_options() 1232 options->base = false; in run_options() 1236 options->base = false; in run_options() 1240 options->base = true; in run_options() 1244 options->base = true; in run_options() 1360 test_options(options); in __test_exec() 1374 free(options); in __test_exec() 1966 options.verbose = 1; in main() 2038 options.rate = rate; in main() 2042 if (options.whitelist) in main() [all …]
|
| /linux/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 …]
|