/linux-4.1.27/drivers/gpu/drm/udl/ |
H A D | udl_gem.c | 210 /* 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 D | tlb.c | 19 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 D | mic_fops.c | 163 * MMAP interface is as follows: mic_query_offset()
|
/linux-4.1.27/tools/testing/selftests/memfd/ |
H A D | memfd_test.c | 888 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 D | videobuf-vmalloc.c | 170 dprintk(1, "%s memory method MMAP\n", __func__); __videobuf_iolock()
|
H A D | videobuf2-dma-contig.c | 36 /* MMAP related */ 139 /* callbacks for MMAP buffers */
|
H A D | videobuf-dma-contig.c | 247 dev_dbg(q->dev, "%s memory method MMAP\n", __func__); __videobuf_iolock()
|
H A D | videobuf2-core.c | 340 * __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 D | v4l2-mem2mem.c | 381 /* Adjust MMAP memory offsets for the CAPTURE queue */ v4l2_m2m_querybuf()
|
H A D | videobuf2-dma-sg.c | 45 * This will point to sg_table when used with the MMAP or USERPTR
|
H A D | v4l2-compat-ioctl32.c | 371 /* 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 D | fbio.h | 236 /* 8 bit is done as CG3 MMAP offset */
|
/linux-4.1.27/include/linux/ |
H A D | sfi.h | 72 #define SFI_SIG_MMAP "MMAP"
|
/linux-4.1.27/arch/m68k/include/asm/ |
H A D | fbio.h | 281 /* 8 bit is done as CG3 MMAP offset */
|
/linux-4.1.27/sound/soc/sh/ |
H A D | dma-sh7760.c | 313 * in MMAP mode (i.e. aplay -M) camelot_pcm_new()
|
/linux-4.1.27/include/uapi/linux/ |
H A D | perf_event.h | 616 * 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 D | event.c | 16 [PERF_RECORD_MMAP] = "MMAP", 896 * This should have happened earlier, when we processed the kernel MMAP perf_event__preprocess_sample()
|
H A D | machine.c | 321 * 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 D | session.c | 143 * kernel MMAP event, in perf_event__process_mmap(). perf_session__new()
|
/linux-4.1.27/drivers/net/arcnet/ |
H A D | com90io.c | 424 /* 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 D | bf5xx-ac97-pcm.c | 348 * MMAP for SPORT working in TMD mode (include AC97). bf5xx_pcm_preallocate_dma_buffer()
|
/linux-4.1.27/include/media/ |
H A D | videobuf2-core.h | 79 * 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 D | usbvision-video.c | 740 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 D | videocodec.h | 196 #define CODEC_S_MMAP 0x0003 /* MMAP setup (if available) */
|
/linux-4.1.27/drivers/staging/media/davinci_vpfe/ |
H A D | vpfe_mc_capture.c | 57 * - MMAP IO
|
/linux-4.1.27/sound/pci/asihpi/ |
H A D | asihpi.c | 1345 /*? 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 D | lirc_serial.c | 798 * Future MMAP-Developers: Attention! lirc_serial_probe()
|
/linux-4.1.27/lib/zlib_deflate/ |
H A D | deflate.c | 797 * In the BIG_MEM or MMAP case (not yet supported), fill_window()
|
/linux-4.1.27/tools/perf/ |
H A D | builtin-script.c | 726 pr_debug("problem processing MMAP event, skipping it.\n"); process_mmap_event()
|
/linux-4.1.27/drivers/media/platform/davinci/ |
H A D | vpfe_capture.c | 54 * - MMAP IO
|