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()214 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()
179 struct test_state { struct187 static struct test_state ts; argument
5868 dport->test_state = BFA_DPORT_ST_DISABLED; in bfa_fcdiag_attach()6327 dport->test_state = BFA_DPORT_ST_NOTSTART; in bfa_dport_sm_disabled()6373 dport->test_state = BFA_DPORT_ST_NO_SFP; in bfa_dport_sm_enabling()6375 dport->test_state = BFA_DPORT_ST_INP; in bfa_dport_sm_enabling()6382 dport->test_state = BFA_DPORT_ST_DISABLED; in bfa_dport_sm_enabling()6425 dport->test_state = BFA_DPORT_ST_COMP; in bfa_dport_sm_enabled()6429 dport->test_state = BFA_DPORT_ST_INP; in bfa_dport_sm_enabled()6438 dport->test_state = BFA_DPORT_ST_NO_SFP; in bfa_dport_sm_enabled()6503 dport->test_state = BFA_DPORT_ST_DISABLED; in bfa_dport_sm_disabling()6554 dport->test_state = BFA_DPORT_ST_NO_SFP; in bfa_dport_sm_starting()[all …]
723 u8 test_state; /* enum dport_test_state */ member