Home
last modified time | relevance | path

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

/linux/drivers/mtd/nand/raw/
H A Dnandsim.c304 uint16_t stateidx; /* current state index */ member
1164 ns->stateidx = 0; in ns_switch_to_ready_state()
1260 ns->stateidx = ns->npstates - 1; in ns_find_operation()
1262 ns->stateidx = ns->npstates; in ns_find_operation()
1265 ns->state = ns->op[ns->stateidx]; in ns_find_operation()
1266 ns->nxstate = ns->op[ns->stateidx + 1]; in ns_find_operation()
1728 ns->stateidx += 1; in ns_switch_state()
1730 ns->nxstate = ns->op[ns->stateidx + 1]; in ns_switch_state()
1793 ns->nxstate = ns->op[++ns->stateidx + 1]; in ns_switch_state()
/linux/include/uapi/drm/
H A Dradeon_drm.h422 unsigned int stateidx:8; member