Home
last modified time | relevance | path

Searched refs:cur_action (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/misc/ti-st/
H A Dst_kim.c248 unsigned char *nxt_action, *cur_action; in skip_change_remote_baud() local
249 cur_action = *ptr; in skip_change_remote_baud()
251 nxt_action = cur_action + sizeof(struct bts_action) + in skip_change_remote_baud()
252 ((struct bts_action *) cur_action)->size; in skip_change_remote_baud()
258 ((struct bts_action *)cur_action)->size; in skip_change_remote_baud()
260 ((struct bts_action *)cur_action)->size); in skip_change_remote_baud()
/openbmc/qemu/gdbstub/
H A Dgdbstub.c718 char cur_action; in gdb_handle_vcont() local
754 cur_action = *p++; in gdb_handle_vcont()
755 if (cur_action == 'C' || cur_action == 'S') { in gdb_handle_vcont()
756 cur_action = qemu_tolower(cur_action); in gdb_handle_vcont()
762 } else if (cur_action != 'c' && cur_action != 's') { in gdb_handle_vcont()
788 newstates[cpu->cpu_index] = cur_action; in gdb_handle_vcont()
808 newstates[cpu->cpu_index] = cur_action; in gdb_handle_vcont()
828 newstates[cpu->cpu_index] = cur_action; in gdb_handle_vcont()