Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/mtd/nand/raw/
Dnandsim.c302 uint16_t stateidx; /* current state index */ member
1170 ns->stateidx = 0; in ns_switch_to_ready_state()
1266 ns->stateidx = ns->npstates - 1; in ns_find_operation()
1268 ns->stateidx = ns->npstates; in ns_find_operation()
1271 ns->state = ns->op[ns->stateidx]; in ns_find_operation()
1272 ns->nxstate = ns->op[ns->stateidx + 1]; in ns_find_operation()
1734 ns->stateidx += 1; in ns_switch_state()
1736 ns->nxstate = ns->op[ns->stateidx + 1]; in ns_switch_state()
1806 ns->nxstate = ns->op[++ns->stateidx + 1]; in ns_switch_state()
/Linux-v5.10/include/uapi/drm/
Dradeon_drm.h422 unsigned int stateidx:8; member