Home
last modified time | relevance | path

Searched refs:evt_type (Results 1 – 14 of 14) sorted by relevance

/linux/drivers/input/keyboard/
H A Dapplespi_trace.h21 TP_PROTO(enum applespi_evt_type evt_type,
26 TP_ARGS(evt_type, pkt_type, buf, len),
29 __field(enum applespi_evt_type, evt_type)
36 __entry->evt_type = evt_type;
53 TP_PROTO(enum applespi_evt_type evt_type, \
57 TP_ARGS(evt_type, pkt_type, buf, len) \
69 TP_PROTO(enum applespi_evt_type evt_type,
72 TP_ARGS(evt_type, pkt_type),
75 __field(enum applespi_evt_type, evt_type)
80 __entry->evt_type = evt_type;
H A Dapplespi.c739 enum applespi_evt_type evt_type = applespi->cmd_evt_type; in applespi_async_write_complete() local
741 applespi_get_trace_fun(evt_type)(evt_type, PT_WRITE, in applespi_async_write_complete()
744 applespi_get_trace_fun(evt_type)(evt_type, PT_STATUS, in applespi_async_write_complete()
1383 unsigned int evt_type; in applespi_debug_print_read_packet() local
1387 evt_type = ET_RD_KEYB; in applespi_debug_print_read_packet()
1390 evt_type = ET_RD_TPAD; in applespi_debug_print_read_packet()
1392 evt_type = applespi->cmd_evt_type; in applespi_debug_print_read_packet()
1394 evt_type = ET_RD_UNKN; in applespi_debug_print_read_packet()
1396 applespi_get_trace_fun(evt_type)(evt_type, PT_READ, applespi->rx_buffer, in applespi_debug_print_read_packet()
/linux/drivers/scsi/
H A Dscsi_lib.c2640 switch (evt->evt_type) { in scsi_evt_emit()
2686 enum scsi_device_event evt_type; in scsi_evt_thread() local
2691 for (evt_type = SDEV_EVT_FIRST; evt_type <= SDEV_EVT_LAST; evt_type++) in scsi_evt_thread()
2692 if (test_and_clear_bit(evt_type, sdev->pending_events)) in scsi_evt_thread()
2693 sdev_evt_send_simple(sdev, evt_type, GFP_KERNEL); in scsi_evt_thread()
2731 if (!test_bit(evt->evt_type, sdev->supported_events)) { in sdev_evt_send()
2751 struct scsi_event *sdev_evt_alloc(enum scsi_device_event evt_type, in sdev_evt_alloc() argument
2758 evt->evt_type = evt_type; in sdev_evt_alloc()
2762 switch (evt_type) { in sdev_evt_alloc()
2789 enum scsi_device_event evt_type, gfp_t gfpflags) in sdev_evt_send_simple() argument
[all …]
H A Dscsi_error.c470 enum scsi_device_event evt_type = SDEV_EVT_MAXBITS; /* i.e. none */ in scsi_report_sense() local
474 evt_type = SDEV_EVT_INQUIRY_CHANGE_REPORTED; in scsi_report_sense()
478 evt_type = SDEV_EVT_LUN_CHANGE_REPORTED; in scsi_report_sense()
491 evt_type = SDEV_EVT_SOFT_THRESHOLD_REACHED_REPORTED; in scsi_report_sense()
499 evt_type = SDEV_EVT_POWER_ON_RESET_OCCURRED; in scsi_report_sense()
510 evt_type = SDEV_EVT_MODE_PARAMETER_CHANGE_REPORTED; in scsi_report_sense()
514 evt_type = SDEV_EVT_ALUA_STATE_CHANGE_REPORTED; in scsi_report_sense()
518 evt_type = SDEV_EVT_CAPACITY_CHANGE_REPORTED; in scsi_report_sense()
526 if (evt_type != SDEV_EVT_MAXBITS) { in scsi_report_sense()
527 set_bit(evt_type, sdev->pending_events); in scsi_report_sense()
/linux/include/scsi/
H A Dscsi_device.h83 enum scsi_device_event evt_type; member
483 extern struct scsi_event *sdev_evt_alloc(enum scsi_device_event evt_type,
487 enum scsi_device_event evt_type, gfp_t gfpflags);
/linux/drivers/iommu/amd/
H A Damd_iommu.h18 void amd_iommu_restart_log(struct amd_iommu *iommu, const char *evt_type,
H A Dinit.c752 void amd_iommu_restart_log(struct amd_iommu *iommu, const char *evt_type, in amd_iommu_restart_log() argument
762 pr_info_ratelimited("IOMMU %s log restarting\n", evt_type); in amd_iommu_restart_log()
H A Diommu.c1094 static void amd_iommu_handle_irq(void *data, const char *evt_type, in amd_iommu_handle_irq() argument
1109 iommu->index, evt_type); in amd_iommu_handle_irq()
/linux/drivers/scsi/be2iscsi/
H A Dbe_cmds.c404 u8 evt_type, state, old_state, le; in beiscsi_process_async_sli() local
408 evt_type = compl->flags >> ASYNC_TRAILER_EVENT_TYPE_SHIFT; in beiscsi_process_async_sli()
409 evt_type &= ASYNC_TRAILER_EVENT_TYPE_MASK; in beiscsi_process_async_sli()
412 if (evt_type != ASYNC_SLI_EVENT_TYPE_MISCONFIGURED) in beiscsi_process_async_sli()
/linux/net/bluetooth/
H A Dhci_event.c6421 static u8 ext_evt_type_to_legacy(struct hci_dev *hdev, u16 evt_type) in ext_evt_type_to_legacy()
6423 u16 pdu_type = evt_type & ~LE_EXT_ADV_DATA_STATUS_MASK; in ext_evt_type_to_legacy()
6428 if (evt_type & LE_EXT_ADV_LEGACY_PDU) { in ext_evt_type_to_legacy()
6429 switch (evt_type) { in ext_evt_type_to_legacy()
6446 if (evt_type & LE_EXT_ADV_CONN_IND) { in hci_le_ext_adv_report_evt()
6447 if (evt_type & LE_EXT_ADV_DIRECT_IND) in hci_le_ext_adv_report_evt()
6453 if (evt_type & LE_EXT_ADV_SCAN_RSP) in hci_le_ext_adv_report_evt()
6456 if (evt_type & LE_EXT_ADV_SCAN_IND) in hci_le_ext_adv_report_evt()
6459 if (evt_type & LE_EXT_ADV_DIRECT_IND) in hci_le_ext_adv_report_evt()
6464 evt_type); in hci_le_ext_adv_report_evt()
6395 ext_evt_type_to_legacy(struct hci_dev * hdev,u16 evt_type) ext_evt_type_to_legacy() argument
6457 u16 evt_type; hci_le_ext_adv_report_evt() local
[all...]
/linux/drivers/scsi/mpi3mr/
H A Dmpi3mr_os.c3087 u16 evt_type, sz; in mpi3mr_os_handle_events() local
3098 evt_type = event_reply->event; in mpi3mr_os_handle_events()
3101 switch (evt_type) { in mpi3mr_os_handle_events()
3175 __func__, evt_type); in mpi3mr_os_handle_events()
3181 evt_type, le32_to_cpu(event_reply->event_context), ack_req); in mpi3mr_os_handle_events()
3187 "event(0x%02x), ack_required=%d\n", evt_type, ack_req); in mpi3mr_os_handle_events()
3193 fwevt->event_id = evt_type; in mpi3mr_os_handle_events()
/linux/drivers/net/wireless/ath/ath12k/
H A Dwmi.c3725 cmd->evt_type = enable ? cpu_to_le32(ATH12K_OBSS_COLOR_COLLISION_DETECTION) : in ath12k_wmi_obss_color_cfg_cmd()
3735 cmd->vdev_id, cmd->evt_type, cmd->current_bss_color, in ath12k_wmi_obss_color_cfg_cmd()
3913 u32 vdev_id, evt_type; in ath12k_wmi_obss_color_collision_event() local
3930 evt_type = le32_to_cpu(ev->evt_type); in ath12k_wmi_obss_color_collision_event()
3942 switch (evt_type) { in ath12k_wmi_obss_color_collision_event()
3949 vdev_id, evt_type, bitmap); in ath12k_wmi_obss_color_collision_event()
3956 ath12k_warn(ab, "unknown OBSS color collision event type %d\n", evt_type); in ath12k_wmi_obss_color_collision_event()
/linux/drivers/scsi/lpfc/
H A Dlpfc_init.c6411 uint8_t evt_type; in lpfc_sli4_async_sli_evt() local
6420 evt_type = bf_get(lpfc_trailer_type, acqe_sli); in lpfc_sli4_async_sli_evt()
6424 "x%08x x%08x x%08x\n", evt_type, in lpfc_sli4_async_sli_evt()
6432 switch (evt_type) { in lpfc_sli4_async_sli_evt()
6650 evt_type); in lpfc_sli4_async_sli_evt()
/linux/drivers/net/wireless/ath/ath11k/
H A Dwmi.c3849 cmd->evt_type = enable ? ATH11K_OBSS_COLOR_COLLISION_DETECTION : in ath11k_wmi_send_obss_color_collision_cfg_cmd()
3867 cmd->vdev_id, cmd->evt_type, cmd->current_bss_color, in ath11k_wmi_send_obss_color_collision_cfg_cmd()
4125 switch (ev->evt_type) { in ath11k_wmi_obss_color_collision_event()
4131 ev->vdev_id, ev->evt_type, ev->obss_color_bitmap); in ath11k_wmi_obss_color_collision_event()