coherent_buf_size  112 drivers/staging/most/core.c 	u16 const coherent_buf_size = c->cfg.buffer_size + c->cfg.extra_len;
coherent_buf_size  115 drivers/staging/most/core.c 		c->iface->dma_free(mbo, coherent_buf_size);
coherent_buf_size  961 drivers/staging/most/core.c 	u32 coherent_buf_size = c->cfg.buffer_size + c->cfg.extra_len;
coherent_buf_size  975 drivers/staging/most/core.c 				c->iface->dma_alloc(mbo, coherent_buf_size);
coherent_buf_size  978 drivers/staging/most/core.c 				kzalloc(coherent_buf_size, GFP_KERNEL);