Searched refs:MMAP (Results 1 - 30 of 30) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/udl/
H A Dudl_gem.c210 /* the dumb interface doesn't work with the GEM straight MMAP
211 interface, it expects to do MMAP on the drm fd, like normal */ udl_gem_mmap()
/linux-4.1.27/arch/um/kernel/
H A Dtlb.c19 enum { NONE, MMAP, MUNMAP, MPROTECT } type; enumerator in enum:host_vm_change::host_vm_op::__anon2945
62 case MMAP: do_ops()
97 if ((last->type == MMAP) && add_mmap()
112 { .type = MMAP, add_mmap()
/linux-4.1.27/drivers/misc/mic/host/
H A Dmic_fops.c163 * MMAP interface is as follows: mic_query_offset()
/linux-4.1.27/tools/testing/selftests/memfd/
H A Dmemfd_test.c888 printf("memfd: SHARE-MMAP\n"); main()
900 printf("memfd: SHARE-MMAP (shared file-table)\n"); main()
/linux-4.1.27/drivers/media/v4l2-core/
H A Dvideobuf-vmalloc.c170 dprintk(1, "%s memory method MMAP\n", __func__); __videobuf_iolock()
H A Dvideobuf2-dma-contig.c36 /* MMAP related */
139 /* callbacks for MMAP buffers */
H A Dvideobuf-dma-contig.c247 dev_dbg(q->dev, "%s memory method MMAP\n", __func__); __videobuf_iolock()
H A Dvideobuf2-core.c340 * __vb2_queue_alloc() - allocate videobuf buffer structures and (for MMAP type)
372 /* Allocate video buffer memory for the MMAP type */ __vb2_queue_alloc()
423 /* Free MMAP buffers or release USERPTR buffers */ __vb2_free_mem()
775 * MMAP queue type have been provided
823 dprintk(1, "MMAP for current setup unsupported\n"); __verify_memory_type()
862 * 5) for MMAP memory type, allocates actual video memory, using the
1385 * __qbuf_mmap() - handle qbuf of an MMAP buffer
2531 * MMAP requires page_aligned buffers. vb2_mmap()
2538 "MMAP invalid, as it would overflow buffer length\n"); vb2_mmap()
2854 * Request buffers and use MMAP type to force driver __vb2_init_fileio()
H A Dv4l2-mem2mem.c381 /* Adjust MMAP memory offsets for the CAPTURE queue */ v4l2_m2m_querybuf()
H A Dvideobuf2-dma-sg.c45 * This will point to sg_table when used with the MMAP or USERPTR
H A Dv4l2-compat-ioctl32.c371 /* For MMAP, driver might've set up the offset, so copy it back. put_v4l2_plane32()
/linux-4.1.27/arch/sparc/include/uapi/asm/
H A Dfbio.h236 /* 8 bit is done as CG3 MMAP offset */
/linux-4.1.27/include/linux/
H A Dsfi.h72 #define SFI_SIG_MMAP "MMAP"
/linux-4.1.27/arch/m68k/include/asm/
H A Dfbio.h281 /* 8 bit is done as CG3 MMAP offset */
/linux-4.1.27/sound/soc/sh/
H A Ddma-sh7760.c313 * in MMAP mode (i.e. aplay -M) camelot_pcm_new()
/linux-4.1.27/include/uapi/linux/
H A Dperf_event.h616 * The MMAP events record the PROT_EXEC mappings so that we can
757 * The MMAP2 records are an augmented version of MMAP, they add
/linux-4.1.27/tools/perf/util/
H A Devent.c16 [PERF_RECORD_MMAP] = "MMAP",
896 * This should have happened earlier, when we processed the kernel MMAP perf_event__preprocess_sample()
H A Dmachine.c321 * Maps are created from MMAP events which provide the pid and machine__update_thread_pid()
1054 * a zero sized synthesized MMAP event for the kernel. machine__set_kernel_mmap_len()
H A Dsession.c143 * kernel MMAP event, in perf_event__process_mmap(). perf_session__new()
/linux-4.1.27/drivers/net/arcnet/
H A Dcom90io.c424 /* Set the thing back to MMAP mode, in case the old driver is loaded later */ com90io_exit()
/linux-4.1.27/sound/soc/blackfin/
H A Dbf5xx-ac97-pcm.c348 * MMAP for SPORT working in TMD mode (include AC97). bf5xx_pcm_preallocate_dma_buffer()
/linux-4.1.27/include/media/
H A Dvideobuf2-core.h79 * Required ops for MMAP types: alloc, put, num_users, mmap.
122 * @VB2_MMAP: driver supports MMAP with streaming API
259 * @buf_init: called once after allocating a buffer (in MMAP case)
/linux-4.1.27/drivers/media/usb/usbvision/
H A Dusbvision-video.c740 the user must do a VIDEO CAPTURE and MMAP method. */ vidioc_reqbufs()
798 /* FIXME : works only on VIDEO_CAPTURE MODE, MMAP. */ vidioc_qbuf()
1697 PDEBUG(DBG_MMAP, "MMAP debugging is enabled [video]"); usbvision_init()
/linux-4.1.27/drivers/media/pci/zoran/
H A Dvideocodec.h196 #define CODEC_S_MMAP 0x0003 /* MMAP setup (if available) */
/linux-4.1.27/drivers/staging/media/davinci_vpfe/
H A Dvpfe_mc_capture.c57 * - MMAP IO
/linux-4.1.27/sound/pci/asihpi/
H A Dasihpi.c1345 /*? do we want to emulate MMAP for non-BBM cards? snd_card_asihpi_pcm_new()
1346 Jack doesn't work with ALSAs MMAP emulation - WHY NOT? */ snd_card_asihpi_pcm_new()
/linux-4.1.27/drivers/staging/media/lirc/
H A Dlirc_serial.c798 * Future MMAP-Developers: Attention! lirc_serial_probe()
/linux-4.1.27/lib/zlib_deflate/
H A Ddeflate.c797 * In the BIG_MEM or MMAP case (not yet supported), fill_window()
/linux-4.1.27/tools/perf/
H A Dbuiltin-script.c726 pr_debug("problem processing MMAP event, skipping it.\n"); process_mmap_event()
/linux-4.1.27/drivers/media/platform/davinci/
H A Dvpfe_capture.c54 * - MMAP IO

Completed in 1123 milliseconds