Searched refs:v4l2_compat_ioctl32 (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/media/ |
H A D | v4l2-ioctl.h | 679 * v4l2_compat_ioctl32 -32 Bits compatibility layer for 64 bits processors 685 long int v4l2_compat_ioctl32(struct file *file, unsigned int cmd,
|
/kernel/linux/linux-6.6/include/media/ |
H A D | v4l2-ioctl.h | 679 * v4l2_compat_ioctl32 -32 Bits compatibility layer for 64 bits processors 685 long int v4l2_compat_ioctl32(struct file *file, unsigned int cmd,
|
/kernel/linux/linux-6.6/drivers/media/v4l2-core/ |
H A D | v4l2-compat-ioctl32.c | 1167 * v4l2_compat_ioctl32() - Handles a compat32 ioctl call 1180 long v4l2_compat_ioctl32(struct file *file, unsigned int cmd, unsigned long arg) in v4l2_compat_ioctl32() function 1202 EXPORT_SYMBOL_GPL(v4l2_compat_ioctl32); variable
|
H A D | v4l2-dev.c | 482 .compat_ioctl = v4l2_compat_ioctl32,
|
/kernel/linux/linux-5.10/drivers/media/v4l2-core/ |
H A D | v4l2-compat-ioctl32.c | 1453 * This function is called by v4l2_compat_ioctl32() when the function is 1768 * v4l2_compat_ioctl32() - Handles a compat32 ioctl call 1781 long v4l2_compat_ioctl32(struct file *file, unsigned int cmd, unsigned long arg) in v4l2_compat_ioctl32() function 1799 EXPORT_SYMBOL_GPL(v4l2_compat_ioctl32); variable
|
H A D | v4l2-dev.c | 478 .compat_ioctl = v4l2_compat_ioctl32,
|
Completed in 10 milliseconds