Home
last modified time | relevance | path

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

/linux/include/linux/usb/
H A Dljca.h32 typedef void (*ljca_event_cb_t)(void *context, u8 cmd, const void *evt_data, int len);
/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Drep.c209 ether_addr_copy(evt.evt_data.mac, hw_addr); in rvu_rep_dl_port_fn_hw_addr_set()
291 memcpy(&req->evt_data, &data->evt_data, sizeof(struct rep_evt_data)); in rvu_rep_notify_pfvf()
305 if (info->evt_data.vf_state) in rvu_rep_state_evt_handler()
328 evt.evt_data.mtu = new_mtu; in rvu_rep_change_mtu()
463 evt.evt_data.port_state = 1; in rvu_rep_open()
/linux/tools/testing/selftests/nci/
H A 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/drivers/gpio/
H A Dgpio-ljca.c284 static void ljca_gpio_event_cb(void *context, u8 cmd, const void *evt_data, in ljca_gpio_event_cb() argument
287 const struct ljca_gpio_packet *packet = evt_data; in ljca_gpio_event_cb()
/linux/include/uapi/linux/
H A Di2o-dev.h108 unsigned char evt_data[I2O_EVT_DATA_SIZE]; member
/linux/drivers/usb/host/
H A Dxhci-sideband.c130 evt.evt_data = &ep_index; in xhci_sideband_notify_ep_ring_free()
/linux/drivers/scsi/lpfc/
H A Dlpfc_hbadisc.c770 char *evt_data; in lpfc_send_fastpath_evt() local
783 evt_data = (char *) &fast_evt_data->un.read_check_error; in lpfc_send_fastpath_evt()
788 evt_data = (char *) &fast_evt_data->un.fabric_evt; in lpfc_send_fastpath_evt()
798 evt_data = (char *) &fast_evt_data->un.scsi_evt; in lpfc_send_fastpath_evt()
802 evt_data = (char *) &fast_evt_data->un.check_cond_evt; in lpfc_send_fastpath_evt()
807 evt_data = (char *) &fast_evt_data->un.queue_depth_evt; in lpfc_send_fastpath_evt()
824 evt_data, in lpfc_send_fastpath_evt()
/linux/drivers/net/wireless/ath/wil6210/
H A 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()
/linux/sound/usb/qcom/
H A Dqc_audio_offload.c828 unsigned int *ep = (unsigned int *) evt->evt_data; in uaudio_sideband_notifier()