Searched refs:aligned_data (Results 1 – 4 of 4) sorted by relevance
1049 u64 aligned_data = 0; in vmbus_sendpacket_getid() local1065 bufferlist[2].iov_base = &aligned_data; in vmbus_sendpacket_getid()1114 u64 aligned_data = 0; in vmbus_sendpacket_pagebuffer() local1148 bufferlist[2].iov_base = &aligned_data; in vmbus_sendpacket_pagebuffer()1168 u64 aligned_data = 0; in vmbus_sendpacket_mpb_desc() local1186 bufferlist[2].iov_base = &aligned_data; in vmbus_sendpacket_mpb_desc()
1924 acc->bds.per_stripe.aligned_data[i].data.crop.hor_crop_en = 0; in acc_bds_per_stripe_data()1925 acc->bds.per_stripe.aligned_data[i].data.crop.hor_crop_start = 0; in acc_bds_per_stripe_data()1926 acc->bds.per_stripe.aligned_data[i].data.crop.hor_crop_end = 0; in acc_bds_per_stripe_data()1927 acc->bds.per_stripe.aligned_data[i].data.hor_ctrl0 = in acc_bds_per_stripe_data()1929 acc->bds.per_stripe.aligned_data[i].data.hor_ctrl0.out_frame_width = in acc_bds_per_stripe_data()1931 acc->bds.per_stripe.aligned_data[i].data.ver_ctrl1.out_frame_width = in acc_bds_per_stripe_data()1933 acc->bds.per_stripe.aligned_data[i].data.ver_ctrl1.out_frame_height = in acc_bds_per_stripe_data()
1155 aligned_data[IPU3_UAPI_MAX_STRIPES]; member
2199 void *new_buff, *aligned_data; in dpaa_a050385_wa_xdpf() local2222 aligned_data = PTR_ALIGN_DOWN(xdpf->data, DPAA_FD_DATA_ALIGNMENT); in dpaa_a050385_wa_xdpf()2223 data_shift = xdpf->data - aligned_data; in dpaa_a050385_wa_xdpf()2229 memmove(aligned_data, xdpf->data, xdpf->len); in dpaa_a050385_wa_xdpf()2230 xdpf->data = aligned_data; in dpaa_a050385_wa_xdpf()