Searched refs:wait_for_event (Results 1 – 7 of 7) sorted by relevance
/linux/kernel/printk/ |
H A D | nbcon.c | 1179 wait_for_event: in nbcon_kthread_func() 1218 goto wait_for_event; in nbcon_kthread_func()
|
/linux/tools/testing/selftests/alsa/ |
H A D | mixer-test.c | 207 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 D | wlcore.h | 46 int (*wait_for_event)(struct wl1271 *wl, enum wlcore_wait_event event, member
|
H A D | cmd.c | 1621 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 D | amdgpu_smu.h | 1361 int (*wait_for_event)(struct smu_context *smu, member
|
/linux/drivers/gpu/drm/amd/pm/swsmu/ |
H A D | amdgpu_smu.c | 3781 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 D | smu_v13_0_6_ppt.c | 3556 .wait_for_event = smu_v13_0_wait_for_event,
|