Home
last modified time | relevance | path

Searched refs:ev_type (Results 1 – 12 of 12) sorted by relevance

/linux/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
H A DEventClass.py38 def __init__(self, name, comm, dso, symbol, raw_buf, ev_type=EVTYPE_GENERIC): argument
44 self.ev_type = ev_type
58 def __init__(self, name, comm, dso, symbol, raw_buf, ev_type=EVTYPE_PEBS): argument
72 PerfEvent.__init__(self, name, comm, dso, symbol, raw_buf, ev_type)
87 def __init__(self, name, comm, dso, symbol, raw_buf, ev_type=EVTYPE_PEBS_LL): argument
95 PebsEvent.__init__(self, name, comm, dso, symbol, raw_buf, ev_type)
/linux/include/uapi/linux/
H A Dcn_proc.h70 static inline enum proc_cn_event valid_event(enum proc_cn_event ev_type) in valid_event() argument
72 return (enum proc_cn_event)(ev_type & PROC_EVENT_ALL); in valid_event()
/linux/drivers/usb/mon/
H A Dmon_text.c132 struct urb *urb, char ev_type, struct mon_bus *mbus) in mon_text_get_setup() argument
135 if (ep->xfertype != USB_ENDPOINT_XFER_CONTROL || ev_type != 'S') in mon_text_get_setup()
146 int len, char ev_type, struct mon_bus *mbus) in mon_text_get_data() argument
156 if (ev_type != 'C') in mon_text_get_data()
159 if (ev_type != 'S') in mon_text_get_data()
194 char ev_type, int status) in mon_text_event() argument
210 ep->type = ev_type; in mon_text_event()
218 ep->length = (ev_type == 'S') ? in mon_text_event()
240 dp->length = (ev_type == 'S') ? in mon_text_event()
246 if (ev_type == 'C') in mon_text_event()
[all …]
/linux/drivers/connector/
H A Dcn_proc.c400 enum proc_cn_event ev_type = 0; in cn_proc_mcast_ctl() local
416 ev_type = pinput->event_type; in cn_proc_mcast_ctl()
419 ev_type = PROC_EVENT_ALL; in cn_proc_mcast_ctl()
424 ev_type = valid_event((enum proc_cn_event)ev_type); in cn_proc_mcast_ctl()
426 if (ev_type == PROC_EVENT_NONE) in cn_proc_mcast_ctl()
427 ev_type = PROC_EVENT_ALL; in cn_proc_mcast_ctl()
444 ev_type; in cn_proc_mcast_ctl()
/linux/net/llc/
H A Dllc_conn.c33 static int llc_find_offset(int state, int ev_type);
656 int state, ev_type, next_offset; in llc_build_offset_table() local
661 for (ev_type = 0; ev_type < NBR_CONN_EV; ev_type++) { in llc_build_offset_table()
662 llc_offset_table[state][ev_type] = next_offset; in llc_build_offset_table()
677 static int llc_find_offset(int state, int ev_type) in llc_find_offset() argument
683 switch (ev_type) { in llc_find_offset()
/linux/tools/perf/scripts/python/
H A Devent_analyzing_sample.py96 if event.ev_type == EVTYPE_GENERIC:
99 elif event.ev_type == EVTYPE_PEBS_LL:
/linux/include/linux/input/
H A Dadxl34x.h277 u32 ev_type; /* EV_ABS or EV_REL */ member
/linux/drivers/cxl/core/
H A Dmbox.c968 enum cxl_event_type ev_type = CXL_CPER_EVENT_GENERIC; in __cxl_event_trace_record() local
972 ev_type = CXL_CPER_EVENT_GEN_MEDIA; in __cxl_event_trace_record()
974 ev_type = CXL_CPER_EVENT_DRAM; in __cxl_event_trace_record()
976 ev_type = CXL_CPER_EVENT_MEM_MODULE; in __cxl_event_trace_record()
978 ev_type = CXL_CPER_EVENT_MEM_SPARING; in __cxl_event_trace_record()
980 cxl_event_trace_record(cxlmd, type, ev_type, uuid, &record->event); in __cxl_event_trace_record()
/linux/drivers/cxl/
H A Dpci.c1135 static void cxl_handle_cper_event(enum cxl_event_type ev_type, in cxl_handle_cper_event() argument
1145 pr_debug("CPER event %d for device %u:%u:%u.%u\n", ev_type, in cxl_handle_cper_event()
1167 cxl_event_trace_record(cxlds->cxlmd, log_type, ev_type, in cxl_handle_cper_event()
/linux/drivers/net/ethernet/sfc/
H A Def100_nic.c268 int ev_type; in ef100_ev_process() local
290 ev_type = EFX_QWORD_FIELD(*p_event, ESF_GZ_E_TYPE); in ef100_ev_process()
292 switch (ev_type) { in ef100_ev_process()
/linux/drivers/platform/x86/
H A Dsony-laptop.c1182 u8 ev_type = 0; in sony_nc_notify() local
1205 ev_type = HOTKEY; in sony_nc_notify()
1224 ev_type = KILLSWITCH; in sony_nc_notify()
1244 ev_type = GFX_SWITCH; in sony_nc_notify()
1250 ev_type = GFX_SWITCH; in sony_nc_notify()
1265 ev_type = HOTKEY; in sony_nc_notify()
1269 dev_name(&sony_nc_acpi_device->dev), ev_type, real_ev); in sony_nc_notify()
/linux/drivers/net/ethernet/ti/
H A Dcpts.c458 int ev_type, u32 skb_mtype_seqid) in cpts_find_ts() argument