Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/i2c/
H A Domap24xx_i2c.c149 static u16 wait_for_event(struct i2c *i2c_base, int waitdelay) function
384 status = wait_for_event(i2c_base, waitdelay);
497 status = wait_for_event(i2c_base, waitdelay);
537 status = wait_for_event(i2c_base, waitdelay);
635 status = wait_for_event(i2c_base, waitdelay);
662 status = wait_for_event(i2c_base, waitdelay);
684 status = wait_for_event(i2c_base, waitdelay);
/rk3399_rockchip-uboot/drivers/video/
H A Dda8xx-fb.c848 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()
/rk3399_rockchip-uboot/include/
H A Defi_api.h71 efi_status_t (EFIAPI *wait_for_event)(unsigned long number_of_events,
/rk3399_rockchip-uboot/lib/efi_loader/
H A Defi_boottime.c1252 .wait_for_event = efi_wait_for_event,