Lines Matching refs:size
70 /* The size of the console */
88 /* size of the buffer in *buf above */
89 size_t size;
375 dma_free_coherent(buf->dev, buf->size, buf->buf, buf->dma);
452 buf->size = buf_size;
472 buf->len = min_t(size_t, len, buf->size);
490 sg_init_one(sg, buf->buf, buf->size);
853 unsigned int size;
864 if (sgl->n == sgl->size)
946 sgl.size = occupancy;
948 sg_init_table(sgl.sg, sgl.size);
1237 * pointers. The final argument is the output buffer size: we
1238 * can do any size, so we put PAGE_SIZE here.
1617 } size;
1622 memcpy(&size, buf->buf + buf->offset + sizeof(*cpkt),
1623 sizeof(size));
1624 set_console_size(port, size.rows, size.cols);
1659 * Skip the size of the header and the cpkt to get the size
1709 buf->len = min_t(size_t, len, buf->size);
1830 * to indicate console size changes so that it can be