Home
last modified time | relevance | path

Searched refs:get_current_time (Results 1 – 3 of 3) sorted by relevance

/openbmc/obmc-console/
H A Dconsole-server.c577 static int get_current_time(struct timeval *tv) in get_current_time() function
711 rc = get_current_time(&now); in console_poller_set_timeout()
849 rc = get_current_time(&tv); in run_console_iteration()
/openbmc/linux/drivers/gpu/drm/amd/display/dmub/src/
H A Ddmub_srv.c181 funcs->get_current_time = dmub_dcn20_get_current_time; in dmub_srv_hw_setup()
268 funcs->get_current_time = dmub_dcn31_get_current_time; in dmub_srv_hw_setup()
305 funcs->get_current_time = dmub_dcn32_get_current_time; in dmub_srv_hw_setup()
/openbmc/linux/drivers/gpu/drm/amd/display/dmub/
H A Ddmub_srv.h403 uint32_t (*get_current_time)(struct dmub_srv *dmub); member