Searched refs:update_events (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/hw/timer/ |
H A D | renesas_cmt.c | 54 static void update_events(RCMTState *cmt, int ch) in update_events() function 132 update_events(cmt, ch); in start_stop() 172 update_events(cmt, ch); in cmt_write() 195 update_events(cmt, ch); in timer_events()
|
H A D | renesas_tmr.c | 63 static void update_events(RTMRState *tmr, int ch) in update_events() function 268 update_events(tmr, ch); in tmr_write_count() 272 update_events(tmr, 0); in tmr_write_count() 273 update_events(tmr, 1); in tmr_write_count() 396 update_events(tmr, ch); in timer_events()
|
/openbmc/linux/drivers/platform/x86/intel/telemetry/ |
H A D | core.c | 97 .update_events = telemetry_def_update_events, 117 return telm_core_conf.telem_ops->update_events(pss_evtconfig, in telemetry_update_events()
|
H A D | pltdrv.c | 1100 .update_events = telemetry_plt_update_events,
|
/openbmc/linux/io_uring/ |
H A D | poll.c | 28 bool update_events; member 922 upd->update_events = flags & IORING_POLL_UPDATE_EVENTS; in io_poll_remove_prep() 928 if (upd->update_events) in io_poll_remove_prep() 1012 if (poll_update->update_events || poll_update->update_user_data) { in io_poll_remove() 1014 if (poll_update->update_events) { in io_poll_remove()
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | intel_telemetry.h | 69 int (*update_events)(struct telemetry_evtconfig pss_evtconfig, member
|