Lines Matching refs:size
64 __le16 bb_size_x; /* size of bounding box */
79 __le32 area; /* size in pixels/pressure (?) */
95 * continue reading 16k blocks until header.size bytes read */
99 __le32 size; /* always 0x0007e900 = 960x540 */
256 u8 command, u16 index, void *buffer, u16 size)
261 0x00, index, buffer, size, 1000);
484 dev_err(sur40->dev, "transfer size mismatch\n");
575 if (le32_to_cpu(img->size) != sur40->pix_fmt.sizeimage) {
576 dev_err(sur40->dev, "image size mismatch\n");
840 * per buffer and the size and allocation context of each plane, it also
865 * payload size.
870 unsigned long size = sur40->pix_fmt.sizeimage;
872 if (vb2_plane_size(vb, 0) < size) {
874 vb2_plane_size(vb, 0), size);
878 vb2_set_plane_payload(vb, 0, size);