Searched refs:wait_for_event (Results 1 – 10 of 10) sorted by relevance
| /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/u-boot/include/ |
| H A D | efi_api.h | 87 efi_status_t (EFIAPI *wait_for_event)(efi_uintn_t number_of_events,
|
| /openbmc/u-boot/lib/efi_loader/ |
| H A D | efi_boottime.c | 3157 .wait_for_event = efi_wait_for_event,
|