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

/linux-master/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; local
745 applespi_get_trace_fun(evt_type)(evt_type, PT_WRITE,
748 applespi_get_trace_fun(evt_type)(evt_type, PT_STATUS,
1402 unsigned int evt_type; local
1406 evt_type = ET_RD_KEYB;
1409 evt_type = ET_RD_TPAD;
1411 evt_type = applespi->cmd_evt_type;
1413 evt_type
[all...]
/linux-master/include/scsi/
H A Dscsi_device.h83 enum scsi_device_event evt_type; member in struct:scsi_event
469 extern struct scsi_event *sdev_evt_alloc(enum scsi_device_event evt_type,
473 enum scsi_device_event evt_type, gfp_t gfpflags);
/linux-master/drivers/scsi/
H A Dscsi_lib.c2552 switch (evt->evt_type) {
2598 enum scsi_device_event evt_type; local
2603 for (evt_type = SDEV_EVT_FIRST; evt_type <= SDEV_EVT_LAST; evt_type++)
2604 if (test_and_clear_bit(evt_type, sdev->pending_events))
2605 sdev_evt_send_simple(sdev, evt_type, GFP_KERNEL);
2643 if (!test_bit(evt->evt_type, sdev->supported_events)) {
2658 * @evt_type: type of event to allocate
2663 struct scsi_event *sdev_evt_alloc(enum scsi_device_event evt_type, argument
2700 sdev_evt_send_simple(struct scsi_device *sdev, enum scsi_device_event evt_type, gfp_t gfpflags) argument
[all...]
H A Dscsi_error.c461 enum scsi_device_event evt_type = SDEV_EVT_MAXBITS; /* i.e. none */ local
465 evt_type = SDEV_EVT_INQUIRY_CHANGE_REPORTED;
469 evt_type = SDEV_EVT_LUN_CHANGE_REPORTED;
482 evt_type = SDEV_EVT_SOFT_THRESHOLD_REACHED_REPORTED;
490 evt_type = SDEV_EVT_POWER_ON_RESET_OCCURRED;
501 evt_type = SDEV_EVT_MODE_PARAMETER_CHANGE_REPORTED;
505 evt_type = SDEV_EVT_ALUA_STATE_CHANGE_REPORTED;
509 evt_type = SDEV_EVT_CAPACITY_CHANGE_REPORTED;
517 if (evt_type != SDEV_EVT_MAXBITS) {
518 set_bit(evt_type, sde
[all...]
/linux-master/drivers/scsi/be2iscsi/
H A Dbe_cmds.c404 u8 evt_type, state, old_state, le; local
408 evt_type = compl->flags >> ASYNC_TRAILER_EVENT_TYPE_SHIFT;
409 evt_type &= ASYNC_TRAILER_EVENT_TYPE_MASK;
412 if (evt_type != ASYNC_SLI_EVENT_TYPE_MISCONFIGURED)
/linux-master/net/bluetooth/
H A Dhci_event.c6378 static u8 ext_evt_type_to_legacy(struct hci_dev *hdev, u16 evt_type)
6380 if (evt_type & LE_EXT_ADV_LEGACY_PDU) {
6381 switch (evt_type) {
6398 if (evt_type & LE_EXT_ADV_CONN_IND) {
6399 if (evt_type & LE_EXT_ADV_DIRECT_IND)
6405 if (evt_type & LE_EXT_ADV_SCAN_RSP)
6408 if (evt_type & LE_EXT_ADV_SCAN_IND)
6411 if (evt_type == LE_EXT_ADV_NON_CONN_IND ||
6412 evt_type & LE_EXT_ADV_DIRECT_IND)
6417 evt_type);
6377 ext_evt_type_to_legacy(struct hci_dev *hdev, u16 evt_type) argument
6435 u16 evt_type; local
[all...]
/linux-master/drivers/scsi/mpi3mr/
H A Dmpi3mr_os.c2844 u16 evt_type, sz; local
2855 evt_type = event_reply->event;
2857 switch (evt_type) {
2919 __func__, evt_type);
2933 fwevt->event_id = evt_type;
/linux-master/drivers/iommu/amd/
H A Dinit.c749 static void amd_iommu_restart_log(struct amd_iommu *iommu, const char *evt_type, argument
759 pr_info_ratelimited("IOMMU %s log restarting\n", evt_type);
H A Diommu.c942 static void amd_iommu_handle_irq(void *data, const char *evt_type, argument
957 iommu->index, evt_type);
/linux-master/drivers/net/wireless/ath/ath11k/
H A Dwmi.c3786 cmd->evt_type = enable ? ATH11K_OBSS_COLOR_COLLISION_DETECTION :
3804 cmd->vdev_id, cmd->evt_type, cmd->current_bss_color,
4021 switch (ev->evt_type) {
4026 ev->vdev_id, ev->evt_type, ev->obss_color_bitmap);
H A Dwmi.h5495 u32 evt_type; member in struct:wmi_obss_color_collision_cfg_params_cmd
5510 u32 evt_type; member in struct:wmi_obss_color_collision_event
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_init.c6415 uint8_t evt_type; local
6424 evt_type = bf_get(lpfc_trailer_type, acqe_sli);
6428 "x%08x x%08x x%08x\n", evt_type,
6436 switch (evt_type) {
6654 evt_type);
/linux-master/drivers/net/wireless/ath/ath12k/
H A Dwmi.c3054 cmd->evt_type = enable ? cpu_to_le32(ATH12K_OBSS_COLOR_COLLISION_DETECTION) :
3064 cmd->vdev_id, cmd->evt_type, cmd->current_bss_color,
H A Dwmi.h4585 __le32 evt_type; member in struct:wmi_obss_color_collision_cfg_params_cmd

Completed in 921 milliseconds