Home
last modified time | relevance | path

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

/external/strace/
Dnative_printer_defs.h47 .v4l2_ioctl = v4l2_ioctl,
Dprinters.h138 int (*v4l2_ioctl)(struct tcb *const tcp, const unsigned int code, const kernel_ulong_t arg); member
139 #define v4l2_ioctl MPERS_PRINTER_NAME(v4l2_ioctl) macro
Dm32_printer_defs.h47 .v4l2_ioctl = m32_v4l2_ioctl,
Dmx32_printer_defs.h47 .v4l2_ioctl = mx32_v4l2_ioctl,
Dnative_printer_decls.h47 extern int v4l2_ioctl(struct tcb *const tcp, const unsigned int code, const kernel_ulong_t arg);
Dioctl.c301 return v4l2_ioctl(tcp, code, arg); in ioctl_decode()
Dv4l2.c990 MPERS_PRINTER_DECL(int, v4l2_ioctl, struct tcb *const tcp, in MPERS_PRINTER_DECL() argument
DChangeLog6929 * v4l2.c (v4l2_ioctl): Likewise.
12027 provide common exit point in v4l2_ioctl handler, use break instead of
12033 (v4l2_ioctl): Add return RVAL_DECODED | 1 at the end of function.
12034 (v4l2_ioctl) <case VIDIOC_S_STD, case VIDIOC_S_INPUT>: Replace return
16424 (v4l2_ioctl): Add new cases for decoding VIDIOC_G/S_TUNER's arg.
21379 print_v4l2_create_buffers, v4l2_ioctl): Change arg type from long
29163 Remove redundant declaration of v4l2_ioctl.
29169 * defs.h (v4l2_ioctl): Remove.
29997 (v4l2_ioctl): Mpersify.
36714 * v4l2.c (v4l2_ioctl): Check that v4l2_ioctl is defined.
[all …]
/external/tensorflow/tensorflow/contrib/pi_examples/camera/
Dcamera.cc64 r = v4l2_ioctl(fh, request, arg); in SendCameraCommand()