Searched refs:aligned_data (Results 1 – 5 of 5) sorted by relevance
1023 u64 aligned_data = 0; in vmbus_sendpacket() local1039 bufferlist[2].iov_base = &aligned_data; in vmbus_sendpacket()1064 u64 aligned_data = 0; in vmbus_sendpacket_pagebuffer() local1098 bufferlist[2].iov_base = &aligned_data; in vmbus_sendpacket_pagebuffer()1118 u64 aligned_data = 0; in vmbus_sendpacket_mpb_desc() local1136 bufferlist[2].iov_base = &aligned_data; in vmbus_sendpacket_mpb_desc()
1927 acc->bds.per_stripe.aligned_data[i].data.crop.hor_crop_en = 0; in acc_bds_per_stripe_data()1928 acc->bds.per_stripe.aligned_data[i].data.crop.hor_crop_start = 0; in acc_bds_per_stripe_data()1929 acc->bds.per_stripe.aligned_data[i].data.crop.hor_crop_end = 0; in acc_bds_per_stripe_data()1930 acc->bds.per_stripe.aligned_data[i].data.hor_ctrl0 = in acc_bds_per_stripe_data()1932 acc->bds.per_stripe.aligned_data[i].data.hor_ctrl0.out_frame_width = in acc_bds_per_stripe_data()1934 acc->bds.per_stripe.aligned_data[i].data.ver_ctrl1.out_frame_width = in acc_bds_per_stripe_data()1936 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
502 bool aligned_data = true; in hash_get_nents() local511 aligned_data = false; in hash_get_nents()517 *aligned = aligned_data; in hash_get_nents()
2183 void *new_buff, *aligned_data; in dpaa_a050385_wa_xdpf() local2206 aligned_data = PTR_ALIGN_DOWN(xdpf->data, DPAA_FD_DATA_ALIGNMENT); in dpaa_a050385_wa_xdpf()2207 data_shift = xdpf->data - aligned_data; in dpaa_a050385_wa_xdpf()2213 memmove(aligned_data, xdpf->data, xdpf->len); in dpaa_a050385_wa_xdpf()2214 xdpf->data = aligned_data; in dpaa_a050385_wa_xdpf()