Searched refs:msize (Results 1 - 12 of 12) sorted by relevance

/drivers/mtd/devices/
H A Dpmc551.c40 * 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/media/video/
H A Dvideobuf-vmalloc.c306 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 Dvideobuf-dma-contig.c345 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 Dvideobuf-core.c59 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
H A Dvideobuf-dma-sg.c613 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
/drivers/net/wan/
H A Dcycx_main.c236 wandev->msize = card->hw.dpmsize;
H A Dcycx_x25.c515 wandev->msize - 1);
/drivers/gpu/drm/nouveau/
H A Dnouveau_vm.c223 u32 msize = size >> 12; local
228 ret = nouveau_mm_get(&vm->mm, page_shift, msize, 0, align, &vma->node);
/drivers/isdn/hardware/eicon/
H A Dio.h242 byte msize; member in struct:s_load
/drivers/message/fusion/
H A Dmptbase.c1654 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 Ddhd_sdio.c2738 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);
/drivers/media/video/bt8xx/
H A Dbttv-driver.c3146 fh->cap.read_buf = videobuf_sg_alloc(fh->cap.msize);

Completed in 281 milliseconds