/drivers/media/video/ |
H A D | videobuf-vmalloc.c | 306 unsigned int msize, 310 videobuf_queue_core_init(q, ops, dev, irqlock, type, field, msize, 300 videobuf_queue_vmalloc_init(struct videobuf_queue *q, const struct videobuf_queue_ops *ops, struct device *dev, spinlock_t *irqlock, enum v4l2_buf_type type, enum v4l2_field field, unsigned int msize, void *priv, struct mutex *ext_lock) argument
|
H A D | videobuf-dma-contig.c | 345 unsigned int msize, 349 videobuf_queue_core_init(q, ops, dev, irqlock, type, field, msize, 339 videobuf_queue_dma_contig_init(struct videobuf_queue *q, const struct videobuf_queue_ops *ops, struct device *dev, spinlock_t *irqlock, enum v4l2_buf_type type, enum v4l2_field field, unsigned int msize, void *priv, struct mutex *ext_lock) argument
|
H A D | videobuf-dma-sg.c | 613 q.msize = size; 625 unsigned int msize, 629 videobuf_queue_core_init(q, ops, dev, irqlock, type, field, msize, 619 videobuf_queue_sg_init(struct videobuf_queue *q, const struct videobuf_queue_ops *ops, struct device *dev, spinlock_t *irqlock, enum v4l2_buf_type type, enum v4l2_field field, unsigned int msize, void *priv, struct mutex *ext_lock) argument
|
H A D | videobuf-core.c | 59 BUG_ON(q->msize < sizeof(*vb)); 66 vb = q->int_ops->alloc_vb(q->msize); 147 unsigned int msize, 159 q->msize = msize; 141 videobuf_queue_core_init(struct videobuf_queue *q, const struct videobuf_queue_ops *ops, struct device *dev, spinlock_t *irqlock, enum v4l2_buf_type type, enum v4l2_field field, unsigned int msize, void *priv, struct videobuf_qtype_ops *int_ops, struct mutex *ext_lock) argument
|
/drivers/gpu/drm/nouveau/ |
H A D | nouveau_vm.c | 223 u32 msize = size >> 12; local 228 ret = nouveau_mm_get(&vm->mm, page_shift, msize, 0, align, &vma->node);
|
/drivers/mtd/devices/ |
H A D | pmc551.c | 40 * reloaded. Soooo, to help, the module supports an msize 649 static int msize = 0; variable 652 module_param(msize, int, 0); 653 MODULE_PARM_DESC(msize, "memory size in MiB [1 - 1024]"); 668 if (msize) { 669 msize = (1 << (ffs(msize) - 1)) << 20; 670 if (msize > (1 << 30)) { 672 msize); 719 if (msize) { [all...] |
/drivers/isdn/hardware/eicon/ |
H A D | io.h | 242 byte msize; member in struct:s_load
|
/drivers/message/fusion/ |
H A D | mptbase.c | 1654 u32 msize; local 1715 mem_phys = msize = 0; 1725 if (msize) 1729 msize = pci_resource_len(pdev, ii); 1732 ioc->mem_size = msize; 1736 /*mem = ioremap(mem_phys, msize);*/ 1737 mem = ioremap(mem_phys, msize);
|
/drivers/net/wireless/bcmdhd/ |
H A D | dhd_sdio.c | 2738 uint msize = 512; local 2758 size = msize; 2759 mbuffer = data = MALLOC(bus->dhd->osh, msize); 2761 DHD_ERROR(("%s: MALLOC(%d) failed \n", __FUNCTION__, msize)); 2902 MFREE(bus->dhd->osh, mbuffer, msize);
|