Home
last modified time | relevance | path

Searched refs:event_type (Results 1 – 103 of 103) sorted by relevance

/linux-4.4.14/drivers/scsi/lpfc/
Dlpfc_nl.h59 uint32_t event_type; member
66 uint32_t event_type; member
95 uint32_t event_type; member
117 uint32_t event_type; member
154 uint32_t event_type; member
164 uint32_t event_type; member
175 uint32_t event_type; member
Dlpfc_scsi.c3576 fast_path_evt->un.scsi_evt.event_type = in lpfc_send_scsi_error_event()
3591 fast_path_evt->un.check_cond_evt.scsi_event.event_type = in lpfc_send_scsi_error_event()
3617 fast_path_evt->un.read_check_error.header.event_type = in lpfc_send_scsi_error_event()
3995 fast_path_evt->un.fabric_evt.event_type = in lpfc_scsi_cmd_iocb_cmpl()
5172 scsi_event.event_type = FC_REG_SCSI_EVENT; in lpfc_device_reset_handler()
5250 scsi_event.event_type = FC_REG_SCSI_EVENT; in lpfc_target_reset_handler()
5299 scsi_event.event_type = FC_REG_SCSI_EVENT; in lpfc_bus_reset_handler()
Dlpfc_init.c1430 board_event.event_type = FC_REG_BOARD_EVENT; in lpfc_board_errevt_to_mgmt()
1521 temp_event_data.event_type = FC_REG_TEMPERATURE_EVENT; in lpfc_handle_eratt_s3()
1678 temp_event_data.event_type = FC_REG_TEMPERATURE_EVENT; in lpfc_handle_eratt_s4()
4140 temp_event_data.event_type = FC_REG_TEMPERATURE_EVENT; in lpfc_sli4_async_sli_evt()
4156 temp_event_data.event_type = FC_REG_TEMPERATURE_EVENT; in lpfc_sli4_async_sli_evt()
4330 uint8_t event_type = bf_get(lpfc_trailer_type, acqe_fip); in lpfc_sli4_async_fip_evt() local
4341 switch (event_type) { in lpfc_sli4_async_fip_evt()
4344 if (event_type == LPFC_FIP_EVENT_TYPE_NEW_FCF) in lpfc_sli4_async_fip_evt()
4565 "0x%x\n", event_type, acqe_fip->event_tag); in lpfc_sli4_async_fip_evt()
6321 adapter_event.event_type = FC_REG_ADAPTER_EVENT; in lpfc_post_init_setup()
Dlpfc_els.c5410 rscn_event_data->event_type = FC_REG_RSCN_EVENT; in lpfc_send_rscn_event()
7113 lsrjt_event.header.event_type = FC_REG_ELS_EVENT; in lpfc_send_els_failure_event()
7134 fabric_event.event_type = FC_REG_FABRIC_EVENT; in lpfc_send_els_failure_event()
7190 els_data->event_type = FC_REG_ELS_EVENT; in lpfc_send_els_event()
Dlpfc_hbadisc.c454 evt_category = (unsigned long) fast_evt_data->un.fabric_evt.event_type; in lpfc_send_fastpath_evt()
Dlpfc_sli.c9048 temp_event_data.event_type = FC_REG_TEMPERATURE_EVENT; in lpfc_sli_async_event_handler()
/linux-4.4.14/drivers/pci/hotplug/
Dshpchp_ctrl.c42 static int queue_interrupt_event(struct slot *p_slot, u32 event_type) in queue_interrupt_event() argument
50 info->event_type = event_type; in queue_interrupt_event()
62 u32 event_type; in shpchp_handle_attention_button() local
74 event_type = INT_BUTTON_PRESS; in shpchp_handle_attention_button()
76 queue_interrupt_event(p_slot, event_type); in shpchp_handle_attention_button()
86 u32 event_type; in shpchp_handle_switch_change() local
102 event_type = INT_SWITCH_OPEN; in shpchp_handle_switch_change()
104 event_type = INT_POWER_FAULT; in shpchp_handle_switch_change()
112 event_type = INT_SWITCH_CLOSE; in shpchp_handle_switch_change()
115 queue_interrupt_event(p_slot, event_type); in shpchp_handle_switch_change()
[all …]
Dpciehp_ctrl.c40 void pciehp_queue_interrupt_event(struct slot *p_slot, u32 event_type) in pciehp_queue_interrupt_event() argument
46 ctrl_err(p_slot->ctrl, "dropped event %d (ENOMEM)\n", event_type); in pciehp_queue_interrupt_event()
51 info->event_type = event_type; in pciehp_queue_interrupt_event()
369 switch (info->event_type) { in interrupt_event_handler()
391 handle_link_event(p_slot, info->event_type); in interrupt_event_handler()
Dpciehp.h84 u32 event_type; member
129 void pciehp_queue_interrupt_event(struct slot *slot, u32 event_type);
Dcpqphp_ctrl.c109 taskInfo->event_type = INT_SWITCH_OPEN; in handle_switch_change()
117 taskInfo->event_type = INT_SWITCH_CLOSE; in handle_switch_change()
191 taskInfo->event_type = INT_BUTTON_PRESS; in handle_presence_change()
197 taskInfo->event_type = INT_BUTTON_RELEASE; in handle_presence_change()
202 taskInfo->event_type = INT_BUTTON_CANCEL; in handle_presence_change()
207 taskInfo->event_type = INT_BUTTON_IGNORE; in handle_presence_change()
222 taskInfo->event_type = INT_PRESENCE_ON; in handle_presence_change()
225 taskInfo->event_type = INT_PRESENCE_OFF; in handle_presence_change()
271 taskInfo->event_type = INT_POWER_FAULT_CLEAR; in handle_power_fault()
276 taskInfo->event_type = INT_POWER_FAULT; in handle_power_fault()
[all …]
Dshpchp.h97 u32 event_type; member
Dcpqphp.h287 u32 event_type; member
/linux-4.4.14/drivers/md/
Ddm-uevent.c183 void dm_path_uevent(enum dm_uevent_type event_type, struct dm_target *ti, in dm_path_uevent() argument
189 if (event_type >= ARRAY_SIZE(_dm_uevent_type_names)) { in dm_path_uevent()
190 DMERR("%s: Invalid event_type %d", __func__, event_type); in dm_path_uevent()
195 _dm_uevent_type_names[event_type].action, in dm_path_uevent()
196 _dm_uevent_type_names[event_type].name, in dm_path_uevent()
Ddm-uevent.h34 extern void dm_path_uevent(enum dm_uevent_type event_type,
51 static inline void dm_path_uevent(enum dm_uevent_type event_type, in dm_path_uevent() argument
/linux-4.4.14/net/sctp/
Dprimitive.c56 sctp_event_t event_type; sctp_subtype_t subtype; \
60 event_type = SCTP_EVENT_T_PRIMITIVE; \
65 error = sctp_do_sm(net, event_type, subtype, state, ep, asoc, \
Dsm_sideeffect.c54 static int sctp_cmd_interpreter(sctp_event_t event_type,
63 static int sctp_side_effects(sctp_event_t event_type, sctp_subtype_t subtype,
569 sctp_event_t event_type, in sctp_cmd_assoc_failed() argument
579 if (event_type == SCTP_EVENT_T_CHUNK && subtype.chunk == SCTP_CID_ABORT) in sctp_cmd_assoc_failed()
1079 ep, sctp_evttype_tbl[event_type], (*debug_fn)(subtype), \
1097 int sctp_do_sm(struct net *net, sctp_event_t event_type, sctp_subtype_t subtype, in sctp_do_sm() argument
1112 printfn_t *debug_fn __attribute__ ((unused)) = table[event_type]; in sctp_do_sm()
1117 state_fn = sctp_sm_lookup_event(net, event_type, state, subtype); in sctp_do_sm()
1125 error = sctp_side_effects(event_type, subtype, state, in sctp_do_sm()
1136 static int sctp_side_effects(sctp_event_t event_type, sctp_subtype_t subtype, in sctp_side_effects() argument
[all …]
Dsm_statetable.c80 sctp_event_t event_type, in sctp_sm_lookup_event() argument
84 switch (event_type) { in sctp_sm_lookup_event()
/linux-4.4.14/drivers/char/tpm/
Dtpm_eventlog.c90 do_endian_conversion(event->event_type); in tpm_bios_measurements_start()
108 converted_event_type = do_endian_conversion(event->event_type); in tpm_bios_measurements_start()
138 converted_event_type = do_endian_conversion(event->event_type); in tpm_bios_measurements_next()
161 switch (do_endian_conversion(event->event_type)) { in get_event_name()
178 (event->event_type)]; in get_event_name()
242 temp_event.event_type = do_endian_conversion(event->event_type); in tpm_binary_bios_measurements_show()
296 seq_printf(m, " %02x", do_endian_conversion(event->event_type)); in tpm_ascii_bios_measurements_show()
Dtpm_eventlog.h27 u32 event_type; member
/linux-4.4.14/tools/lib/traceevent/
Devent-parse.c783 static int event_item_type(enum event_type type) in event_item_type()
875 static enum event_type get_type(int ch) in get_type()
940 static enum event_type force_token(const char *str, char **tok);
942 static enum event_type __read_token(char **tok) in __read_token()
948 enum event_type type; in __read_token()
1108 static enum event_type force_token(const char *str, char **tok) in force_token()
1113 enum event_type type; in force_token()
1138 static enum event_type read_token(char **tok) in read_token()
1140 enum event_type type; in read_token()
1164 enum event_type pevent_read_token(char **tok) in pevent_read_token()
[all …]
Devent-parse.h354 enum event_type { enum
784 enum event_type pevent_read_token(char **tok);
Dparse-filter.c73 static enum event_type read_token(char **tok) in read_token()
75 enum event_type type; in read_token()
349 enum event_type type, struct filter_arg **parg, char *error_str) in create_arg_item()
954 enum event_type type; in process_filter()
/linux-4.4.14/drivers/staging/nvec/
Dnvec_power.c73 u8 event_type; member
89 unsigned long event_type, void *data) in nvec_power_notifier() argument
95 if (event_type != NVEC_SYS) in nvec_power_notifier()
125 unsigned long event_type, void *data) in nvec_power_bat_notifier() argument
132 if (event_type != NVEC_BAT) in nvec_power_bat_notifier()
Dnvec_ps2.c78 unsigned long event_type, void *data) in nvec_ps2_notifier() argument
83 switch (event_type) { in nvec_ps2_notifier()
Dnvec_kbd.c58 unsigned long event_type, void *data) in nvec_keys_notifier() argument
63 if (event_type == NVEC_KB_EVT) { in nvec_keys_notifier()
Dnvec.c142 unsigned long event_type, void *data) in nvec_status_notifier() argument
148 if (event_type != NVEC_CNTL) in nvec_status_notifier()
151 dev_warn(nvec->dev, "unhandled msg type %ld\n", event_type); in nvec_status_notifier()
/linux-4.4.14/drivers/net/ethernet/ti/
Dcpts.c44 static int event_type(struct cpts_event *event) in event_type() function
82 type = event_type(event); in cpts_fifo_read()
117 if (event_type(event) == CPTS_EV_PUSH) { in cpts_systim_read()
310 if (ev_type == event_type(event) && in cpts_find_ts()
/linux-4.4.14/drivers/input/misc/
Dsoc_button_array.c32 unsigned int event_type; member
98 gpio_keys[n_buttons].type = info->event_type; in soc_button_device_create()
/linux-4.4.14/arch/powerpc/include/asm/
Dio_event_irq.h42 uint8_t event_type; /* 0x00 IO-Event Type */ member
/linux-4.4.14/drivers/input/gameport/
Dgameport.c357 enum gameport_event_type event_type) in gameport_queue_event() argument
374 if (event->type == event_type) in gameport_queue_event()
382 pr_err("Not enough memory to queue event %d\n", event_type); in gameport_queue_event()
389 event_type); in gameport_queue_event()
395 event->type = event_type; in gameport_queue_event()
/linux-4.4.14/drivers/staging/rdma/ehca/
Dehca_irq.c180 enum ib_event_type event_type) in dispatch_qp_event() argument
185 if (event_type == IB_EVENT_PATH_MIG && !qp->mig_armed) in dispatch_qp_event()
189 event.event = event_type; in dispatch_qp_event()
207 enum ib_event_type event_type, int fatal) in qp_event_callback() argument
225 IB_EVENT_SRQ_ERR : event_type); in qp_event_callback()
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/
Dcq.c66 void mlx5_cq_event(struct mlx5_core_dev *dev, u32 cqn, int event_type) in mlx5_cq_event() argument
84 cq->event(cq, event_type); in mlx5_cq_event()
Dqp.c70 void mlx5_rsc_event(struct mlx5_core_dev *dev, u32 rsn, int event_type) in mlx5_rsc_event() argument
81 qp->event(qp, event_type); in mlx5_rsc_event()
Dsrq.c42 void mlx5_srq_event(struct mlx5_core_dev *dev, u32 srqn, int event_type) in mlx5_srq_event() argument
60 srq->event(srq, event_type); in mlx5_srq_event()
/linux-4.4.14/drivers/input/serio/
Dserio.c257 enum serio_event_type event_type) in serio_queue_event() argument
274 if (event->type == event_type) in serio_queue_event()
282 pr_err("Not enough memory to queue event %d\n", event_type); in serio_queue_event()
289 event_type); in serio_queue_event()
295 event->type = event_type; in serio_queue_event()
/linux-4.4.14/drivers/gpu/drm/amd/amdkfd/
Dkfd_pm4_headers_diq.h126 unsigned int event_type:6; member
Dkfd_events.c408 uint32_t event_type, bool auto_reset, uint32_t node_id, in kfd_event_create() argument
418 ev->type = event_type; in kfd_event_create()
428 switch (event_type) { in kfd_event_create()
Dkfd_priv.h729 uint32_t event_type, bool auto_reset, uint32_t node_id,
Dkfd_dbgdev.c133 rm_packet->bitfields2.event_type = CACHE_FLUSH_AND_INV_TS_EVENT; in dbgdev_diq_submit_ib()
Dkfd_chardev.c821 err = kfd_event_create(filp, p, args->event_type, in kfd_ioctl_create_event()
/linux-4.4.14/drivers/net/ethernet/mellanox/mlxsw/
Dpci.h187 MLXSW_ITEM32(pci, eqe, event_type, 0x0C, 24, 8);
Dpci.c847 u8 event_type = mlxsw_pci_eqe_event_type_get(eqe); in mlxsw_pci_eq_tasklet() local
849 switch (event_type) { in mlxsw_pci_eq_tasklet()
/linux-4.4.14/drivers/message/fusion/
Dmptsas.h96 enum mptsas_hotplug_action event_type; member
Dmptsas.c4316 switch (hot_plug_info->event_type) { in mptsas_hotplug_work()
4613 hot_plug_info.event_type = MPTSAS_ADD_DEVICE; in mptsas_send_sas_event()
4615 hot_plug_info.event_type = MPTSAS_DEL_DEVICE; in mptsas_send_sas_event()
4674 hot_plug_info.event_type = MPTSAS_DEL_PHYSDISK_REPROBE; in mptsas_send_raid_event()
4677 hot_plug_info.event_type = MPTSAS_ADD_PHYSDISK_REPROBE; in mptsas_send_raid_event()
4687 hot_plug_info.event_type = MPTSAS_ADD_PHYSDISK; in mptsas_send_raid_event()
4694 hot_plug_info.event_type = MPTSAS_DEL_PHYSDISK; in mptsas_send_raid_event()
4704 hot_plug_info.event_type = MPTSAS_DEL_RAID; in mptsas_send_raid_event()
4711 hot_plug_info.event_type = MPTSAS_ADD_RAID; in mptsas_send_raid_event()
4718 hot_plug_info.event_type = MPTSAS_DEL_RAID; in mptsas_send_raid_event()
[all …]
/linux-4.4.14/drivers/media/platform/omap3isp/
Dispstat.h113 unsigned long event_type; member
Disph3a_aewb.c300 aewb->event_type = V4L2_EVENT_OMAP3ISP_AEWB; in omap3isp_h3a_aewb_init()
Disph3a_af.c363 af->event_type = V4L2_EVENT_OMAP3ISP_AF; in omap3isp_h3a_af_init()
Dispstat.c470 event.type = stat->event_type; in isp_stat_queue_event()
992 if (sub->type != stat->event_type) in omap3isp_stat_subscribe_event()
Disphist.c514 hist->event_type = V4L2_EVENT_OMAP3ISP_HIST; in omap3isp_hist_init()
/linux-4.4.14/include/sound/
Dsoc-topology.h179 u16 event_type);
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/
Dsrq.c43 void mlx4_srq_event(struct mlx4_dev *dev, u32 srqn, int event_type) in mlx4_srq_event() argument
61 srq->event(srq, event_type); in mlx4_srq_event()
Dcq.c116 void mlx4_cq_event(struct mlx4_dev *dev, u32 cqn, int event_type) in mlx4_cq_event() argument
134 cq->event(cq, event_type); in mlx4_cq_event()
Dmlx4.h1201 void mlx4_cq_event(struct mlx4_dev *dev, u32 cqn, int event_type);
1203 void mlx4_qp_event(struct mlx4_dev *dev, u32 qpn, int event_type);
1205 void mlx4_srq_event(struct mlx4_dev *dev, u32 srqn, int event_type);
Dqp.c49 void mlx4_qp_event(struct mlx4_dev *dev, u32 qpn, int event_type) in mlx4_qp_event() argument
67 qp->event(qp, event_type); in mlx4_qp_event()
/linux-4.4.14/arch/x86/kvm/
Dpmu_intel.c85 return intel_arch_events[i].event_type; in intel_find_arch_event()
93 return intel_arch_events[fixed_pmc_events[idx]].event_type; in intel_find_fixed_event()
Dpmu.h14 unsigned event_type; member
Dpmu_amd.c48 return amd_event_mapping[i].event_type; in amd_find_arch_event()
/linux-4.4.14/arch/powerpc/platforms/ps3/
Ddevice-init.c702 u64 event_type; /* enum ps3_notify_type */ member
856 notify_event->event_type, notify_event->bus_id, in ps3_probe_thread()
860 if (notify_event->event_type != notify_region_probe || in ps3_probe_thread()
864 __func__, __LINE__, notify_event->event_type, in ps3_probe_thread()
/linux-4.4.14/drivers/infiniband/hw/mthca/
Dmthca_dev.h505 enum ib_event_type event_type);
520 enum ib_event_type event_type);
528 enum ib_event_type event_type);
Dmthca_srq.c423 enum ib_event_type event_type) in mthca_srq_event() argument
443 event.event = event_type; in mthca_srq_event()
Dmthca_cq.c239 enum ib_event_type event_type) in mthca_cq_event() argument
258 event.event = event_type; in mthca_cq_event()
Dmthca_qp.c238 enum ib_event_type event_type) in mthca_qp_event() argument
251 event_type, qpn); in mthca_qp_event()
255 if (event_type == IB_EVENT_PATH_MIG) in mthca_qp_event()
259 event.event = event_type; in mthca_qp_event()
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/
Dfweh.c48 __be32 event_type; member
452 code = get_unaligned_be32(&event_packet->msg.event_type); in brcmf_fweh_process_event()
/linux-4.4.14/tools/perf/util/
Dparse-events.h29 const char *event_type(int type);
Devent.h288 struct perf_trace_event_type event_type; member
371 struct event_type_event event_type; member
Dsession.c575 event->event_type.event_type.event_id = in perf_event__event_type_swap()
576 bswap_64(event->event_type.event_type.event_id); in perf_event__event_type_swap()
Dparse-events.c260 const char *event_type(int type) in event_type() function
/linux-4.4.14/include/uapi/drm/
Dexynos_drm.h112 __u64 event_type; member
/linux-4.4.14/include/uapi/linux/
Dkfd_ioctl.h177 uint32_t event_type; /* to KFD */ member
/linux-4.4.14/include/linux/mlx5/
Ddriver.h752 void mlx5_rsc_event(struct mlx5_core_dev *dev, u32 rsn, int event_type);
756 void mlx5_srq_event(struct mlx5_core_dev *dev, u32 srqn, int event_type);
759 void mlx5_cq_event(struct mlx5_core_dev *dev, u32 cqn, int event_type);
Dmlx5_ifc.h6586 u8 event_type[0x8]; member
/linux-4.4.14/drivers/acpi/
Dsysfs.c545 static void acpi_global_event_handler(u32 event_type, acpi_handle device, in acpi_global_event_handler() argument
548 if (event_type == ACPI_EVENT_TYPE_GPE) in acpi_global_event_handler()
551 if (event_type == ACPI_EVENT_TYPE_FIXED) in acpi_global_event_handler()
/linux-4.4.14/Documentation/device-mapper/
Ddm-uevent.txt11 void dm_path_uevent(enum dm_uevent_type event_type, struct dm_target *ti,
/linux-4.4.14/include/uapi/sound/
Dasoc.h362 __le16 event_type; member
/linux-4.4.14/arch/ia64/include/asm/
Dsal.h547 u64 event_type : 1, member
553 u8 event_type; member
/linux-4.4.14/sound/soc/intel/skylake/
Dskl-topology.c1194 if (tplg_w->event_type == 0) { in skl_tplg_widget_load()
1201 tplg_w->event_type); in skl_tplg_widget_load()
1205 __func__, tplg_w->event_type); in skl_tplg_widget_load()
/linux-4.4.14/tools/perf/
Dbuiltin-script.c316 event_type(j)); in perf_session__check_output_opt()
1167 event_type(type)); in parse_output_fields()
1214 all_output_options[i].str, event_type(j)); in parse_output_fields()
1221 all_output_options[i].str, event_type(type)); in parse_output_fields()
1233 "Events will not be displayed.\n", event_type(type)); in parse_output_fields()
Ddesign.txt372 * When header.misc & PERF_RECORD_MISC_OVERFLOW the event_type field
/linux-4.4.14/include/net/sctp/
Dsm.h268 int sctp_do_sm(struct net *net, sctp_event_t event_type, sctp_subtype_t subtype,
/linux-4.4.14/kernel/events/
Dcore.c314 enum event_type_t event_type);
317 enum event_type_t event_type,
2056 enum event_type_t event_type,
2402 enum event_type_t event_type) in ctx_sched_out() argument
2407 ctx->is_active &= ~event_type; in ctx_sched_out()
2417 if ((is_active & EVENT_PINNED) && (event_type & EVENT_PINNED)) { in ctx_sched_out()
2422 if ((is_active & EVENT_FLEXIBLE) && (event_type & EVENT_FLEXIBLE)) { in ctx_sched_out()
2717 enum event_type_t event_type) in cpu_ctx_sched_out() argument
2719 ctx_sched_out(&cpuctx->ctx, cpuctx, event_type); in cpu_ctx_sched_out()
2784 enum event_type_t event_type, in ctx_sched_in() argument
[all …]
/linux-4.4.14/drivers/isdn/capi/
Dkcapi.c284 static int notify_push(unsigned int event_type, u32 controller) in notify_push() argument
292 event->type = event_type; in notify_push()
/linux-4.4.14/drivers/scsi/mpt3sas/
Dmpt3sas_base.h1024 u32 event_type[MPI2_EVENT_NOTIFY_EVENTMASK_WORDS]; member
1239 u32 *event_type);
Dmpt3sas_ctl.c331 return desired_event & ioc->event_type[i]; in _ctl_check_event_type()
1090 memcpy(karg.event_types, ioc->event_type, in _ctl_eventquery()
1120 memcpy(ioc->event_type, karg.event_types, in _ctl_eventenable()
1122 mpt3sas_base_validate_event_type(ioc, ioc->event_type); in _ctl_eventenable()
Dmpt3sas_base.c4729 mpt3sas_base_validate_event_type(struct MPT3SAS_ADAPTER *ioc, u32 *event_type) in mpt3sas_base_validate_event_type() argument
4737 event_mask = ~event_type[i]; in mpt3sas_base_validate_event_type()
/linux-4.4.14/drivers/net/ethernet/emulex/benet/
Dbe_cmds.c362 u8 event_type = (compl->flags >> ASYNC_EVENT_TYPE_SHIFT) & in be_async_grp5_evt_process() local
365 switch (event_type) { in be_async_grp5_evt_process()
387 u8 event_type = 0; in be_async_dbg_evt_process() local
390 event_type = (cmp->flags >> ASYNC_EVENT_TYPE_SHIFT) & in be_async_dbg_evt_process()
393 switch (event_type) { in be_async_dbg_evt_process()
401 event_type); in be_async_dbg_evt_process()
409 u8 event_type = (cmp->flags >> ASYNC_EVENT_TYPE_SHIFT) & in be_async_sliport_evt_process() local
412 if (event_type == ASYNC_EVENT_PORT_MISCONFIG) in be_async_sliport_evt_process()
/linux-4.4.14/drivers/tty/vt/
Dkeyboard.c1466 static void kbd_event(struct input_handle *handle, unsigned int event_type, in kbd_event() argument
1472 if (event_type == EV_MSC && event_code == MSC_RAW && HW_RAW(handle->dev)) in kbd_event()
1474 if (event_type == EV_KEY) in kbd_event()
/linux-4.4.14/drivers/dma/
Dste_dma40.c1175 enum d40_events event_type, u32 event, in __d40_config_set_event() argument
1182 switch (event_type) { in __d40_config_set_event()
1258 enum d40_events event_type) in d40_config_set_event() argument
1265 __d40_config_set_event(d40c, event_type, event, in d40_config_set_event()
1269 __d40_config_set_event(d40c, event_type, event, in d40_config_set_event()
/linux-4.4.14/include/uapi/rdma/
Dib_user_verbs.h113 __u32 event_type; /* enum ib_event_type */ member
/linux-4.4.14/include/acpi/
Dactypes.h1055 void (*acpi_gbl_event_handler) (u32 event_type,
/linux-4.4.14/drivers/scsi/aic7xxx/
Daic7xxx.h652 uint8_t event_type; /* MSG type or EVENT_TYPE_BUS_RESET */ member
Daic7xxx_core.c232 u_int event_type,
6743 u_int initiator_id, u_int event_type, u_int event_arg) in ahc_queue_lstate_event() argument
6755 if (event_type == EVENT_TYPE_BUS_RESET in ahc_queue_lstate_event()
6756 || event_type == MSG_BUS_DEV_RESET) { in ahc_queue_lstate_event()
6771 lstate->event_buffer[lstate->event_r_idx].event_type, in ahc_queue_lstate_event()
6781 event->event_type = event_type; in ahc_queue_lstate_event()
6805 switch (event->event_type) { in ahc_send_lstate_events()
6811 inot->message_args[0] = event->event_type; in ahc_send_lstate_events()
Daic79xx.h706 uint8_t event_type; /* MSG type or EVENT_TYPE_BUS_RESET */ member
Daic79xx_core.c232 u_int event_type,
9244 u_int initiator_id, u_int event_type, u_int event_arg) in ahd_queue_lstate_event() argument
9256 if (event_type == EVENT_TYPE_BUS_RESET in ahd_queue_lstate_event()
9257 || event_type == MSG_BUS_DEV_RESET) { in ahd_queue_lstate_event()
9272 lstate->event_buffer[lstate->event_r_idx].event_type, in ahd_queue_lstate_event()
9282 event->event_type = event_type; in ahd_queue_lstate_event()
9306 switch (event->event_type) { in ahd_send_lstate_events()
9312 inot->message_args[0] = event->event_type; in ahd_send_lstate_events()
/linux-4.4.14/drivers/scsi/esas2r/
Datvda.h617 u8 event_type; member
/linux-4.4.14/sound/soc/
Dsoc-topology.c593 int num_events, u16 event_type) in snd_soc_tplg_widget_bind_event() argument
600 if (event_type == events[i].type) { in snd_soc_tplg_widget_bind_event()
/linux-4.4.14/drivers/net/wireless/ath/ath10k/
Dwmi.c1964 arg->event_type = ev->event_type; in ath10k_wmi_op_pull_scan_ev()
1977 enum wmi_scan_event_type event_type; in ath10k_wmi_event_scan() local
1991 event_type = __le32_to_cpu(arg.event_type); in ath10k_wmi_event_scan()
2002 ath10k_wmi_event_scan_type_str(event_type, reason), in ath10k_wmi_event_scan()
2003 event_type, reason, freq, req_id, scan_id, vdev_id, in ath10k_wmi_event_scan()
2006 switch (event_type) { in ath10k_wmi_event_scan()
Dwmi.h2929 __le32 event_type; /* %WMI_SCAN_EVENT_ */ member
5942 __le32 event_type; /* %WMI_SCAN_EVENT_ */ member
Dwmi-tlv.c585 arg->event_type = ev->event_type; in ath10k_wmi_tlv_op_pull_scan_ev()
/linux-4.4.14/sound/pci/asihpi/
Dhpi.h1144 u16 event_type; /**< type of event. \sa async_event */ member
/linux-4.4.14/drivers/scsi/qla4xxx/
Dql4_fw.h1041 uint8_t event_type; /* 0C - 0C */ member
/linux-4.4.14/drivers/gpu/drm/exynos/
Dexynos_drm_g2d.c1096 if (req->event_type != G2D_EVENT_NOT) { in exynos_g2d_set_cmdlist_ioctl()
/linux-4.4.14/drivers/infiniband/core/
Duverbs_main.c521 entry->desc.async.event_type = event; in ib_uverbs_async_handler()
/linux-4.4.14/drivers/scsi/
Dhpsa.c8143 char *event_type; in hpsa_ack_ctlr_events() local
8155 event_type = "state change"; in hpsa_ack_ctlr_events()
8157 event_type = "configuration change"; in hpsa_ack_ctlr_events()
8166 h->events, event_type); in hpsa_ack_ctlr_events()