| /linux-6.15/drivers/gpu/drm/sprd/ |
| H A D | sprd_dsi.c | 276 static u16 calc_bytes_per_pixel_x100(int coding) in calc_bytes_per_pixel_x100() argument 280 switch (coding) { in calc_bytes_per_pixel_x100() 323 static u8 calc_video_size_step(int coding) in calc_video_size_step() argument 327 switch (coding) { in calc_video_size_step() 351 switch (coding) { in round_video_size() 464 u8 coding; in sprd_dsi_dpi_video() local 469 coding = fmt_to_coding(dsi->slave->format); in sprd_dsi_dpi_video() 471 bpp_x100 = calc_bytes_per_pixel_x100(coding); in sprd_dsi_dpi_video() 589 u8 coding; in sprd_dsi_edpi_video() local 591 coding = fmt_to_coding(dsi->slave->format); in sprd_dsi_edpi_video() [all …]
|
| /linux-6.15/Documentation/userspace-api/media/v4l/ |
| H A D | ext-ctrls-codec.rst | 1155 - Use CAVLC entropy coding. 1157 - Use CABAC entropy coding. 1585 .. _v4l2-mpeg-video-h264-hierarchical-coding-type: 1601 - Hierarchical B coding. 1603 - Hierarchical P coding. 2348 .. _v4l2-hevc-hier-coding-type: 2367 - Use the B frame for hierarchical coding. 2369 - Use the P frame for hierarchical coding. 2377 Selects the hierarchical coding layer. In normal encoding 2495 Selects HEVC maximum coding unit depth. [all …]
|
| H A D | pixfmt-cnf4.rst | 1 .. -*- coding: utf-8; mode: rst -*-
|
| /linux-6.15/Documentation/userspace-api/media/dvb/ |
| H A D | frontend-stat-properties.rst | 97 (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-6.15/Documentation/dev-tools/ |
| H A D | clang-format.rst | 18 - 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
|
| H A D | checkpatch.rst | 263 See: https://www.kernel.org/doc/html/latest/process/coding-style.html#allocating-memory 475 See: https://www.kernel.org/doc/html/latest/process/coding-style.html#commenting 481 See: https://www.kernel.org/doc/html/latest/process/coding-style.html#commenting 640 See: https://www.kernel.org/doc/html/latest/process/coding-style.html#indentation 672 See: https://www.kernel.org/doc/html/latest/process/coding-style.html#indentation 680 ("checkpatch/coding-style: deprecate 80-column warning") increased the 925 See: https://www.kernel.org/doc/html/latest/process/coding-style.html#naming 1105 See: https://www.kernel.org/doc/html/latest/process/coding-style.html#spaces 1124 See: https://www.kernel.org/doc/html/latest/process/coding-style.html#spaces 1129 See: https://www.kernel.org/doc/html/latest/process/coding-style.html#spaces [all …]
|
| /linux-6.15/Documentation/ |
| H A D | CodingStyle | 1 This file has moved to process/coding-style.rst
|
| /linux-6.15/Documentation/devicetree/bindings/ |
| H A D | dts-coding-style.rst | 13 making the coding style stricter. 19 and property names, but this coding style narrows the range down to achieve 175 Documentation/process/coding-style.rst. 189 /* Lines exceeding coding style line wrap limit: */
|
| H A D | index.rst | 7 dts-coding-style
|
| /linux-6.15/Documentation/translations/zh_CN/rust/ |
| H A D | index.rst | 20 coding-guidelines
|
| H A D | general-information.rst | 37 要了解如何编写文档,请看 coding-guidelines.rst 。
|
| /linux-6.15/Documentation/translations/ja_JP/ |
| H A D | SubmittingPatches | 159 ていないかをチェックして下さい。その詳細を 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-6.15/Documentation/translations/zh_CN/process/ |
| H A D | management-style.rst | 12 它的目的是在某种程度上参照 :ref:`process/coding-style.rst <codingstyle>`
|
| H A D | index.rst | 34 coding-style
|
| /linux-6.15/Documentation/translations/zh_TW/process/ |
| H A D | management-style.rst | 15 它的目的是在某種程度上參照 :ref:`process/coding-style.rst <codingstyle>`
|
| H A D | index.rst | 34 coding-style
|
| /linux-6.15/Documentation/translations/sp_SP/process/ |
| H A D | index.rst | 16 coding-style
|
| /linux-6.15/drivers/usb/gadget/function/ |
| H A D | u_serial.c | 1175 gs_port_alloc(unsigned port_num, struct usb_cdc_line_coding *coding) in gs_port_alloc() argument 1204 port->port_line_coding = *coding; in gs_port_alloc() 1254 struct usb_cdc_line_coding coding; in gserial_alloc_line_no_console() local 1260 coding.dwDTERate = cpu_to_le32(9600); in gserial_alloc_line_no_console() 1261 coding.bCharFormat = 8; in gserial_alloc_line_no_console() 1262 coding.bParityType = USB_CDC_NO_PARITY; in gserial_alloc_line_no_console() 1263 coding.bDataBits = USB_CDC_1_STOP_BITS; in gserial_alloc_line_no_console() 1266 ret = gs_port_alloc(port_num, &coding); in gserial_alloc_line_no_console()
|
| /linux-6.15/Documentation/sphinx-static/ |
| H A D | theme_rtd_colors.css | 1 /* -*- coding: utf-8; mode: css -*-
|
| /linux-6.15/tools/testing/selftests/futex/ |
| H A D | README | 61 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-6.15/Documentation/process/ |
| H A D | 4.Coding.rst | 12 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-6.15/drivers/staging/sm750fb/ |
| H A D | TODO | 3 - use kernel coding style
|
| /linux-6.15/arch/parisc/math-emu/ |
| H A D | README | 3 Linux coding style, please leave them in their funny format just in case
|
| /linux-6.15/net/batman-adv/ |
| H A D | Makefile | 26 batman-adv-$(CONFIG_BATMAN_ADV_NC) += network-coding.o
|
| /linux-6.15/Documentation/driver-api/media/ |
| H A D | dtv-frontend.rst | 248 the forward error correction (FEC) on the inner coding block 251 - Due to its nature, those statistics depend on full coding lock 257 the forward error correction (FEC) on the inner coding block 262 - Due to its nature, those statistics depend on inner coding lock (e. g. 267 the forward error correction (FEC) on the inner coding block 270 - Due to its nature, those statistics depend on full coding lock
|