Lines Matching refs:size
896 * Next scatterlist entry size is the minimum between
2415 * @size: how much zeroed driver-private data to allocate; the pointer to this
2419 * round up @size using ALIGN(size, dma_get_cache_alignment()).
2438 unsigned int size, bool slave)
2446 ctlr = kzalloc(size + ctlr_size, GFP_KERNEL);
2474 * @size: how much zeroed driver-private data to allocate
2487 unsigned int size,
2497 ctlr = __spi_alloc_controller(dev, size, slave);
2984 * @size: size to alloc and return
2994 size_t size, gfp_t gfp)
2998 sres = kzalloc(sizeof(*sres) + size, gfp);
3261 * certain size
3594 * SPI transfer length should be multiple of SPI word size
3595 * where SPI word size should be power-of-two multiple
3974 * @n_tx: size of txbuf, in bytes
3976 * @n_rx: size of rxbuf, in bytes