| /Linux-v5.15/drivers/input/keyboard/ |
| 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;
|
| D | applespi.c | 743 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 = ET_RD_UNKN; in applespi_debug_print_read_packet() 1415 applespi_get_trace_fun(evt_type)(evt_type, PT_READ, applespi->rx_buffer, in applespi_debug_print_read_packet()
|
| /Linux-v5.15/drivers/scsi/ |
| D | scsi_lib.c | 2365 switch (evt->evt_type) { in scsi_evt_emit() 2411 enum scsi_device_event evt_type; in scsi_evt_thread() local 2416 for (evt_type = SDEV_EVT_FIRST; evt_type <= SDEV_EVT_LAST; evt_type++) in scsi_evt_thread() 2417 if (test_and_clear_bit(evt_type, sdev->pending_events)) in scsi_evt_thread() 2418 sdev_evt_send_simple(sdev, evt_type, GFP_KERNEL); in scsi_evt_thread() 2456 if (!test_bit(evt->evt_type, sdev->supported_events)) { in sdev_evt_send() 2476 struct scsi_event *sdev_evt_alloc(enum scsi_device_event evt_type, in sdev_evt_alloc() argument 2483 evt->evt_type = evt_type; in sdev_evt_alloc() 2487 switch (evt_type) { in sdev_evt_alloc() 2514 enum scsi_device_event evt_type, gfp_t gfpflags) in sdev_evt_send_simple() argument [all …]
|
| D | scsi_error.c | 431 enum scsi_device_event evt_type = SDEV_EVT_MAXBITS; /* i.e. none */ in scsi_report_sense() local 435 evt_type = SDEV_EVT_INQUIRY_CHANGE_REPORTED; in scsi_report_sense() 439 evt_type = SDEV_EVT_LUN_CHANGE_REPORTED; in scsi_report_sense() 454 evt_type = SDEV_EVT_SOFT_THRESHOLD_REACHED_REPORTED; in scsi_report_sense() 462 evt_type = SDEV_EVT_POWER_ON_RESET_OCCURRED; in scsi_report_sense() 468 evt_type = SDEV_EVT_MODE_PARAMETER_CHANGE_REPORTED; in scsi_report_sense() 472 evt_type = SDEV_EVT_ALUA_STATE_CHANGE_REPORTED; in scsi_report_sense() 476 evt_type = SDEV_EVT_CAPACITY_CHANGE_REPORTED; in scsi_report_sense() 484 if (evt_type != SDEV_EVT_MAXBITS) { in scsi_report_sense() 485 set_bit(evt_type, sdev->pending_events); in scsi_report_sense()
|
| /Linux-v5.15/include/scsi/ |
| D | scsi_device.h | 83 enum scsi_device_event evt_type; member 429 extern struct scsi_event *sdev_evt_alloc(enum scsi_device_event evt_type, 433 enum scsi_device_event evt_type, gfp_t gfpflags);
|
| /Linux-v5.15/net/bluetooth/ |
| D | hci_event.c | 5785 process_adv_report(hdev, ev->evt_type, &ev->bdaddr, in hci_le_adv_report_evt() 5798 static u8 ext_evt_type_to_legacy(struct hci_dev *hdev, u16 evt_type) in ext_evt_type_to_legacy() argument 5800 if (evt_type & LE_EXT_ADV_LEGACY_PDU) { in ext_evt_type_to_legacy() 5801 switch (evt_type) { in ext_evt_type_to_legacy() 5818 if (evt_type & LE_EXT_ADV_CONN_IND) { in ext_evt_type_to_legacy() 5819 if (evt_type & LE_EXT_ADV_DIRECT_IND) in ext_evt_type_to_legacy() 5825 if (evt_type & LE_EXT_ADV_SCAN_RSP) in ext_evt_type_to_legacy() 5828 if (evt_type & LE_EXT_ADV_SCAN_IND) in ext_evt_type_to_legacy() 5831 if (evt_type == LE_EXT_ADV_NON_CONN_IND || in ext_evt_type_to_legacy() 5832 evt_type & LE_EXT_ADV_DIRECT_IND) in ext_evt_type_to_legacy() [all …]
|
| /Linux-v5.15/drivers/scsi/be2iscsi/ |
| 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-v5.15/include/net/bluetooth/ |
| D | hci.h | 2311 __u8 evt_type; member 2361 __u8 evt_type; member 2379 __le16 evt_type; member
|
| /Linux-v5.15/drivers/scsi/mpi3mr/ |
| D | mpi3mr_os.c | 1864 u16 evt_type, sz; in mpi3mr_os_handle_events() local 1875 evt_type = event_reply->event; in mpi3mr_os_handle_events() 1877 switch (evt_type) { in mpi3mr_os_handle_events() 1927 __func__, evt_type); in mpi3mr_os_handle_events() 1941 fwevt->event_id = evt_type; in mpi3mr_os_handle_events()
|
| /Linux-v5.15/drivers/block/ |
| D | sx8.c | 1037 u8 evt_type = *evt_type_ptr; in carm_handle_responses() local 1039 pci_name(host->pdev), (int) evt_type); in carm_handle_responses()
|
| /Linux-v5.15/drivers/scsi/lpfc/ |
| D | lpfc_init.c | 6288 uint8_t evt_type; in lpfc_sli4_async_sli_evt() local 6297 evt_type = bf_get(lpfc_trailer_type, acqe_sli); in lpfc_sli4_async_sli_evt() 6301 "x%08x x%08x x%08x\n", evt_type, in lpfc_sli4_async_sli_evt() 6309 switch (evt_type) { in lpfc_sli4_async_sli_evt() 6509 evt_type); in lpfc_sli4_async_sli_evt()
|
| /Linux-v5.15/drivers/net/wireless/ath/ath11k/ |
| D | wmi.h | 4820 u32 evt_type; member
|
| D | wmi.c | 3222 cmd->evt_type = enable ? ATH11K_OBSS_COLOR_COLLISION_DETECTION : in ath11k_wmi_send_obss_color_collision_cfg_cmd() 3232 cmd->vdev_id, cmd->evt_type, cmd->current_bss_color, in ath11k_wmi_send_obss_color_collision_cfg_cmd()
|