Searched refs:padding_size (Results 1 – 6 of 6) sorted by relevance
202 int padding_size; in am200_presetup_fb() local234 padding_size = PAGE_SIZE + (4 * fw); in am200_presetup_fb()237 totalsize = fw + am200_board.wfm_size + padding_size + (fw*fh); in am200_presetup_fb()
1192 int padding_size = 0; in aqc111_tx_fixup() local1207 padding_size = 8 - headroom; in aqc111_tx_fixup()1209 if (((skb->len + sizeof(tx_desc) + padding_size) % frame_size) == 0) { in aqc111_tx_fixup()1210 padding_size += 8; in aqc111_tx_fixup()1228 if (!(headroom >= sizeof(tx_desc) && tailroom >= padding_size)) { in aqc111_tx_fixup()1230 padding_size, flags); in aqc111_tx_fixup()1236 if (padding_size != 0) in aqc111_tx_fixup()1237 skb_put_zero(skb, padding_size); in aqc111_tx_fixup()
724 size_t padding_size = union_size - member_size; in pvr_ioctl_union_padding_check() local726 return mem_is_zero(padding_start, padding_size); in pvr_ioctl_union_padding_check()
304 size_t padding_size = round_up(size, KASAN_ALLOCA_REDZONE_SIZE) - in __asan_alloca_poison() local318 kasan_poison(right_redzone, padding_size + KASAN_ALLOCA_REDZONE_SIZE, in __asan_alloca_poison()
163 + bi->blob.data_size + bi->blob.padding_size) in imgu_css_fw_init()
1513 u32 padding_size; /* total cumulative of bytes added member