Home
last modified time | relevance | path

Searched refs:event_types (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/scsi/mpt3sas/
Dmpt3sas_ctl.h199 uint32_t event_types[MPI2_EVENT_NOTIFY_EVENTMASK_WORDS]; member
209 uint32_t event_types[4]; member
Dmpt3sas_ctl.c1090 memcpy(karg.event_types, ioc->event_type, in _ctl_eventquery()
1120 memcpy(ioc->event_type, karg.event_types, in _ctl_eventenable()
/linux-4.4.14/tools/perf/util/
Dheader.h55 struct perf_file_section event_types; member
/linux-4.4.14/drivers/platform/x86/
Dsony-laptop.c1198 enum event_types { enum
3345 struct sonypi_eventtypes *event_types; member
3667 dev->event_types = type1_events; in sony_pic_detect_device_type()
3676 dev->event_types = type2_events; in sony_pic_detect_device_type()
3686 dev->event_types = type3_events; in sony_pic_detect_device_type()
3696 dev->event_types = type3_events; in sony_pic_detect_device_type()
3706 dev->event_types = type3_events; in sony_pic_detect_device_type()
3713 dev->event_types = type2_events; in sony_pic_detect_device_type()
4593 for (i = 0; dev->event_types[i].mask; i++) { in sony_pic_irq()
4595 if ((data_mask & dev->event_types[i].data) != in sony_pic_irq()
[all …]