Searched refs:test_state (Results 1 – 8 of 8) sorted by relevance
186 suspend_state_t test_state; in test_suspend() local192 for (test_state = PM_SUSPEND_MIN; test_state < PM_SUSPEND_MAX; test_state++) { in test_suspend()193 const char *state_label = pm_states[test_state]; in test_suspend()198 if (test_state == PM_SUSPEND_MAX) { in test_suspend()215 test_wakealarm(rtc, test_state); in test_suspend()
48 struct test_state { struct59 int test_init(struct test_state *state) in test_init() argument145 void test_exit(struct test_state *state) in test_exit()156 struct test_state state; in main()
88 struct dentry *test_state; in hv_debug_set_test_state() local90 test_state = debugfs_create_file(status, 0644, root, in hv_debug_set_test_state()93 if (IS_ERR(test_state)) { in hv_debug_set_test_state()95 return PTR_ERR(test_state); in hv_debug_set_test_state()
171 struct test_state { struct179 static struct test_state ts; argument
5718 dport->test_state = BFA_DPORT_ST_DISABLED; in bfa_fcdiag_attach()6208 dport->test_state = BFA_DPORT_ST_NO_SFP; in bfa_dport_sm_enabling()6210 dport->test_state = BFA_DPORT_ST_INP; in bfa_dport_sm_enabling()6217 dport->test_state = BFA_DPORT_ST_DISABLED; in bfa_dport_sm_enabling()6260 dport->test_state = BFA_DPORT_ST_COMP; in bfa_dport_sm_enabled()6264 dport->test_state = BFA_DPORT_ST_INP; in bfa_dport_sm_enabled()6273 dport->test_state = BFA_DPORT_ST_NO_SFP; in bfa_dport_sm_enabled()6338 dport->test_state = BFA_DPORT_ST_DISABLED; in bfa_dport_sm_disabling()6389 dport->test_state = BFA_DPORT_ST_NO_SFP; in bfa_dport_sm_starting()6391 dport->test_state = BFA_DPORT_ST_INP; in bfa_dport_sm_starting()[all …]
716 u8 test_state; /* enum dport_test_state */ member
226 static bool test_state(unsigned int *tasks, enum psi_states state) in test_state() function727 if (test_state(groupc->tasks, s)) in psi_group_change()
Completed in 32 milliseconds