Searched refs:get_state_cmds (Results 1 – 2 of 2) sorted by relevance
246 static get_state_cmd_t get_state_cmds[] = { variable251 #define N_GET_STATE_CMDS (sizeof (get_state_cmds)/sizeof (get_state_cmds[0]))966 if (get_state_cmds[i].cmd == cmd) { in devctl_cmd()967 state_func = get_state_cmds[i].state_fcn; in devctl_cmd()968 type = get_state_cmds[i].type; in devctl_cmd()
264 static get_state_cmd_t get_state_cmds[] = { variable269 #define N_GET_STATE_CMDS (sizeof (get_state_cmds)/sizeof (get_state_cmds[0]))835 if (get_state_cmds[i].cmd == cmd) { in devctl_cmd()836 state_func = get_state_cmds[i].state_fcn; in devctl_cmd()837 type = get_state_cmds[i].type; in devctl_cmd()