Lines Matching defs:size
874 * @size: size to alloc and return
883 size_t size, gfp_t gfp)
887 sres = kzalloc(sizeof(*sres) + size, gfp);
1045 * Next scatterlist entry size is the minimum between
2875 * @size: how much zeroed driver-private data to allocate; the pointer to this
2879 * round up @size using ALIGN(size, dma_get_cache_alignment()).
2898 unsigned int size, bool slave)
2906 ctlr = kzalloc(size + ctlr_size, GFP_KERNEL);
2940 * @size: how much zeroed driver-private data to allocate
2953 unsigned int size,
2963 ctlr = __spi_alloc_controller(dev, size, slave);
3586 * certain size
3967 * SPI transfer length should be multiple of SPI word size
3968 * where SPI word size should be power-of-two multiple.
4387 * @n_tx: size of txbuf, in bytes
4389 * @n_rx: size of rxbuf, in bytes