Home
last modified time | relevance | path

Searched refs:setup_timer (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_watchdog.c103 static int setup_timer(const efi_handle_t handle, in setup_timer() function
218 .setup = setup_timer,
/openbmc/u-boot/include/linux/
H A Dcompat.h224 #define setup_timer(timer, func, data) do {} while (0) macro
/openbmc/u-boot/drivers/usb/musb-new/
H A Dam35x.c398 setup_timer(&otg_workaround, otg_timer, (unsigned long) musb); in am35x_musb_init()
H A Dmusb_dsps.c446 setup_timer(&glue->timer, otg_timer, (unsigned long) musb); in dsps_musb_init()
H A Dmusb_core.c2010 setup_timer(&musb->otg_timer, musb_otg_timer_func, (unsigned long) musb); in musb_init_controller()