Searched refs:opts (Results 1 – 18 of 18) sorted by relevance
36 for opts in [shlex.split(opt) for opt in tool_opt]:37 self.tool_opt += opts84 opts = ['--device', self.device]86 opts.append('--masserase')88 opts.extend(['--serialno', self.dev_id])90 opts.extend(['--speed', self.speed])125 args = [self.commander, 'flash'] + opts + self.tool_opt + flash_args
87 opts = _op['options']88 erase = opts['chip_erase_mode']101 if opts.get('ext_mem_erase_mode'):102 if opts['ext_mem_erase_mode'] == 'ERASE_RANGES_TOUCHED_BY_FIRMWARE':104 elif opts['ext_mem_erase_mode'] == 'ERASE_ALL':107 if opts.get('verify'):
55 for opts in [shlex.split(opt) for opt in download_modifiers]:56 self._download_modifiers += opts60 for opts in [shlex.split(opt) for opt in start_modifiers]:61 self._start_modifiers += opts81 for opts in [shlex.split(opt) for opt in tool_opt]:82 self._tool_opt += opts
26 for opts in [shlex.split(opt) for opt in tool_opt]:27 self.tool_opt += opts
133 opts = _op['options']137 if opts.get('ext_mem_erase_mode'):139 if opts.get('verify'):
55 for opts in [shlex.split(opt) for opt in tool_opt]:56 self.tool_opt += opts
100 for opts in [shlex.split(opt) for opt in tool_opt]:101 self.tool_opt += opts
88 for opts in [shlex.split(opt) for opt in tool_opt]:89 self.tool_opt += opts
118 local -a opts=(125 _arguments -S $opts \130 local -a opts=(141 _arguments -S $opts \146 local -a opts=(152 _arguments -S $opts \157 local -a opts=(165 _arguments -S $opts169 local -a opts=(173 _arguments -S $opts \[all …]
111 char *opts = argv[CONF_ARGV_SETTINGS]; in cmd_spi_conf() local114 while (*opts != '\0') { in cmd_spi_conf()115 switch (*opts) { in cmd_spi_conf()130 shell_error(ctx, "invalid setting %c", *opts); in cmd_spi_conf()132 opts++; in cmd_spi_conf()
43 const uint16_t opts = sys_le16_to_cpu(cp->opts); in ha_init() local44 const bool presets_sync = (opts & BTP_HAP_HA_OPT_PRESETS_SYNC) > 0; in ha_init()45 const bool presets_independent = (opts & BTP_HAP_HA_OPT_PRESETS_INDEPENDENT) > 0; in ha_init()46 const bool presets_writable = (opts & BTP_HAP_HA_OPT_PRESETS_WRITABLE) > 0; in ha_init()47 const bool presets_dynamic = (opts & BTP_HAP_HA_OPT_PRESETS_DYNAMIC) > 0; in ha_init()
19 west [common-opts] <command> [opts] <args>23 python3 -m west [common-opts] <command> [opts] <args>
151 *data++ = rctx->opts.bs; in receive_send_fc()152 *data++ = rctx->opts.stmin; in receive_send_fc()227 if (rctx->opts.bs == 0) { in receive_alloc_buffer()232 uint32_t len = MIN(rctx->length, rctx->opts.bs * (rctx->rx_addr.dl - 1)); in receive_alloc_buffer()259 if (rctx->opts.bs != 0) { in receive_alloc_buffer()290 if (rctx->opts.bs == 0 && in receive_state_machine()299 if (rctx->opts.bs) { in receive_state_machine()300 rctx->bs = rctx->opts.bs; in receive_state_machine()545 if (rctx->opts.bs && !--rctx->bs) { in process_cf()547 rctx->bs = rctx->opts.bs; in process_cf()[all …]
250 const struct isotp_fc_opts *opts,437 struct isotp_fc_opts opts; member466 struct isotp_fc_opts opts; member
24 uint16_t opts; member
444 static struct args_struct_t opts[] = { in native_tty_add_serial_options() local447 native_add_command_line_opts(opts); in native_tty_add_serial_options()
323 const struct isotp_fc_opts *opts, bool tx) in prepare_fc_frame() argument326 frame->data[1] = FC_PCI_BYTE_2(opts->bs); in prepare_fc_frame()327 frame->data[2] = FC_PCI_BYTE_3(opts->stmin); in prepare_fc_frame()
101 # application explicitly opts out with NO_QEMU_SERIAL_BT_SERVER.