Searched refs:v4l2_ioctl (Results 1 – 8 of 8) sorted by relevance
/external/strace/ |
D | native_printer_defs.h | 41 .v4l2_ioctl = v4l2_ioctl,
|
D | printers.h | 120 int (*v4l2_ioctl)(struct tcb *const tcp, const unsigned int code, const kernel_ulong_t arg); member 121 #define v4l2_ioctl MPERS_PRINTER_NAME(v4l2_ioctl) macro
|
D | m32_printer_defs.h | 38 .v4l2_ioctl = m32_v4l2_ioctl,
|
D | mx32_printer_defs.h | 38 .v4l2_ioctl = mx32_v4l2_ioctl,
|
D | native_printer_decls.h | 41 extern int v4l2_ioctl(struct tcb *const tcp, const unsigned int code, const kernel_ulong_t arg);
|
D | ioctl.c | 269 return v4l2_ioctl(tcp, code, arg); in ioctl_decode()
|
D | v4l2.c | 963 MPERS_PRINTER_DECL(int, v4l2_ioctl, struct tcb *const tcp, in MPERS_PRINTER_DECL() argument
|
D | ChangeLog | 1780 (v4l2_ioctl): Add new cases for decoding VIDIOC_G/S_TUNER's arg. 6735 print_v4l2_create_buffers, v4l2_ioctl): Change arg type from long 14519 Remove redundant declaration of v4l2_ioctl. 14525 * defs.h (v4l2_ioctl): Remove. 15353 (v4l2_ioctl): Mpersify. 22070 * v4l2.c (v4l2_ioctl): Check that v4l2_ioctl is defined. 23804 * v4l2.c (v4l2_ioctl): Add decoding for VIDIOC_S_CROP's arg. 23821 * v4l2.c (v4l2_ioctl): case VIDIOC_CROPCAP: add missing braces around arg 23836 * v4l2.c (v4l2_ioctl): Add decoding for VIDIOC_CREATE_BUFS's arg. 25043 * v4l2.c (v4l2_ioctl): Use j and uintmax_t when printing tv_sec/tv_usec. [all …]
|