Home
last modified time | relevance | path

Searched refs:mmapped (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/drivers/i2c/busses/
H A Di2c-elektor.c14 /* Partially rewriten by Oleg I. Vdovikin for mmapped support of
43 static int mmapped; variable
136 if (!mmapped) { in pcf_isa_init()
228 mmapped = 1; in elektor_match()
243 /* sanity checks for mmapped I/O */ in elektor_match()
244 if (mmapped && base < 0xc8000) { in elektor_match()
246 "for mmapped I/O\n", base); in elektor_match()
275 if (!mmapped) { in elektor_probe()
294 if (!mmapped) { in elektor_remove()
323 module_param_hw(mmapped, in
[all...]
/kernel/linux/linux-6.6/drivers/i2c/busses/
H A Di2c-elektor.c14 /* Partially rewriten by Oleg I. Vdovikin for mmapped support of
43 static int mmapped; variable
135 if (!mmapped) { in pcf_isa_init()
227 mmapped = 1; in elektor_match()
242 /* sanity checks for mmapped I/O */ in elektor_match()
243 if (mmapped && base < 0xc8000) { in elektor_match()
245 "for mmapped I/O\n", base); in elektor_match()
274 if (!mmapped) { in elektor_probe()
293 if (!mmapped) { in elektor_remove()
320 module_param_hw(mmapped, in
[all...]
/kernel/linux/linux-6.6/fs/kernfs/
H A Dfile.c524 if (of->mmapped && of->vm_ops != vma->vm_ops) in kernfs_fop_mmap()
535 of->mmapped = true; in kernfs_fop_mmap()
626 if (of->mmapped) in kernfs_unlink_open_file()
848 if (of->mmapped) { in kernfs_drain_open_files()
850 of->mmapped = false; in kernfs_drain_open_files()
/kernel/linux/linux-5.10/drivers/media/usb/cpia2/
H A Dcpia2_v4l.c129 cam->mmapped = 0; in cpia2_close()
787 if(cam->mmapped) in cpia2_querybuf()
930 if (!cam->mmapped || type != V4L2_BUF_TYPE_VIDEO_CAPTURE) in cpia2_streamon()
948 if (!cam->mmapped || type != V4L2_BUF_TYPE_VIDEO_CAPTURE) in cpia2_streamoff()
H A Dcpia2.h371 u8 mmapped; member
H A Dcpia2_usb.c109 if(cam->mmapped && in process_frame()
119 if(!cam->mmapped && cam->num_frames > 2) { in process_frame()
124 * mmapped, or we have few buffers, we need to in process_frame()
H A Dcpia2_core.c2218 cam->mmapped = false; in cpia2_init_camera()
2432 cam->mmapped = true; in cpia2_remap_buffer()
/kernel/linux/linux-5.10/fs/kernfs/
H A Dfile.c486 if (of->mmapped && of->vm_ops != vma->vm_ops) in kernfs_fop_mmap()
498 of->mmapped = true; in kernfs_fop_mmap()
/kernel/linux/linux-5.10/include/linux/
H A Dkernfs.h212 bool mmapped:1; member
/kernel/linux/linux-6.6/include/linux/
H A Dkernfs.h264 bool mmapped:1; member

Completed in 13 milliseconds