mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
6a8f31853d64abc96dab67b0cf91604eb6798119
added vb2_* functions Leaf changes summary: 23 artifacts changed Changed leaf types summary: 0 leaf type changed Removed/Changed/Added functions summary: 0 Removed, 0 Changed, 23 Added functions Removed/Changed/Added variables summary: 0 Removed, 0 Changed, 0 Added variable 23 Added functions: [A] 'function void vb2_buffer_done(vb2_buffer*, vb2_buffer_state)' [A] 'function int vb2_dqbuf(vb2_queue*, v4l2_buffer*, bool)' [A] 'function int vb2_fop_mmap(file*, vm_area_struct*)' [A] 'function __poll_t vb2_fop_poll(file*, poll_table*)' [A] 'function ssize_t vb2_fop_read(file*, char*, size_t, loff_t*)' [A] 'function int vb2_fop_release(file*)' [A] 'function int vb2_ioctl_create_bufs(file*, void*, v4l2_create_buffers*)' [A] 'function int vb2_ioctl_dqbuf(file*, void*, v4l2_buffer*)' [A] 'function int vb2_ioctl_expbuf(file*, void*, v4l2_exportbuffer*)' [A] 'function int vb2_ioctl_qbuf(file*, void*, v4l2_buffer*)' [A] 'function int vb2_ioctl_querybuf(file*, void*, v4l2_buffer*)' [A] 'function int vb2_ioctl_reqbufs(file*, void*, v4l2_requestbuffers*)' [A] 'function int vb2_ioctl_streamoff(file*, void*, v4l2_buf_type)' [A] 'function int vb2_ioctl_streamon(file*, void*, v4l2_buf_type)' [A] 'function void vb2_ops_wait_finish(vb2_queue*)' [A] 'function void vb2_ops_wait_prepare(vb2_queue*)' [A] 'function void* vb2_plane_vaddr(vb2_buffer*, unsigned int)' [A] 'function int vb2_qbuf(vb2_queue*, v4l2_buffer*)' [A] 'function int vb2_queue_init(vb2_queue*)' [A] 'function void vb2_queue_release(vb2_queue*)' [A] 'function int vb2_reqbufs(vb2_queue*, v4l2_requestbuffers*)' [A] 'function int vb2_streamoff(vb2_queue*, v4l2_buf_type)' [A] 'function int vb2_streamon(vb2_queue*, v4l2_buf_type)' Signed-off-by: Mark Salyzyn <salyzyn@google.com> Bug: 151246806 Test: abi check, confirm the various vb2_* functions are now available Change-Id: Icb568b372c3bb0bd7f71b96f98fb3ae3e417b39d
Linux kernel
============
There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.
In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``. The formatted documentation can also be read online at:
https://www.kernel.org/doc/html/latest/
There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.
See Documentation/00-INDEX for a list of what is contained in each file.
Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.
Description
Languages
C
97.7%
Assembly
1.6%
Makefile
0.3%
Perl
0.1%