Searched refs:test_state (Results 1 – 6 of 6) sorted by relevance
187 suspend_state_t test_state; in test_suspend() local193 for (test_state = PM_SUSPEND_MIN; test_state < PM_SUSPEND_MAX; test_state++) { in test_suspend()194 const char *state_label = pm_states[test_state]; in test_suspend()199 if (test_state == PM_SUSPEND_MAX) { in test_suspend()216 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()
181 struct test_state { struct189 static struct test_state ts; argument
5735 dport->test_state = BFA_DPORT_ST_DISABLED; in bfa_fcdiag_attach()6179 dport->test_state = BFA_DPORT_ST_NOTSTART; in bfa_dport_sm_disabled()6225 dport->test_state = BFA_DPORT_ST_NO_SFP; in bfa_dport_sm_enabling()6227 dport->test_state = BFA_DPORT_ST_INP; in bfa_dport_sm_enabling()6234 dport->test_state = BFA_DPORT_ST_DISABLED; in bfa_dport_sm_enabling()6277 dport->test_state = BFA_DPORT_ST_COMP; in bfa_dport_sm_enabled()6281 dport->test_state = BFA_DPORT_ST_INP; in bfa_dport_sm_enabled()6290 dport->test_state = BFA_DPORT_ST_NO_SFP; in bfa_dport_sm_enabled()6355 dport->test_state = BFA_DPORT_ST_DISABLED; in bfa_dport_sm_disabling()6406 dport->test_state = BFA_DPORT_ST_NO_SFP; in bfa_dport_sm_starting()[all …]
724 u8 test_state; /* enum dport_test_state */ member