Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/mtd/nand/raw/
Dnandsim.c304 uint16_t stateidx; /* current state index */ member
1165 ns->stateidx = 0; in ns_switch_to_ready_state()
1261 ns->stateidx = ns->npstates - 1; in ns_find_operation()
1263 ns->stateidx = ns->npstates; in ns_find_operation()
1266 ns->state = ns->op[ns->stateidx]; in ns_find_operation()
1267 ns->nxstate = ns->op[ns->stateidx + 1]; in ns_find_operation()
1729 ns->stateidx += 1; in ns_switch_state()
1731 ns->nxstate = ns->op[ns->stateidx + 1]; in ns_switch_state()
1794 ns->nxstate = ns->op[++ns->stateidx + 1]; in ns_switch_state()
/linux-6.1.9/include/uapi/drm/
Dradeon_drm.h422 unsigned int stateidx:8; member