Searched refs:evtmap (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/platform/x86/intel/telemetry/ |
H A D | pltdrv.c | 202 u32 *evtmap, u8 len, in telemetry_check_evtid() argument 223 if ((len > 0) && (evtmap == NULL)) in telemetry_check_evtid() 233 if ((len > 0) && (evtmap == NULL)) in telemetry_check_evtid() 283 ioss_evtmap = evtconfig.evtmap; in telemetry_setup_iossevtconfig() 414 pss_evtmap = evtconfig.evtmap; in telemetry_setup_pssevtconfig() 541 ret = telemetry_check_evtid(TELEM_PSS, pss_evtconfig.evtmap, in telemetry_setup_evtconfig() 546 ret = telemetry_check_evtid(TELEM_IOSS, ioss_evtconfig.evtmap, in telemetry_setup_evtconfig() 625 pss_evtconfig.evtmap = NULL; in telemetry_setup() 629 ioss_evtconfig.evtmap = NULL; in telemetry_setup() 788 pss_evtconfig.evtmap = NULL; in telemetry_plt_reset_events() [all …]
|
/openbmc/qemu/ui/ |
H A D | input-linux.c | 303 uint8_t evtmap, relmap, absmap; in input_linux_complete() local 330 rc = ioctl(il->fd, EVIOCGBIT(0, sizeof(evtmap)), &evtmap); in input_linux_complete() 335 if (evtmap & (1 << EV_REL)) { in input_linux_complete() 346 if (evtmap & (1 << EV_ABS)) { in input_linux_complete() 373 if (evtmap & (1 << EV_KEY)) { in input_linux_complete()
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | intel_telemetry.h | 28 u32 *evtmap; member
|