| /linux/drivers/platform/x86/intel/telemetry/ |
| H A D | pltdrv.c | 247 static inline int telemetry_plt_config_ioss_event(u32 evt_id, int index) in telemetry_plt_config_ioss_event() argument 251 write_buf = evt_id | TELEM_EVENT_ENABLE; in telemetry_plt_config_ioss_event() 260 static inline int telemetry_plt_config_pss_event(u32 evt_id, int index) in telemetry_plt_config_pss_event() argument 265 write_buf = evt_id | TELEM_EVENT_ENABLE; in telemetry_plt_config_pss_event() 324 telm_conf->ioss_config.telem_evts[idx].evt_id, in telemetry_setup_iossevtconfig() 327 telm_conf->ioss_config.telem_evts[idx].evt_id); in telemetry_setup_iossevtconfig() 351 telm_conf->ioss_config.telem_evts[index].evt_id = in telemetry_setup_iossevtconfig() 355 telm_conf->ioss_config.telem_evts[index].evt_id, in telemetry_setup_iossevtconfig() 370 telm_conf->ioss_config.telem_evts[index].evt_id = in telemetry_setup_iossevtconfig() 374 telm_conf->ioss_config.telem_evts[index].evt_id, in telemetry_setup_iossevtconfig() [all …]
|
| /linux/drivers/firmware/arm_scmi/ |
| H A D | notify.h | 56 u8 evt_id, u32 src_id); 59 u8 evt_id, u32 src_id, bool enabled); 61 u8 evt_id, ktime_t timestamp, 91 int scmi_notify(const struct scmi_handle *handle, u8 proto_id, u8 evt_id,
|
| H A D | notify.c | 262 unsigned char evt_id; member 446 r_evt = SCMI_GET_REVT_FROM_PD(pd, pd->eh->evt_id); in scmi_process_event_header() 491 pd->id, pd->eh->evt_id); in scmi_process_event_payload() 495 report = REVT_FILL_REPORT(r_evt, pd->eh->evt_id, pd->eh->timestamp, in scmi_process_event_payload() 501 pd->id, pd->eh->evt_id); in scmi_process_event_payload() 506 key = MAKE_ALL_SRCS_KEY(pd->id, pd->eh->evt_id); in scmi_process_event_payload() 510 key = MAKE_HASH_KEY(pd->id, pd->eh->evt_id, src_id); in scmi_process_event_payload() 583 int scmi_notify(const struct scmi_handle *handle, u8 proto_id, u8 evt_id, in scmi_notify() argument 594 r_evt = SCMI_GET_REVT(ni, proto_id, evt_id); in scmi_notify() 605 proto_id, evt_id, ktime_to_ns(ts)); in scmi_notify() [all …]
|
| /linux/drivers/gpu/drm/xen/ |
| H A D | xen_drm_front_evtchnl.h | 47 u16 evt_id; member
|
| H A D | xen_drm_front_evtchnl.c | 43 if (unlikely(resp->id != evtchnl->evt_id)) in evtchnl_interrupt_ctrl() 104 if (unlikely(event->id != evtchnl->evt_id++)) in evtchnl_interrupt_evt()
|
| H A D | xen_drm_front.c | 98 evtchnl->evt_id = req->id; in be_prepare_req()
|
| /linux/sound/xen/ |
| H A D | xen_snd_front_evtchnl.h | 41 u16 evt_id; member
|
| H A D | xen_snd_front_evtchnl.c | 45 if (resp->id != channel->evt_id) in evtchnl_interrupt_req() 112 if (unlikely(event->id != channel->evt_id++)) in evtchnl_interrupt_evt()
|
| /linux/tools/perf/util/bpf_skel/ |
| H A D | sample-filter.h | 67 __u64 evt_id; member
|
| H A D | sample_filter.bpf.c | 235 key.evt_id = *key_id; in perf_sample_filter()
|
| /linux/drivers/net/wwan/t7xx/ |
| H A D | t7xx_modem_ops.h | 88 void t7xx_md_event_notify(struct t7xx_modem *md, enum md_event_id evt_id);
|
| H A D | t7xx_modem_ops.c | 593 void t7xx_md_event_notify(struct t7xx_modem *md, enum md_event_id evt_id) in t7xx_md_event_notify() argument 599 switch (evt_id) { in t7xx_md_event_notify()
|
| /linux/arch/x86/include/asm/ |
| H A D | intel_telemetry.h | 39 u32 evt_id; member
|
| /linux/fs/resctrl/ |
| H A D | monitor.c | 677 enum resctrl_event_id evt_id; in update_mba_bw() local 684 evt_id = rgrp->mba_mbps_event; in update_mba_bw() 688 pmbm_data = get_mbm_state(dom_mbm, closid, rmid, evt_id); in update_mba_bw() 709 cmbm_data = get_mbm_state(dom_mbm, entry->closid, entry->mon.rmid, evt_id); in update_mba_bw()
|
| /linux/tools/perf/util/ |
| H A D | bpf-filter.c | 341 .evt_id = pfi->event_id, in destroy_idx_hash() 413 .evt_id = event_id, in create_idx_hash()
|
| H A D | intel-pt.c | 134 u64 evt_id; member 2622 sample.id = ptq->pt->evt_id; in intel_pt_synth_events_sample() 2623 sample.stream_id = ptq->pt->evt_id; in intel_pt_synth_events_sample() 4141 pt->evt_id = id; in intel_pt_synth_events()
|