Home
last modified time | relevance | path

Searched refs:test_state (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/kernel/power/
Dsuspend_test.c187 suspend_state_t test_state; in test_suspend() local
193 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()
/Linux-v4.19/tools/usb/ffs-aio-example/multibuff/host_app/
Dtest.c48 struct test_state { struct
59 int test_init(struct test_state *state) in test_init() argument
145 void test_exit(struct test_state *state) in test_exit()
156 struct test_state state; in main()
/Linux-v4.19/tools/usb/ffs-aio-example/simple/host_app/
Dtest.c48 struct test_state { struct
59 int test_init(struct test_state *state) in test_init() argument
145 void test_exit(struct test_state *state) in test_exit()
156 struct test_state state; in main()
/Linux-v4.19/drivers/misc/
Dkgdbts.c181 struct test_state { struct
189 static struct test_state ts; argument
/Linux-v4.19/drivers/scsi/bfa/
Dbfa_svc.c5735 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 …]
Dbfa_svc.h724 u8 test_state; /* enum dport_test_state */ member