Home
last modified time | relevance | path

Searched refs:coding (Results 1 – 25 of 109) sorted by relevance

12345

/Linux-v6.1/drivers/gpu/drm/sprd/
Dsprd_dsi.c279 static u16 calc_bytes_per_pixel_x100(int coding) in calc_bytes_per_pixel_x100() argument
283 switch (coding) { in calc_bytes_per_pixel_x100()
326 static u8 calc_video_size_step(int coding) in calc_video_size_step() argument
330 switch (coding) { in calc_video_size_step()
352 static u16 round_video_size(int coding, u16 video_size) in round_video_size() argument
354 switch (coding) { in round_video_size()
467 u8 coding; in sprd_dsi_dpi_video() local
472 coding = fmt_to_coding(dsi->slave->format); in sprd_dsi_dpi_video()
473 video_size = round_video_size(coding, vm->hactive); in sprd_dsi_dpi_video()
474 bpp_x100 = calc_bytes_per_pixel_x100(coding); in sprd_dsi_dpi_video()
[all …]
/Linux-v6.1/drivers/staging/r8188eu/
DTODO3 * Correct the coding style according to Linux guidelines; please read the document
4 at https://www.kernel.org/doc/html/latest/process/coding-style.html.
/Linux-v6.1/Documentation/userspace-api/media/v4l/
Dext-ctrls-codec.rst1143 Entropy coding mode for H264 - CABAC/CAVALC. Applicable to the H264
1155 - Use CAVLC entropy coding.
1157 - Use CABAC entropy coding.
1583 Enables H264 hierarchical coding. Applicable to the H264 encoder.
1585 .. _v4l2-mpeg-video-h264-hierarchical-coding-type:
1591 Specifies the hierarchical coding type. Applicable to the H264
1601 - Hierarchical B coding.
1603 - Hierarchical P coding.
1608 Specifies the number of hierarchical coding layers. Applicable to
1628 Indicates bit rate (bps) for hierarchical coding layer 0 for H264 encoder.
[all …]
Dpixfmt-cnf4.rst1 .. -*- coding: utf-8; mode: rst -*-
/Linux-v6.1/Documentation/userspace-api/media/dvb/
Dfrontend-stat-properties.rst97 (FEC) on the inner coding block (before Viterbi, LDPC or other inner
117 coding.
174 coding.
182 Measures the amount of bits received after the inner coding, during the
211 correction coding (after Reed-Solomon or other outer code).
223 coding.
/Linux-v6.1/Documentation/process/
Dclang-format.rst18 - Help you follow the coding style rules, specially useful for those
20 projects with different coding styles.
24 coding style. They also try to follow :ref:`Documentation/process/coding-style.rst <codingstyle>`
46 Review files and patches for coding style
D4.Coding.rst12 This section will examine the coding process. We'll start with a look at a
24 The kernel has long had a standard coding style, described in
25 :ref:`Documentation/process/coding-style.rst <codingstyle>`. For much of
28 which does not meet the coding style guidelines. The presence of that code
31 The first of these is to believe that the kernel coding standards do not
40 Occasionally, the kernel's coding style will run into conflict with an
47 urgently in need of coding style fixes. Developers may start to generate
50 pure coding style fixes are seen as noise by the development community;
53 on it for other reasons, but coding style changes should not be made for
56 The coding style document also should not be read as an absolute law which
[all …]
/Linux-v6.1/Documentation/
DCodingStyle1 This file has moved to process/coding-style.rst
/Linux-v6.1/drivers/staging/rts5208/
DTODO2 - use kernel coding style
/Linux-v6.1/Documentation/rust/
Dindex.rst14 coding-guidelines
/Linux-v6.1/Documentation/translations/ja_JP/
DSubmittingPatches159 ていないかをチェックして下さい。その詳細を Documentation/process/coding-style.rst で
613 1) Documentation/process/coding-style.rstを参照
709 Kernel Documentation/process/coding-style.rst:
710 <http://users.sosdg.org/~qiyong/lxr/source/Documentation/process/coding-style.rst>
/Linux-v6.1/drivers/usb/gadget/function/
Du_serial.c1138 gs_port_alloc(unsigned port_num, struct usb_cdc_line_coding *coding) in gs_port_alloc() argument
1167 port->port_line_coding = *coding; in gs_port_alloc()
1217 struct usb_cdc_line_coding coding; in gserial_alloc_line_no_console() local
1223 coding.dwDTERate = cpu_to_le32(9600); in gserial_alloc_line_no_console()
1224 coding.bCharFormat = 8; in gserial_alloc_line_no_console()
1225 coding.bParityType = USB_CDC_NO_PARITY; in gserial_alloc_line_no_console()
1226 coding.bDataBits = USB_CDC_1_STOP_BITS; in gserial_alloc_line_no_console()
1229 ret = gs_port_alloc(port_num, &coding); in gserial_alloc_line_no_console()
/Linux-v6.1/Documentation/translations/zh_CN/process/
Dmanagement-style.rst12 它的目的是在某种程度上参照 :ref:`process/coding-style.rst <codingstyle>`
Dindex.rst31 coding-style
/Linux-v6.1/Documentation/dev-tools/
Dcheckpatch.rst263 See: https://www.kernel.org/doc/html/latest/process/coding-style.html#allocating-memory
495 See: https://www.kernel.org/doc/html/latest/process/coding-style.html#commenting
501 See: https://www.kernel.org/doc/html/latest/process/coding-style.html#commenting
660 See: https://www.kernel.org/doc/html/latest/process/coding-style.html#indentation
692 See: https://www.kernel.org/doc/html/latest/process/coding-style.html#indentation
700 ("checkpatch/coding-style: deprecate 80-column warning") increased the
704 …See: https://www.kernel.org/doc/html/latest/process/coding-style.html#breaking-long-lines-and-stri…
711 …See: https://www.kernel.org/doc/html/latest/process/coding-style.html#breaking-long-lines-and-stri…
718 …See: https://www.kernel.org/doc/html/latest/process/coding-style.html#breaking-long-lines-and-stri…
882 See: https://www.kernel.org/doc/html/latest/process/coding-style.html#macros-enums-and-rtl
[all …]
/Linux-v6.1/Documentation/translations/zh_TW/process/
Dmanagement-style.rst15 它的目的是在某種程度上參照 :ref:`process/coding-style.rst <codingstyle>`
Dindex.rst33 coding-style
/Linux-v6.1/Documentation/sphinx-static/
Dtheme_rtd_colors.css1 /* -*- coding: utf-8; mode: css -*-
/Linux-v6.1/tools/testing/selftests/futex/
DREADME61 o The Futex Test project adheres to the coding standards set forth by Linux
62 kernel as defined in the Linux source Documentation/process/coding-style.rst.
/Linux-v6.1/drivers/staging/vt6656/
DTODO13 - use kernel coding style
/Linux-v6.1/drivers/staging/vt6655/
DTODO15 - use kernel coding style
/Linux-v6.1/drivers/staging/gdm724x/
DTODO2 - Clean up coding style to meet kernel standard. (80 line limit, netdev_err)
/Linux-v6.1/arch/parisc/math-emu/
DREADME3 Linux coding style, please leave them in their funny format just in case
/Linux-v6.1/drivers/staging/sm750fb/
DTODO3 - use kernel coding style
/Linux-v6.1/net/batman-adv/
DMakefile24 batman-adv-$(CONFIG_BATMAN_ADV_NC) += network-coding.o

12345