Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/power/
H A Dsuspend_test.c186 suspend_state_t test_state; in test_suspend() local
192 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()
/OK3568_Linux_fs/kernel/tools/usb/ffs-aio-example/multibuff/host_app/
H A 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()
/OK3568_Linux_fs/kernel/tools/usb/ffs-aio-example/simple/host_app/
H A 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()
/OK3568_Linux_fs/kernel/drivers/hv/
H A Dhv_debugfs.c88 struct dentry *test_state; in hv_debug_set_test_state() local
90 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()
/OK3568_Linux_fs/u-boot/test/dm/
H A Dbus.c28 static struct dm_test_state *test_state; variable
67 struct dm_test_state *dms = test_state; in testbus_child_post_remove()
322 test_state = dms; in dm_test_bus_parent_ops()
347 test_state = NULL; in dm_test_bus_parent_ops()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch_ft5436/
H A Dfocaltech_core.h250 int fts_enter_test_environment(bool test_state);
H A Dfocaltech_flash.c1156 int fts_enter_test_environment(bool test_state) in fts_enter_test_environment() argument
/OK3568_Linux_fs/kernel/drivers/misc/
H A Dkgdbts.c170 struct test_state { struct
178 static struct test_state ts; argument
/OK3568_Linux_fs/kernel/drivers/scsi/bfa/
H A Dbfa_svc.c5724 dport->test_state = BFA_DPORT_ST_DISABLED; in bfa_fcdiag_attach()
6168 dport->test_state = BFA_DPORT_ST_NOTSTART; in bfa_dport_sm_disabled()
6214 dport->test_state = BFA_DPORT_ST_NO_SFP; in bfa_dport_sm_enabling()
6216 dport->test_state = BFA_DPORT_ST_INP; in bfa_dport_sm_enabling()
6223 dport->test_state = BFA_DPORT_ST_DISABLED; in bfa_dport_sm_enabling()
6266 dport->test_state = BFA_DPORT_ST_COMP; in bfa_dport_sm_enabled()
6270 dport->test_state = BFA_DPORT_ST_INP; in bfa_dport_sm_enabled()
6279 dport->test_state = BFA_DPORT_ST_NO_SFP; in bfa_dport_sm_enabled()
6344 dport->test_state = BFA_DPORT_ST_DISABLED; in bfa_dport_sm_disabling()
6395 dport->test_state = BFA_DPORT_ST_NO_SFP; in bfa_dport_sm_starting()
[all …]
H A Dbfa_svc.h716 u8 test_state; /* enum dport_test_state */ member
/OK3568_Linux_fs/kernel/kernel/sched/
H A Dpsi.c226 static bool test_state(unsigned int *tasks, enum psi_states state) in test_state() function
786 if (test_state(groupc->tasks, s)) in psi_group_change()