ev_data
struct kfd_hsa_memory_exception_data *ev_data;
ev_data = (struct kfd_hsa_memory_exception_data *) event_data;
if (ev->type == KFD_EVENT_TYPE_MEMORY && ev_data)
ev->memory_exception_data = *ev_data;
struct hfi_event_data *ev_data, bool sufficient)
format.fmt.pix_mp.width = ev_data->width;
format.fmt.pix_mp.height = ev_data->height;
if (ev_data->input_crop.width > 0 && ev_data->input_crop.height > 0) {
inst->crop.left = ev_data->input_crop.left;
inst->crop.top = ev_data->input_crop.top;
inst->crop.width = ev_data->input_crop.width;
inst->crop.height = ev_data->input_crop.height;
inst->crop.width = ev_data->width;
inst->crop.height = ev_data->height;
inst->fw_min_cnt = ev_data->buf_count;
inst->out_width = ev_data->width;
inst->out_height = ev_data->height;
if (inst->bit_depth != ev_data->bit_depth) {
inst->bit_depth = ev_data->bit_depth;
if (inst->pic_struct != ev_data->pic_struct)
inst->pic_struct = ev_data->pic_struct;
sufficient ? "" : "not", ev_data->width, ev_data->height);
memcpy(sccb->ofb_evbuf.ev_data, ev_data, len);
char ev_data[OFB_DATA_MAX];
static int sclp_ofb_send_req(char *ev_data, size_t len)
u64 *ev_data;
u8 ev_data[SNIC_EVDATA_LEN]; /* Event Data */
union ev_data data;
vmci_event_data_const_payload(const struct vmci_event_data *ev_data)
return (const char *)ev_data + sizeof(*ev_data);
static inline void *vmci_event_data_payload(struct vmci_event_data *ev_data)
return (void *)vmci_event_data_const_payload(ev_data);
struct perf_record_event_update_scale *ev_data;
ev = event_update_event__new(sizeof(*ev_data), PERF_EVENT_UPDATE__SCALE, evsel->core.id[0]);