Home
last modified time | relevance | path

Searched refs:v4l2_ioctl (Results 1 – 8 of 8) sorted by relevance

/external/strace/
Dnative_printer_defs.h38 .v4l2_ioctl = v4l2_ioctl,
Dprinters.h111 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
Dm32_printer_defs.h38 .v4l2_ioctl = m32_v4l2_ioctl,
Dmx32_printer_defs.h38 .v4l2_ioctl = mx32_v4l2_ioctl,
Dnative_printer_decls.h38 extern int v4l2_ioctl(struct tcb *const tcp, const unsigned int code, const kernel_ulong_t arg);
Dioctl.c268 return v4l2_ioctl(tcp, code, arg); in ioctl_decode()
Dv4l2.c842 MPERS_PRINTER_DECL(int, v4l2_ioctl, struct tcb *const tcp, in MPERS_PRINTER_DECL() argument
DChangeLog2189 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 …]