Searched refs:v4l2_ioctl (Results 1 – 9 of 9) sorted by relevance
/external/strace/ |
D | native_printer_defs.h | 47 .v4l2_ioctl = v4l2_ioctl,
|
D | printers.h | 138 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
|
D | m32_printer_defs.h | 47 .v4l2_ioctl = m32_v4l2_ioctl,
|
D | mx32_printer_defs.h | 47 .v4l2_ioctl = mx32_v4l2_ioctl,
|
D | native_printer_decls.h | 47 extern int v4l2_ioctl(struct tcb *const tcp, const unsigned int code, const kernel_ulong_t arg);
|
D | ioctl.c | 301 return v4l2_ioctl(tcp, code, arg); in ioctl_decode()
|
D | v4l2.c | 990 MPERS_PRINTER_DECL(int, v4l2_ioctl, struct tcb *const tcp, in MPERS_PRINTER_DECL() argument
|
D | ChangeLog | 6929 * 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/ |
D | camera.cc | 64 r = v4l2_ioctl(fh, request, arg); in SendCameraCommand()
|