Searched refs:npstates (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/tools/power/cpupower/debug/i386/ |
H A D | dump_psb.c | 61 decode_pst(char *p, int npstates) in decode_pst() argument 66 for (i = 0; i < npstates; ++i) { in decode_pst()
|
/kernel/linux/linux-6.6/tools/power/cpupower/debug/i386/ |
H A D | dump_psb.c | 59 decode_pst(char *p, int npstates) in decode_pst() argument 64 for (i = 0; i < npstates; ++i) { in decode_pst()
|
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/ |
H A D | nandsim.c | 301 uint16_t npstates; /* number of previous states saved */ member 1169 ns->npstates = 0; in ns_switch_to_ready_state() 1185 * correspondent states chain. In this case ns->npstates = 0; 1193 * ns->pstates[0], ... ns->pstates[ns->npstates], ns->state 1206 * ns->pstates[0], ... ns->pstates[ns->npstates], <address input> 1235 if (!(ops[i].states[ns->npstates] & STATE_ADDR_MASK)) in ns_find_operation() 1238 if (NS_STATE(ns->state) != NS_STATE(ops[i].states[ns->npstates])) in ns_find_operation() 1242 for (j = 0; j < ns->npstates; j++) in ns_find_operation() 1266 ns->stateidx = ns->npstates - 1; in ns_find_operation() 1268 ns->stateidx = ns->npstates; in ns_find_operation() [all...] |
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/ |
H A D | nandsim.c | 303 uint16_t npstates; /* number of previous states saved */ member 1164 ns->npstates = 0; in ns_switch_to_ready_state() 1180 * correspondent states chain. In this case ns->npstates = 0; 1188 * ns->pstates[0], ... ns->pstates[ns->npstates], ns->state 1201 * ns->pstates[0], ... ns->pstates[ns->npstates], <address input> 1230 if (!(ops[i].states[ns->npstates] & STATE_ADDR_MASK)) in ns_find_operation() 1233 if (NS_STATE(ns->state) != NS_STATE(ops[i].states[ns->npstates])) in ns_find_operation() 1237 for (j = 0; j < ns->npstates; j++) in ns_find_operation() 1261 ns->stateidx = ns->npstates - 1; in ns_find_operation() 1263 ns->stateidx = ns->npstates; in ns_find_operation() [all...] |
Completed in 6 milliseconds