stateidx          302 drivers/mtd/nand/raw/nandsim.c 	uint16_t stateidx;      /* current state index */
stateidx         1155 drivers/mtd/nand/raw/nandsim.c 	ns->stateidx    = 0;
stateidx         1251 drivers/mtd/nand/raw/nandsim.c 			ns->stateidx = ns->npstates - 1;
stateidx         1253 drivers/mtd/nand/raw/nandsim.c 			ns->stateidx = ns->npstates;
stateidx         1256 drivers/mtd/nand/raw/nandsim.c 		ns->state = ns->op[ns->stateidx];
stateidx         1257 drivers/mtd/nand/raw/nandsim.c 		ns->nxstate = ns->op[ns->stateidx + 1];
stateidx         1713 drivers/mtd/nand/raw/nandsim.c 		ns->stateidx += 1;
stateidx         1715 drivers/mtd/nand/raw/nandsim.c 		ns->nxstate = ns->op[ns->stateidx + 1];
stateidx         1782 drivers/mtd/nand/raw/nandsim.c 		ns->nxstate    = ns->op[++ns->stateidx + 1];
stateidx          422 include/uapi/drm/radeon_drm.h 	unsigned int stateidx:8;