Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/mpt3sas/
Dmpt3sas_ctl.h195 uint32_t event_types[MPI2_EVENT_NOTIFY_EVENTMASK_WORDS]; member
205 uint32_t event_types[4]; member
Dmpt3sas_ctl.c1071 memcpy(karg.event_types, ioc->event_type, in _ctl_eventquery()
1101 memcpy(ioc->event_type, karg.event_types, in _ctl_eventenable()
/linux-4.1.27/drivers/scsi/mpt2sas/
Dmpt2sas_ctl.h191 uint32_t event_types[MPI2_EVENT_NOTIFY_EVENTMASK_WORDS]; member
201 uint32_t event_types[4]; member
Dmpt2sas_ctl.c1082 memcpy(karg.event_types, ioc->event_type, in _ctl_eventquery()
1114 memcpy(ioc->event_type, karg.event_types, in _ctl_eventenable()
/linux-4.1.27/tools/perf/util/
Dheader.h54 struct perf_file_section event_types; member
/linux-4.1.27/drivers/platform/x86/
Dsony-laptop.c1197 enum event_types { enum
3347 struct sonypi_eventtypes *event_types; member
3669 dev->event_types = type1_events; in sony_pic_detect_device_type()
3678 dev->event_types = type2_events; in sony_pic_detect_device_type()
3688 dev->event_types = type3_events; in sony_pic_detect_device_type()
3698 dev->event_types = type3_events; in sony_pic_detect_device_type()
3708 dev->event_types = type3_events; in sony_pic_detect_device_type()
3715 dev->event_types = type2_events; in sony_pic_detect_device_type()
4595 for (i = 0; dev->event_types[i].mask; i++) { in sony_pic_irq()
4597 if ((data_mask & dev->event_types[i].data) != in sony_pic_irq()
[all …]