Lines Matching defs:size
78 /* The size of the console */
94 /* size of the buffer in *buf above */
95 size_t size;
381 dma_free_coherent(buf->dev, buf->size, buf->buf, buf->dma);
458 buf->size = buf_size;
478 buf->len = min_t(size_t, len, buf->size);
496 sg_init_one(sg, buf->buf, buf->size);
859 unsigned int size;
870 if (sgl->n == sgl->size)
952 sgl.size = occupancy;
954 sg_init_table(sgl.sg, sgl.size);
1243 * pointers. The final argument is the output buffer size: we
1244 * can do any size, so we put PAGE_SIZE here.
1622 } size;
1627 memcpy(&size, buf->buf + buf->offset + sizeof(*cpkt),
1628 sizeof(size));
1629 set_console_size(port, size.rows, size.cols);
1664 * Skip the size of the header and the cpkt to get the size
1715 buf->len = min_t(size_t, len, buf->size);
1836 * to indicate console size changes so that it can be