/openbmc/u-boot/lib/efi_selftest/ |
H A D | efi_selftest_events.c | 129 ret = boottime->wait_for_event(1, &event_wait, &index); in execute() 167 ret = boottime->wait_for_event(1, &event_wait, &index); in execute() 178 ret = boottime->wait_for_event(1, &event_wait, &index); in execute()
|
H A D | efi_selftest_tpl.c | 131 ret = boottime->wait_for_event(1, &event_wait, &index); in execute() 199 ret = boottime->wait_for_event(1, &event_wait, &index); in execute()
|
H A D | efi_selftest_textinput.c | 62 ret = boottime->wait_for_event(1, &con_in->wait_for_key, in execute()
|
H A D | efi_selftest_textinputex.c | 145 ret = boottime->wait_for_event(1, &con_in_ex->wait_for_key_ex, in execute()
|
H A D | efi_selftest_watchdog.c | 198 ret = boottime->wait_for_event(1, &event_wait, &index); in execute()
|
H A D | efi_selftest_snp.c | 304 boottime->wait_for_event(2, events, &index); in execute()
|
/openbmc/u-boot/drivers/i2c/ |
H A D | omap24xx_i2c.c | 252 static u16 wait_for_event(void __iomem *i2c_base, int ip_rev, int waitdelay) in wait_for_event() function 501 status = wait_for_event(i2c_base, ip_rev, waitdelay); in __omap24_i2c_probe() 621 status = wait_for_event(i2c_base, ip_rev, waitdelay); in __omap24_i2c_read() 667 status = wait_for_event(i2c_base, ip_rev, waitdelay); in __omap24_i2c_read() 770 status = wait_for_event(i2c_base, ip_rev, waitdelay); in __omap24_i2c_write() 801 status = wait_for_event(i2c_base, ip_rev, waitdelay); in __omap24_i2c_write() 826 status = wait_for_event(i2c_base, ip_rev, waitdelay); in __omap24_i2c_write()
|
/openbmc/u-boot/drivers/video/ |
H A D | da8xx-fb.c | 847 static u32 wait_for_event(u32 event) in wait_for_event() function 1022 wait_for_event(LCD_PL_LOAD_DONE); in video_hw_init() 1025 wait_for_event(LCD_END_OF_FRAME0); in video_hw_init()
|
/openbmc/linux/tools/testing/selftests/alsa/ |
H A D | mixer-test.c | 187 static int wait_for_event(struct ctl_data *ctl, int timeout) in wait_for_event() function 636 err = wait_for_event(ctl, 0); in write_and_verify()
|
/openbmc/linux/drivers/firmware/efi/libstub/ |
H A D | efistub.h | 272 efi_status_t (__efiapi *wait_for_event)(unsigned long, 338 u32 wait_for_event; member
|
H A D | efi-stub-helper.c | 652 status = efi_bs_call(wait_for_event, 2, events, &index); in efi_wait_for_key()
|
/openbmc/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 | 1619 ret = wl->ops->wait_for_event(wl, in wl12xx_cmd_remove_peer() 1755 ret = wl->ops->wait_for_event(wl, in wlcore_cmd_regdomain_config_locked()
|
/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/inc/ |
H A D | amdgpu_smu.h | 1304 int (*wait_for_event)(struct smu_context *smu, member
|
/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/ |
H A D | amdgpu_smu.c | 3186 if (smu->ppt_funcs->wait_for_event) in smu_wait_for_event() 3187 ret = smu->ppt_funcs->wait_for_event(smu, event, event_arg); in smu_wait_for_event()
|
/openbmc/u-boot/include/ |
H A D | efi_api.h | 87 efi_status_t (EFIAPI *wait_for_event)(efi_uintn_t number_of_events,
|
/openbmc/linux/drivers/net/wireless/ti/wl12xx/ |
H A D | main.c | 1691 .wait_for_event = wl12xx_wait_for_event,
|
/openbmc/linux/drivers/net/wireless/ti/wl18xx/ |
H A D | main.c | 1713 .wait_for_event = wl18xx_wait_for_event,
|
/openbmc/u-boot/lib/efi_loader/ |
H A D | efi_boottime.c | 3157 .wait_for_event = efi_wait_for_event,
|
/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/smu13/ |
H A D | aldebaran_ppt.c | 2131 .wait_for_event = smu_v13_0_wait_for_event,
|
H A D | smu_v13_0_6_ppt.c | 2263 .wait_for_event = smu_v13_0_wait_for_event,
|