Home
last modified time | relevance | path

Searched refs:wait_for_event (Results 1 – 7 of 7) sorted by relevance

/linux/kernel/printk/
H A Dnbcon.c1179 wait_for_event: in nbcon_kthread_func()
1218 goto wait_for_event; in nbcon_kthread_func()
/linux/tools/testing/selftests/alsa/
H A Dmixer-test.c207 static int wait_for_event(struct ctl_data *ctl, int timeout) in wait_for_event() function
670 err = wait_for_event(ctl, 0); in write_and_verify()
/linux/drivers/net/wireless/ti/wlcore/
H A Dwlcore.h46 int (*wait_for_event)(struct wl1271 *wl, enum wlcore_wait_event event, member
H A Dcmd.c1621 ret = wl->ops->wait_for_event(wl, in wl12xx_cmd_remove_peer()
1757 ret = wl->ops->wait_for_event(wl, in wlcore_cmd_regdomain_config_locked()
/linux/drivers/gpu/drm/amd/pm/swsmu/inc/
H A Damdgpu_smu.h1361 int (*wait_for_event)(struct smu_context *smu, member
/linux/drivers/gpu/drm/amd/pm/swsmu/
H A Damdgpu_smu.c3781 if (smu->ppt_funcs->wait_for_event) in smu_wait_for_event()
3782 ret = smu->ppt_funcs->wait_for_event(smu, event, event_arg); in smu_wait_for_event()
/linux/drivers/gpu/drm/amd/pm/swsmu/smu13/
H A Dsmu_v13_0_6_ppt.c3556 .wait_for_event = smu_v13_0_wait_for_event,