Home
last modified time | relevance | path

Searched refs:evt_type (Results 1 - 25 of 26) sorted by relevance

12

/kernel/linux/linux-5.10/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)
[all...]
H A Dapplespi.c730 enum applespi_evt_type evt_type = applespi->cmd_evt_type; in applespi_async_write_complete() local
732 applespi_get_trace_fun(evt_type)(evt_type, PT_WRITE, in applespi_async_write_complete()
735 applespi_get_trace_fun(evt_type)(evt_type, PT_STATUS, in applespi_async_write_complete()
1387 unsigned int evt_type; in applespi_debug_print_read_packet() local
1391 evt_type = ET_RD_KEYB; in applespi_debug_print_read_packet()
1394 evt_type = ET_RD_TPAD; in applespi_debug_print_read_packet()
1396 evt_type = applespi->cmd_evt_type; in applespi_debug_print_read_packet()
1398 evt_type in applespi_debug_print_read_packet()
[all...]
/kernel/linux/linux-6.6/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)
[all...]
H A Dapplespi.c743 enum applespi_evt_type evt_type = applespi->cmd_evt_type; in applespi_async_write_complete() local
745 applespi_get_trace_fun(evt_type)(evt_type, PT_WRITE, in applespi_async_write_complete()
748 applespi_get_trace_fun(evt_type)(evt_type, PT_STATUS, in applespi_async_write_complete()
1402 unsigned int evt_type; in applespi_debug_print_read_packet() local
1406 evt_type = ET_RD_KEYB; in applespi_debug_print_read_packet()
1409 evt_type = ET_RD_TPAD; in applespi_debug_print_read_packet()
1411 evt_type = applespi->cmd_evt_type; in applespi_debug_print_read_packet()
1413 evt_type in applespi_debug_print_read_packet()
[all...]
/kernel/linux/linux-5.10/drivers/scsi/
H A Dscsi_lib.c2359 switch (evt->evt_type) { in scsi_evt_emit()
2405 enum scsi_device_event evt_type; in scsi_evt_thread() local
2410 for (evt_type = SDEV_EVT_FIRST; evt_type <= SDEV_EVT_LAST; evt_type++) in scsi_evt_thread()
2411 if (test_and_clear_bit(evt_type, sdev->pending_events)) in scsi_evt_thread()
2412 sdev_evt_send_simple(sdev, evt_type, GFP_KERNEL); in scsi_evt_thread()
2450 if (!test_bit(evt->evt_type, sdev->supported_events)) { in sdev_evt_send()
2465 * @evt_type: type of event to allocate
2470 struct scsi_event *sdev_evt_alloc(enum scsi_device_event evt_type, in sdev_evt_alloc() argument
2507 sdev_evt_send_simple(struct scsi_device *sdev, enum scsi_device_event evt_type, gfp_t gfpflags) sdev_evt_send_simple() argument
[all...]
H A Dscsi_error.c412 enum scsi_device_event evt_type = SDEV_EVT_MAXBITS; /* i.e. none */ in scsi_report_sense() local
416 evt_type = SDEV_EVT_INQUIRY_CHANGE_REPORTED; in scsi_report_sense()
420 evt_type = SDEV_EVT_LUN_CHANGE_REPORTED; in scsi_report_sense()
435 evt_type = SDEV_EVT_SOFT_THRESHOLD_REACHED_REPORTED; in scsi_report_sense()
443 evt_type = SDEV_EVT_POWER_ON_RESET_OCCURRED; in scsi_report_sense()
449 evt_type = SDEV_EVT_MODE_PARAMETER_CHANGE_REPORTED; in scsi_report_sense()
453 evt_type = SDEV_EVT_ALUA_STATE_CHANGE_REPORTED; in scsi_report_sense()
457 evt_type = SDEV_EVT_CAPACITY_CHANGE_REPORTED; in scsi_report_sense()
465 if (evt_type != SDEV_EVT_MAXBITS) { in scsi_report_sense()
466 set_bit(evt_type, sde in scsi_report_sense()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/
H A Dscsi_lib.c2454 switch (evt->evt_type) { in scsi_evt_emit()
2500 enum scsi_device_event evt_type; in scsi_evt_thread() local
2505 for (evt_type = SDEV_EVT_FIRST; evt_type <= SDEV_EVT_LAST; evt_type++) in scsi_evt_thread()
2506 if (test_and_clear_bit(evt_type, sdev->pending_events)) in scsi_evt_thread()
2507 sdev_evt_send_simple(sdev, evt_type, GFP_KERNEL); in scsi_evt_thread()
2545 if (!test_bit(evt->evt_type, sdev->supported_events)) { in sdev_evt_send()
2560 * @evt_type: type of event to allocate
2565 struct scsi_event *sdev_evt_alloc(enum scsi_device_event evt_type, in sdev_evt_alloc() argument
2602 sdev_evt_send_simple(struct scsi_device *sdev, enum scsi_device_event evt_type, gfp_t gfpflags) sdev_evt_send_simple() argument
[all...]
H A Dscsi_error.c460 enum scsi_device_event evt_type = SDEV_EVT_MAXBITS; /* i.e. none */ in scsi_report_sense() local
464 evt_type = SDEV_EVT_INQUIRY_CHANGE_REPORTED; in scsi_report_sense()
468 evt_type = SDEV_EVT_LUN_CHANGE_REPORTED; in scsi_report_sense()
481 evt_type = SDEV_EVT_SOFT_THRESHOLD_REACHED_REPORTED; in scsi_report_sense()
489 evt_type = SDEV_EVT_POWER_ON_RESET_OCCURRED; in scsi_report_sense()
500 evt_type = SDEV_EVT_MODE_PARAMETER_CHANGE_REPORTED; in scsi_report_sense()
504 evt_type = SDEV_EVT_ALUA_STATE_CHANGE_REPORTED; in scsi_report_sense()
508 evt_type = SDEV_EVT_CAPACITY_CHANGE_REPORTED; in scsi_report_sense()
516 if (evt_type != SDEV_EVT_MAXBITS) { in scsi_report_sense()
517 set_bit(evt_type, sde in scsi_report_sense()
[all...]
/kernel/linux/linux-5.10/include/scsi/
H A Dscsi_device.h81 enum scsi_device_event evt_type; member
422 extern struct scsi_event *sdev_evt_alloc(enum scsi_device_event evt_type,
426 enum scsi_device_event evt_type, gfp_t gfpflags);
/kernel/linux/linux-6.6/include/scsi/
H A Dscsi_device.h83 enum scsi_device_event evt_type; member
469 extern struct scsi_event *sdev_evt_alloc(enum scsi_device_event evt_type,
473 enum scsi_device_event evt_type, gfp_t gfpflags);
/kernel/linux/linux-5.10/net/bluetooth/
H A Dhci_event.c5707 process_adv_report(hdev, ev->evt_type, &ev->bdaddr, in hci_le_adv_report_evt()
5720 static u8 ext_evt_type_to_legacy(struct hci_dev *hdev, u16 evt_type) in ext_evt_type_to_legacy() argument
5722 if (evt_type & LE_EXT_ADV_LEGACY_PDU) { in ext_evt_type_to_legacy()
5723 switch (evt_type) { in ext_evt_type_to_legacy()
5740 if (evt_type & LE_EXT_ADV_CONN_IND) { in ext_evt_type_to_legacy()
5741 if (evt_type & LE_EXT_ADV_DIRECT_IND) in ext_evt_type_to_legacy()
5747 if (evt_type & LE_EXT_ADV_SCAN_RSP) in ext_evt_type_to_legacy()
5750 if (evt_type & LE_EXT_ADV_SCAN_IND) in ext_evt_type_to_legacy()
5753 if (evt_type == LE_EXT_ADV_NON_CONN_IND || in ext_evt_type_to_legacy()
5754 evt_type in ext_evt_type_to_legacy()
5774 u16 evt_type; hci_le_ext_adv_report_evt() local
[all...]
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/net/bluetooth/
H A Dhci_event.c6508 static u8 ext_evt_type_to_legacy(struct hci_dev *hdev, u16 evt_type) in ext_evt_type_to_legacy() argument
6510 if (evt_type & LE_EXT_ADV_LEGACY_PDU) { in ext_evt_type_to_legacy()
6511 switch (evt_type) { in ext_evt_type_to_legacy()
6528 if (evt_type & LE_EXT_ADV_CONN_IND) { in ext_evt_type_to_legacy()
6529 if (evt_type & LE_EXT_ADV_DIRECT_IND) in ext_evt_type_to_legacy()
6535 if (evt_type & LE_EXT_ADV_SCAN_RSP) in ext_evt_type_to_legacy()
6538 if (evt_type & LE_EXT_ADV_SCAN_IND) in ext_evt_type_to_legacy()
6541 if (evt_type == LE_EXT_ADV_NON_CONN_IND || in ext_evt_type_to_legacy()
6542 evt_type & LE_EXT_ADV_DIRECT_IND) in ext_evt_type_to_legacy()
6547 evt_type); in ext_evt_type_to_legacy()
6566 u16 evt_type; hci_le_ext_adv_report_evt() local
[all...]
/kernel/linux/linux-5.10/include/net/bluetooth/
H A Dhci.h2302 __u8 evt_type; member
2352 __u8 evt_type; member
2370 __le16 evt_type; member
/kernel/linux/linux-6.6/drivers/scsi/mpi3mr/
H A Dmpi3mr_os.c2843 u16 evt_type, sz; in mpi3mr_os_handle_events() local
2854 evt_type = event_reply->event; in mpi3mr_os_handle_events()
2856 switch (evt_type) { in mpi3mr_os_handle_events()
2918 __func__, evt_type); in mpi3mr_os_handle_events()
2932 fwevt->event_id = evt_type; in mpi3mr_os_handle_events()
/kernel/linux/linux-6.6/drivers/iommu/amd/
H A Dinit.c763 static void amd_iommu_restart_log(struct amd_iommu *iommu, const char *evt_type, in amd_iommu_restart_log() argument
773 pr_info_ratelimited("IOMMU %s log restarting\n", evt_type); in amd_iommu_restart_log()
H A Diommu.c844 static void amd_iommu_handle_irq(void *data, const char *evt_type, in amd_iommu_handle_irq() argument
859 iommu->index, evt_type); in amd_iommu_handle_irq()
/kernel/linux/linux-5.10/drivers/scsi/lpfc/
H A Dlpfc_init.c5391 uint8_t evt_type; in lpfc_sli4_async_sli_evt() local
5399 evt_type = bf_get(lpfc_trailer_type, acqe_sli); in lpfc_sli4_async_sli_evt()
5403 "x%08x x%08x x%08x\n", evt_type, in lpfc_sli4_async_sli_evt()
5411 switch (evt_type) { in lpfc_sli4_async_sli_evt()
5573 evt_type); in lpfc_sli4_async_sli_evt()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/
H A Dwmi.h5472 u32 evt_type; member
5487 u32 evt_type; member
H A Dwmi.c3722 cmd->evt_type = enable ? ATH11K_OBSS_COLOR_COLLISION_DETECTION : in ath11k_wmi_send_obss_color_collision_cfg_cmd()
3740 cmd->vdev_id, cmd->evt_type, cmd->current_bss_color, in ath11k_wmi_send_obss_color_collision_cfg_cmd()
3957 switch (ev->evt_type) { in ath11k_wmi_obss_color_collision_event()
3963 ev->vdev_id, ev->evt_type, ev->obss_color_bitmap); in ath11k_wmi_obss_color_collision_event()
/kernel/linux/linux-6.6/drivers/scsi/lpfc/
H A Dlpfc_init.c6408 uint8_t evt_type; in lpfc_sli4_async_sli_evt() local
6417 evt_type = bf_get(lpfc_trailer_type, acqe_sli); in lpfc_sli4_async_sli_evt()
6421 "x%08x x%08x x%08x\n", evt_type, in lpfc_sli4_async_sli_evt()
6429 switch (evt_type) { in lpfc_sli4_async_sli_evt()
6642 evt_type); in lpfc_sli4_async_sli_evt()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/
H A Dwmi.h4776 u32 evt_type; member
H A Dwmi.c2982 cmd->evt_type = enable ? ATH11K_OBSS_COLOR_COLLISION_DETECTION : in ath11k_wmi_send_obss_color_collision_cfg_cmd()
2992 cmd->vdev_id, cmd->evt_type, cmd->current_bss_color, in ath11k_wmi_send_obss_color_collision_cfg_cmd()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/
H A Dwmi.h4566 __le32 evt_type; member

Completed in 149 milliseconds

12