Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/mtd/nand/raw/
Dnandsim.c301 uint16_t stateidx; /* current state index */ member
1169 ns->stateidx = 0; in ns_switch_to_ready_state()
1265 ns->stateidx = ns->npstates - 1; in ns_find_operation()
1267 ns->stateidx = ns->npstates; in ns_find_operation()
1270 ns->state = ns->op[ns->stateidx]; in ns_find_operation()
1271 ns->nxstate = ns->op[ns->stateidx + 1]; in ns_find_operation()
1733 ns->stateidx += 1; in ns_switch_state()
1735 ns->nxstate = ns->op[ns->stateidx + 1]; in ns_switch_state()
1805 ns->nxstate = ns->op[++ns->stateidx + 1]; in ns_switch_state()
/Linux-v5.15/include/uapi/drm/
Dradeon_drm.h422 unsigned int stateidx:8; member