Home
last modified time | relevance | path

Searched refs:evt_data (Results 1 – 7 of 7) sorted by relevance

/linux-6.12.1/include/linux/usb/
Dljca.h32 typedef void (*ljca_event_cb_t)(void *context, u8 cmd, const void *evt_data, int len);
/linux-6.12.1/tools/testing/selftests/nci/
Dnci_dev.c723 char evt_data[255]; in connect_tag() local
729 resp_len = recv(sd, evt_data, sizeof(evt_data), 0); in connect_tag()
733 genlhdr = (struct genlmsghdr *)((struct nlmsghdr *)evt_data + 1); in connect_tag()
/linux-6.12.1/drivers/gpio/
Dgpio-ljca.c279 static void ljca_gpio_event_cb(void *context, u8 cmd, const void *evt_data, in ljca_gpio_event_cb() argument
282 const struct ljca_gpio_packet *packet = evt_data; in ljca_gpio_event_cb()
/linux-6.12.1/include/uapi/linux/
Di2o-dev.h108 unsigned char evt_data[I2O_EVT_DATA_SIZE]; member
/linux-6.12.1/arch/riscv/kvm/
Dvcpu_pmu.c114 static u64 kvm_pmu_get_perf_event_config(unsigned long eidx, uint64_t evt_data) in kvm_pmu_get_perf_event_config() argument
129 config = evt_data & RISCV_PMU_RAW_EVENT_MASK; in kvm_pmu_get_perf_event_config()
/linux-6.12.1/drivers/scsi/lpfc/
Dlpfc_hbadisc.c763 char *evt_data; in lpfc_send_fastpath_evt() local
776 evt_data = (char *) &fast_evt_data->un.read_check_error; in lpfc_send_fastpath_evt()
781 evt_data = (char *) &fast_evt_data->un.fabric_evt; in lpfc_send_fastpath_evt()
791 evt_data = (char *) &fast_evt_data->un.scsi_evt; in lpfc_send_fastpath_evt()
795 evt_data = (char *) &fast_evt_data->un.check_cond_evt; in lpfc_send_fastpath_evt()
800 evt_data = (char *) &fast_evt_data->un.queue_depth_evt; in lpfc_send_fastpath_evt()
817 evt_data, in lpfc_send_fastpath_evt()
/linux-6.12.1/drivers/net/wireless/ath/wil6210/
Dwmi.c3325 void *evt_data = (void *)(&wmi[1]); in wmi_event_handle() local
3363 wmi_evt_call_handler(vif, id, evt_data, in wmi_event_handle()
3372 if (!wmi_evt_call_handler(vif, id, evt_data, in wmi_event_handle()