/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_fb.c | 41 void *vmalloc; member 443 par->vmalloc = NULL; in vmw_fb_init() 450 par->vmalloc = vmalloc(fb_size); in vmw_fb_init() 451 if (unlikely(par->vmalloc == NULL)) { in vmw_fb_init() 486 info->screen_base = par->vmalloc; in vmw_fb_init() 547 vfree(par->vmalloc); in vmw_fb_init() 575 vfree(par->vmalloc); in vmw_fb_close()
|
D | vmwgfx_fifo.c | 87 fifo->static_buffer = vmalloc(fifo->static_buffer_size); in vmw_fifo_init() 369 fifo_state->dynamic_buffer = vmalloc(bytes); in vmw_fifo_reserve()
|
/drivers/video/ |
D | vgastate.c | 362 saved->vga_cmap = vmalloc(768); in save_vga() 384 saved->attr = vmalloc(total); in save_vga() 421 saved->vga_font0 = vmalloc(4 * 8192); in save_vga() 433 saved->vga_font1 = vmalloc(state->memsize); in save_vga() 444 saved->vga_text = vmalloc(8192 * 2); in save_vga()
|
/drivers/staging/rts_pstor/ |
D | rtsx_scsi.c | 331 buf = vmalloc(scsi_bufflen(srb)); in inquiry() 469 buf = vmalloc(scsi_bufflen(srb)); in request_sense() 958 buf = (u8 *)vmalloc(len); in read_eeprom() 1018 buf = (u8 *)vmalloc(len); in write_eeprom() 1063 buf = (u8 *)vmalloc(len); in read_mem() 1116 buf = (u8 *)vmalloc(len); in write_mem() 1202 buf = (unsigned char *)vmalloc(scsi_bufflen(srb)); in trace_msg_cmd() 1739 buf = (u8 *)vmalloc(len); in read_phy_register() 1797 buf = (u8 *)vmalloc(len); in write_phy_register() 1888 buf = (u8 *)vmalloc(len); in read_eeprom2() [all …]
|
/drivers/mtd/tests/ |
D | mtd_stresstest.c | 296 readbuf = vmalloc(bufsize); in mtd_stresstest_init() 297 writebuf = vmalloc(bufsize); in mtd_stresstest_init()
|
/drivers/mtd/ubi/ |
D | misc.c | 70 buf = vmalloc(vol->usable_leb_size); in ubi_check_volume()
|
D | upd.c | 161 vol->upd_buf = vmalloc(ubi->leb_size); in ubi_start_update() 198 vol->upd_buf = vmalloc(req->bytes); in ubi_start_leb_change()
|
/drivers/media/video/omap3isp/ |
D | ispqueue.c | 163 sglist = vmalloc(npages * sizeof(*sglist)); in isp_video_buffer_sglist_kernel() 197 sglist = vmalloc(buf->npages * sizeof(*sglist)); in isp_video_buffer_sglist_user() 233 sglist = vmalloc(buf->npages * sizeof(*sglist)); in isp_video_buffer_sglist_pfnmap() 330 buf->pages = vmalloc(buf->npages * sizeof(buf->pages[0])); in isp_video_buffer_prepare_user()
|
/drivers/infiniband/hw/qib/ |
D | qib_eeprom.c | 183 buf = vmalloc(len); in qib_get_eeprom_info() 323 buf = vmalloc(len); in qib_update_eeprom_log()
|
/drivers/net/wireless/ath/carl9170/ |
D | debug.c | 85 buf = vmalloc(dfops->read_bufsize); in carl9170_debugfs_read() 136 buf = vmalloc(count); in carl9170_debugfs_write() 505 buf = vmalloc(max_len); \ 535 buf = vmalloc(max_len); \
|
/drivers/media/dvb/dvb-core/ |
D | dmxdev.c | 152 mem = vmalloc(DVR_BUFFER_SIZE); in dvb_dvr_open() 270 newmem = vmalloc(size); in dvb_dvr_set_buffer_size() 311 newmem = vmalloc(size); in dvb_dmxdev_set_buffer_size() 631 mem = vmalloc(filter->buffer.size); in dvb_dmxdev_filter_start() 1232 dmxdev->filter = vmalloc(dmxdev->filternum * sizeof(struct dmxdev_filter)); in dvb_dmxdev_init()
|
D | dvb_demux.c | 683 feed->buffer = vmalloc(feed->buffer_size); in dmx_ts_feed_set() 892 dvbdmxfeed->buffer = vmalloc(dvbdmxfeed->buffer_size); in dmx_section_feed_set() 1224 dvbdemux->filter = vmalloc(dvbdemux->filternum * sizeof(struct dvb_demux_filter)); in dvb_dmx_init() 1229 dvbdemux->feed = vmalloc(dvbdemux->feednum * sizeof(struct dvb_demux_feed)); in dvb_dmx_init() 1244 dvbdemux->cnt_storage = vmalloc(MAX_PID + 1); in dvb_dmx_init()
|
/drivers/media/video/ |
D | Makefile | 128 obj-$(CONFIG_VIDEOBUF_VMALLOC) += videobuf-vmalloc.o 134 obj-$(CONFIG_VIDEOBUF2_VMALLOC) += videobuf2-vmalloc.o
|
D | videobuf-dma-sg.c | 103 sglist = vmalloc(nr_pages * sizeof(*sglist)); in videobuf_pages_to_sg() 265 dma->sglist = vmalloc(sizeof(*dma->sglist)); in videobuf_dma_map()
|
/drivers/staging/rts5139/ |
D | rts51x_scsi.c | 500 buf = vmalloc(scsi_bufflen(srb)); in inquiry() 782 buf = vmalloc(scsi_bufflen(srb)); in request_sense() 1071 buf = vmalloc(len); in read_mem() 1113 buf = vmalloc(len); in write_mem() 1169 buf = vmalloc(len); in read_phy_register() 1209 buf = vmalloc(len); in write_phy_register() 1276 buf = vmalloc(scsi_bufflen(srb)); in trace_msg_cmd()
|
/drivers/oprofile/ |
D | event_buffer.c | 94 event_buffer = vmalloc(sizeof(unsigned long) * buffer_size); in alloc_event_buffer()
|
/drivers/gpu/drm/ |
D | drm_memory.c | 71 page_map = vmalloc(num_pages * sizeof(struct page *)); in agp_remap()
|
/drivers/mtd/ |
D | mtdoops.c | 371 cxt->oops_page_used = vmalloc(DIV_ROUND_UP(mtdoops_pages, in mtdoops_notify_add() 439 cxt->oops_buf = vmalloc(record_size); in mtdoops_init()
|
D | bcm63xxpart.c | 93 buf = vmalloc(sizeof(struct bcm_tag)); in bcm63xx_parse_cfe_partitions()
|
/drivers/net/ppp/ |
D | ppp_deflate.c | 110 state->strm.workspace = vmalloc(zlib_deflate_workspacesize(-w_size, 8)); in z_comp_alloc() 326 state->strm.workspace = vmalloc(zlib_inflate_workspacesize()); in z_decomp_alloc()
|
/drivers/mtd/devices/ |
D | mtdram.c | 136 addr = vmalloc(MTDRAM_TOTAL_SIZE); in init_mtdram()
|
/drivers/s390/cio/ |
D | idset.c | 28 set = vmalloc(sizeof(struct idset) + bitmap_size(num_ssid, num_id)); in idset_new()
|
/drivers/md/ |
D | dm-log.c | 426 lc->clean_bits = vmalloc(bitset_size); in create_log_context() 467 lc->disk_header = vmalloc(buf_size); in create_log_context() 482 lc->sync_bits = vmalloc(bitset_size); in create_log_context()
|
/drivers/media/video/zoran/ |
D | zoran_procfs.c | 147 string = sp = vmalloc(count + 1); in zoran_write()
|
/drivers/scsi/bfa/ |
D | bfad_debugfs.c | 83 fw_debug->debug_buffer = vmalloc(fw_debug->buffer_len); in bfad_debugfs_open_fwtrc() 127 fw_debug->debug_buffer = vmalloc(fw_debug->buffer_len); in bfad_debugfs_open_fwsave()
|