| /linux/drivers/input/keyboard/ |
| H A D | applespi_trace.h | 21 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 D | applespi.c | 739 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 D | scsi_lib.c | 2631 switch (evt->evt_type) { in scsi_evt_emit() 2677 enum scsi_device_event evt_type; in scsi_evt_thread() local 2682 for (evt_type = SDEV_EVT_FIRST; evt_type <= SDEV_EVT_LAST; evt_type++) in scsi_evt_thread() 2683 if (test_and_clear_bit(evt_type, sdev->pending_events)) in scsi_evt_thread() 2684 sdev_evt_send_simple(sdev, evt_type, GFP_KERNEL); in scsi_evt_thread() 2722 if (!test_bit(evt->evt_type, sdev->supported_events)) { in sdev_evt_send() 2742 struct scsi_event *sdev_evt_alloc(enum scsi_device_event evt_type, in sdev_evt_alloc() argument 2749 evt->evt_type = evt_type; in sdev_evt_alloc() 2753 switch (evt_type) { in sdev_evt_alloc() 2780 enum scsi_device_event evt_type, gfp_t gfpflags) in sdev_evt_send_simple() argument [all …]
|
| H A D | scsi_error.c | 461 enum scsi_device_event evt_type = SDEV_EVT_MAXBITS; /* i.e. none */ in scsi_report_sense() local 465 evt_type = SDEV_EVT_INQUIRY_CHANGE_REPORTED; in scsi_report_sense() 469 evt_type = SDEV_EVT_LUN_CHANGE_REPORTED; in scsi_report_sense() 482 evt_type = SDEV_EVT_SOFT_THRESHOLD_REACHED_REPORTED; in scsi_report_sense() 490 evt_type = SDEV_EVT_POWER_ON_RESET_OCCURRED; in scsi_report_sense() 501 evt_type = SDEV_EVT_MODE_PARAMETER_CHANGE_REPORTED; in scsi_report_sense() 505 evt_type = SDEV_EVT_ALUA_STATE_CHANGE_REPORTED; in scsi_report_sense() 509 evt_type = SDEV_EVT_CAPACITY_CHANGE_REPORTED; in scsi_report_sense() 517 if (evt_type != SDEV_EVT_MAXBITS) { in scsi_report_sense() 518 set_bit(evt_type, sdev->pending_events); in scsi_report_sense()
|
| /linux/include/scsi/ |
| H A D | scsi_device.h | 83 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/scsi/be2iscsi/ |
| H A D | be_cmds.c | 404 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 D | hci_event.c | 6395 static u8 ext_evt_type_to_legacy(struct hci_dev *hdev, u16 evt_type) in ext_evt_type_to_legacy() argument 6397 u16 pdu_type = evt_type & ~LE_EXT_ADV_DATA_STATUS_MASK; in ext_evt_type_to_legacy() 6402 if (evt_type & LE_EXT_ADV_LEGACY_PDU) { in ext_evt_type_to_legacy() 6403 switch (evt_type) { in ext_evt_type_to_legacy() 6420 if (evt_type & LE_EXT_ADV_CONN_IND) { in ext_evt_type_to_legacy() 6421 if (evt_type & LE_EXT_ADV_DIRECT_IND) in ext_evt_type_to_legacy() 6427 if (evt_type & LE_EXT_ADV_SCAN_RSP) in ext_evt_type_to_legacy() 6430 if (evt_type & LE_EXT_ADV_SCAN_IND) in ext_evt_type_to_legacy() 6433 if (evt_type & LE_EXT_ADV_DIRECT_IND) in ext_evt_type_to_legacy() 6438 evt_type); in ext_evt_type_to_legacy() [all …]
|
| /linux/drivers/scsi/mpi3mr/ |
| H A D | mpi3mr_os.c | 3001 u16 evt_type, sz; in mpi3mr_os_handle_events() local 3012 evt_type = event_reply->event; in mpi3mr_os_handle_events() 3015 switch (evt_type) { in mpi3mr_os_handle_events() 3084 __func__, evt_type); in mpi3mr_os_handle_events() 3090 evt_type, le32_to_cpu(event_reply->event_context), ack_req); in mpi3mr_os_handle_events() 3096 "event(0x%02x), ack_required=%d\n", evt_type, ack_req); in mpi3mr_os_handle_events() 3102 fwevt->event_id = evt_type; in mpi3mr_os_handle_events()
|
| /linux/drivers/scsi/lpfc/ |
| H A D | lpfc_init.c | 6414 uint8_t evt_type; in lpfc_sli4_async_sli_evt() local 6423 evt_type = bf_get(lpfc_trailer_type, acqe_sli); in lpfc_sli4_async_sli_evt() 6427 "x%08x x%08x x%08x\n", evt_type, in lpfc_sli4_async_sli_evt() 6435 switch (evt_type) { in lpfc_sli4_async_sli_evt() 6653 evt_type); in lpfc_sli4_async_sli_evt()
|
| /linux/drivers/net/wireless/ath/ath11k/ |
| H A D | wmi.c | 3837 cmd->evt_type = enable ? ATH11K_OBSS_COLOR_COLLISION_DETECTION : in ath11k_wmi_send_obss_color_collision_cfg_cmd() 3855 cmd->vdev_id, cmd->evt_type, cmd->current_bss_color, in ath11k_wmi_send_obss_color_collision_cfg_cmd() 4072 switch (ev->evt_type) { in ath11k_wmi_obss_color_collision_event() 4078 ev->vdev_id, ev->evt_type, ev->obss_color_bitmap); in ath11k_wmi_obss_color_collision_event()
|