Searched refs:v4l2_ioctl (Results 1 – 8 of 8) sorted by relevance
/external/strace/ |
D | native_printer_defs.h | 38 .v4l2_ioctl = v4l2_ioctl,
|
D | printers.h | 111 int (*v4l2_ioctl)(struct tcb *const tcp, const unsigned int code, const kernel_ulong_t arg); member 112 #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 | 38 extern int v4l2_ioctl(struct tcb *const tcp, const unsigned int code, const kernel_ulong_t arg);
|
D | ioctl.c | 268 return v4l2_ioctl(tcp, code, arg); in ioctl_decode()
|
D | v4l2.c | 842 MPERS_PRINTER_DECL(int, v4l2_ioctl, struct tcb *const tcp, in MPERS_PRINTER_DECL() argument
|
D | ChangeLog | 2189 print_v4l2_create_buffers, v4l2_ioctl): Change arg type from long 9973 Remove redundant declaration of v4l2_ioctl. 9979 * defs.h (v4l2_ioctl): Remove. 10807 (v4l2_ioctl): Mpersify. 17524 * v4l2.c (v4l2_ioctl): Check that v4l2_ioctl is defined. 19258 * v4l2.c (v4l2_ioctl): Add decoding for VIDIOC_S_CROP's arg. 19275 * v4l2.c (v4l2_ioctl): case VIDIOC_CROPCAP: add missing braces around arg 19290 * v4l2.c (v4l2_ioctl): Add decoding for VIDIOC_CREATE_BUFS's arg. 20497 * v4l2.c (v4l2_ioctl): Use j and uintmax_t when printing tv_sec/tv_usec. 20574 * v4l2.c (v4l2_ioctl): Likewise. Cast __s64 type to (long long). [all …]
|