Home
last modified time | relevance | path

Searched refs:nxstate (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/mtd/nand/raw/
H A Dnandsim.c297 uint32_t nxstate; /* next expected state */ member
1167 ns->nxstate = STATE_UNKNOWN; in ns_switch_to_ready_state()
1196 * ns->ops, ns->state, ns->nxstate are initialized, ns->npstate is
1264 * state must be the next state (ns->nxstate). in ns_find_operation()
1272 ns->nxstate = ns->op[ns->stateidx + 1]; in ns_find_operation()
1273 NS_DBG("find_operation: operation found, index: %d, state: %s, nxstate %s\n", in ns_find_operation()
1275 ns_get_state_name(ns->nxstate)); in ns_find_operation()
1735 ns->state = ns->nxstate; in ns_switch_state()
1736 ns->nxstate = ns->op[ns->stateidx + 1]; in ns_switch_state()
1739 "state: %s, nxstate in ns_switch_state()
[all...]
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/
H A Dnandsim.c299 uint32_t nxstate; /* next expected state */ member
1162 ns->nxstate = STATE_UNKNOWN; in ns_switch_to_ready_state()
1191 * ns->ops, ns->state, ns->nxstate are initialized, ns->npstate is
1259 * state must be the next state (ns->nxstate). in ns_find_operation()
1267 ns->nxstate = ns->op[ns->stateidx + 1]; in ns_find_operation()
1268 NS_DBG("find_operation: operation found, index: %d, state: %s, nxstate %s\n", in ns_find_operation()
1270 ns_get_state_name(ns->nxstate)); in ns_find_operation()
1730 ns->state = ns->nxstate; in ns_switch_state()
1731 ns->nxstate = ns->op[ns->stateidx + 1]; in ns_switch_state()
1734 "state: %s, nxstate in ns_switch_state()
[all...]

Completed in 6 milliseconds