| /Linux-v5.4/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 | 729 enum applespi_evt_type evt_type = applespi->cmd_evt_type; in applespi_async_write_complete() local 731 applespi_get_trace_fun(evt_type)(evt_type, PT_WRITE, in applespi_async_write_complete() 734 applespi_get_trace_fun(evt_type)(evt_type, PT_STATUS, in applespi_async_write_complete() 1378 unsigned int evt_type; in applespi_debug_print_read_packet() local 1382 evt_type = ET_RD_KEYB; in applespi_debug_print_read_packet() 1385 evt_type = ET_RD_TPAD; in applespi_debug_print_read_packet() 1387 evt_type = applespi->cmd_evt_type; in applespi_debug_print_read_packet() 1389 evt_type = ET_RD_UNKN; in applespi_debug_print_read_packet() 1391 applespi_get_trace_fun(evt_type)(evt_type, PT_READ, applespi->rx_buffer, in applespi_debug_print_read_packet()
|
| /Linux-v5.4/drivers/scsi/ |
| D | scsi_lib.c | 2368 switch (evt->evt_type) { in scsi_evt_emit() 2414 enum scsi_device_event evt_type; in scsi_evt_thread() local 2419 for (evt_type = SDEV_EVT_FIRST; evt_type <= SDEV_EVT_LAST; evt_type++) in scsi_evt_thread() 2420 if (test_and_clear_bit(evt_type, sdev->pending_events)) in scsi_evt_thread() 2421 sdev_evt_send_simple(sdev, evt_type, GFP_KERNEL); in scsi_evt_thread() 2459 if (!test_bit(evt->evt_type, sdev->supported_events)) { in sdev_evt_send() 2479 struct scsi_event *sdev_evt_alloc(enum scsi_device_event evt_type, in sdev_evt_alloc() argument 2486 evt->evt_type = evt_type; in sdev_evt_alloc() 2490 switch (evt_type) { in sdev_evt_alloc() 2517 enum scsi_device_event evt_type, gfp_t gfpflags) in sdev_evt_send_simple() argument [all …]
|
| D | scsi_error.c | 411 enum scsi_device_event evt_type = SDEV_EVT_MAXBITS; /* i.e. none */ in scsi_report_sense() local 415 evt_type = SDEV_EVT_INQUIRY_CHANGE_REPORTED; in scsi_report_sense() 419 evt_type = SDEV_EVT_LUN_CHANGE_REPORTED; in scsi_report_sense() 434 evt_type = SDEV_EVT_SOFT_THRESHOLD_REACHED_REPORTED; in scsi_report_sense() 442 evt_type = SDEV_EVT_POWER_ON_RESET_OCCURRED; in scsi_report_sense() 448 evt_type = SDEV_EVT_MODE_PARAMETER_CHANGE_REPORTED; in scsi_report_sense() 452 evt_type = SDEV_EVT_ALUA_STATE_CHANGE_REPORTED; in scsi_report_sense() 456 evt_type = SDEV_EVT_CAPACITY_CHANGE_REPORTED; in scsi_report_sense() 464 if (evt_type != SDEV_EVT_MAXBITS) { in scsi_report_sense() 465 set_bit(evt_type, sdev->pending_events); in scsi_report_sense()
|
| /Linux-v5.4/drivers/staging/uwb/ |
| D | neh.c | 93 u8 evt_type; member 215 neh->evt_type = expected_type; in uwb_rc_neh_add() 293 return neh->evt_type == rceb->bEventType in uwb_rc_neh_match()
|
| /Linux-v5.4/include/scsi/ |
| D | scsi_device.h | 81 enum scsi_device_event evt_type; member 411 extern struct scsi_event *sdev_evt_alloc(enum scsi_device_event evt_type, 415 enum scsi_device_event evt_type, gfp_t gfpflags);
|
| /Linux-v5.4/net/bluetooth/ |
| D | hci_event.c | 5441 process_adv_report(hdev, ev->evt_type, &ev->bdaddr, in hci_le_adv_report_evt() 5454 static u8 ext_evt_type_to_legacy(u16 evt_type) in ext_evt_type_to_legacy() argument 5456 if (evt_type & LE_EXT_ADV_LEGACY_PDU) { in ext_evt_type_to_legacy() 5457 switch (evt_type) { in ext_evt_type_to_legacy() 5472 evt_type); in ext_evt_type_to_legacy() 5477 if (evt_type & LE_EXT_ADV_CONN_IND) { in ext_evt_type_to_legacy() 5478 if (evt_type & LE_EXT_ADV_DIRECT_IND) in ext_evt_type_to_legacy() 5484 if (evt_type & LE_EXT_ADV_SCAN_RSP) in ext_evt_type_to_legacy() 5487 if (evt_type & LE_EXT_ADV_SCAN_IND) in ext_evt_type_to_legacy() 5490 if (evt_type == LE_EXT_ADV_NON_CONN_IND || in ext_evt_type_to_legacy() [all …]
|
| /Linux-v5.4/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.4/include/net/bluetooth/ |
| D | hci.h | 2131 __u8 evt_type; member 2181 __u8 evt_type; member 2191 __le16 evt_type; member
|
| /Linux-v5.4/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.4/drivers/scsi/lpfc/ |
| D | lpfc_init.c | 5275 uint8_t evt_type; in lpfc_sli4_async_sli_evt() local 5283 evt_type = bf_get(lpfc_trailer_type, acqe_sli); in lpfc_sli4_async_sli_evt() 5289 evt_type); in lpfc_sli4_async_sli_evt() 5295 switch (evt_type) { in lpfc_sli4_async_sli_evt() 5441 evt_type); in lpfc_sli4_async_sli_evt()
|