Searched refs:wait_for_event (Results 1 – 12 of 12) sorted by relevance
/linux-6.12.1/kernel/printk/ |
D | nbcon.c | 1179 wait_for_event: in nbcon_kthread_func() 1218 goto wait_for_event; in nbcon_kthread_func()
|
/linux-6.12.1/drivers/firmware/efi/libstub/ |
D | efistub.h | 272 efi_status_t (__efiapi *wait_for_event)(unsigned long, 338 u32 wait_for_event; member
|
D | efi-stub-helper.c | 694 status = efi_bs_call(wait_for_event, 2, events, &index); in efi_wait_for_key()
|
/linux-6.12.1/tools/testing/selftests/alsa/ |
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-6.12.1/drivers/net/wireless/ti/wlcore/ |
D | wlcore.h | 46 int (*wait_for_event)(struct wl1271 *wl, enum wlcore_wait_event event, member
|
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-6.12.1/drivers/gpu/drm/amd/pm/swsmu/inc/ |
D | amdgpu_smu.h | 1360 int (*wait_for_event)(struct smu_context *smu, member
|
/linux-6.12.1/drivers/net/wireless/ti/wl12xx/ |
D | main.c | 1691 .wait_for_event = wl12xx_wait_for_event,
|
/linux-6.12.1/drivers/gpu/drm/amd/pm/swsmu/ |
D | amdgpu_smu.c | 3699 if (smu->ppt_funcs->wait_for_event) in smu_wait_for_event() 3700 ret = smu->ppt_funcs->wait_for_event(smu, event, event_arg); in smu_wait_for_event()
|
/linux-6.12.1/drivers/net/wireless/ti/wl18xx/ |
D | main.c | 1777 .wait_for_event = wl18xx_wait_for_event,
|
/linux-6.12.1/drivers/gpu/drm/amd/pm/swsmu/smu13/ |
D | aldebaran_ppt.c | 2094 .wait_for_event = smu_v13_0_wait_for_event,
|
D | smu_v13_0_6_ppt.c | 3290 .wait_for_event = smu_v13_0_wait_for_event,
|