/linux-6.14.4/drivers/gpu/ipu-v3/ |
D | ipu-ic-csc.c | 29 * RGB full-range to RGB limited-range 46 * RGB limited-range to RGB full-range 63 * YUV full-range to YUV limited-range 81 * YUV limited-range to YUV full-range 128 /* BT.601 RGB full-range to YUV limited-range */ 140 /* BT.601 RGB limited-range to YUV full-range */ 151 /* BT.601 RGB limited-range to YUV limited-range */ 186 /* BT.601 YUV full-range to RGB limited-range */ 197 /* BT.601 YUV limited-range to RGB full-range */ 208 /* BT.601 YUV limited-range to RGB limited-range */ [all …]
|
/linux-6.14.4/tools/testing/selftests/net/packetdrill/ |
D | tcp_tcp_info_tcp-info-rwnd-limited.pkt | 2 // Test rwnd limited time in tcp_info for client side. 21 // Make sure that initial rwnd limited time is 0. 24 // Receive window limited time starts here. 27 // Check that rwnd limited time in tcp_info is around 0.1s. 33 // Check that rwnd limited time in tcp_info is around 0.2s. 41 // Receive window limited time starts again. 46 // Check that rwnd limited time in tcp_info is around 0.3s
|
D | tcp_limited_transmit_limited-transmit-no-sack.pkt | 2 // Test RFC 3042 "Limited Transmit": "sending a new data segment in 24 // Limited transmit: on first dupack, send a new data segment. 28 // Limited transmit: on second dupack, send a new data segment.
|
D | tcp_limited_transmit_limited-transmit-sack.pkt | 2 // Test RFC 3042 "Limited Transmit": "sending a new data segment in 24 // Limited transmit: on first dupack, send a new data segment. 28 // Limited transmit: on second dupack, send a new data segment.
|
/linux-6.14.4/Documentation/userspace-api/media/v4l/ |
D | colorspaces-details.rst | 16 ``V4L2_YCBCR_ENC_601``. The default Y'CbCr quantization is limited 82 The default quantization is limited range, but full range is possible 94 quantization is limited range. The chromaticities of the primary colors 156 The default quantization is limited range, but full range is possible 169 scaled and offset according to the limited range formula: 182 scaled and offset according to the limited range formula: 196 As seen by the xvYCC formulas these encodings always use limited range quantization, 198 is that values outside the limited range are still valid, although they 211 ``V4L2_YCBCR_ENC_601``. The default Y'CbCr quantization is limited range. 215 R'G'B' to limited range Y'CbCr. So choosing full range as the default [all …]
|
/linux-6.14.4/drivers/media/platform/ti/vpe/ |
D | csc.c | 31 struct quantization limited; member 49 .limited = { 63 .limited = { 79 .limited = { 93 .limited = { 197 coeff = csc_coeffs.y2r.r601.limited.coeff; in csc_set_coeff() 202 coeff = csc_coeffs.y2r.r709.limited.coeff; in csc_set_coeff() 225 coeff = csc_coeffs.r2y.r601.limited.coeff; in csc_set_coeff() 230 coeff = csc_coeffs.r2y.r709.limited.coeff; in csc_set_coeff()
|
/linux-6.14.4/net/ipv4/ |
D | tcp_rate.c | 26 * network bottleneck link rate when the sending or receiving is limited by 31 * TCP flows can often be application-limited in request/response workloads. 32 * The estimator marks a bandwidth sample as application-limited if there 123 /* Clear app limited if bubble is acked and gone. */ in tcp_rate_gen() 183 /* Record the last non-app-limited or the highest app-limited bw */ in tcp_rate_gen() 193 /* If a gap is detected between sends, mark the socket application-limited. */ 202 /* We are not limited by CWND. */ in tcp_rate_check_app_limited()
|
/linux-6.14.4/fs/jfs/ |
D | jfs_unicode.h | 33 * UniStrncpy: Copy length limited string with pad 50 * UniStrncmp_le: Compare length limited string - native to little-endian 65 * UniStrncpy_to_le: Copy length limited string with pad to little-endian 82 * UniStrncpy_from_le: Copy length limited string with pad from little-endian
|
/linux-6.14.4/fs/nls/ |
D | nls_ucs2_utils.h | 122 * string (length limited) 137 * UniStrncat: Concatenate length limited string 155 * UniStrncmp: Compare length limited string 169 * UniStrncmp_le: Compare length limited string - native to little-endian 184 * UniStrncpy: Copy length limited string with pad 200 * UniStrncpy_le: Copy length limited string with pad to little-endian
|
/linux-6.14.4/tools/perf/tests/shell/ |
D | stat_all_pmu.sh | 49 …cho "$output" | grep -q "Access to performance monitoring and observability operations is limited." 51 # Access is limited, so ignore. 52 echo "access limited"
|
/linux-6.14.4/drivers/net/ethernet/amd/xgbe/ |
D | xgbe-ptp.c | 45 * BASIS AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 49 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 74 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 78 * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 105 * BASIS AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 109 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
|
D | xgbe-dcb.c | 45 * BASIS AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 49 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 74 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 78 * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 105 * BASIS AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 109 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
|
D | xgbe-ethtool.c | 45 * BASIS AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 49 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 74 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 78 * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 105 * BASIS AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 109 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 466 netdev_err(netdev, "rx-usec is limited to %d usecs\n", in xgbe_set_coalesce() 471 netdev_err(netdev, "rx-frames is limited to %d frames\n", in xgbe_set_coalesce() 480 netdev_err(netdev, "tx-frames is limited to %d frames\n", in xgbe_set_coalesce() 698 * - Tx is additionally limited by the number of hardware queues in xgbe_get_channels() [all …]
|
/linux-6.14.4/include/dt-bindings/clock/ |
D | hip04-clock.h | 3 * Copyright (c) 2013-2014 Hisilicon Limited. 4 * Copyright (c) 2013-2014 Linaro Limited.
|
/linux-6.14.4/Documentation/devicetree/bindings/ |
D | vendor-prefixes.yaml | 208 description: BIPAI KEJI LIMITED 272 description: CDTech(H.K.) Electronics Limited 366 description: DeepComputing (HK) Limited 410 description: Dragino Technology Co., Limited 508 description: Exegin Technologies Limited 611 description: Garmin Limited 635 description: HiSilicon Limited (deprecated, use hisilicon) 638 description: HiSilicon Limited. 848 description: Linaro Limited 872 description: Logic Technologies Limited [all …]
|
/linux-6.14.4/drivers/infiniband/hw/bnxt_re/ |
D | hw_counters.h | 5 * Broadcom refers to Broadcom Limited and/or its subsidiaries. 25 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, 29 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
|
/linux-6.14.4/arch/arm64/boot/dts/arm/ |
D | corstone1000-mps3.dts | 3 * Copyright (c) 2022, Arm Limited. All rights reserved. 4 * Copyright (c) 2022, Linaro Limited. All rights reserved.
|
D | corstone1000-fvp.dts | 3 * Copyright (c) 2022, Arm Limited. All rights reserved. 4 * Copyright (c) 2022, Linaro Limited. All rights reserved.
|
/linux-6.14.4/tools/testing/selftests/net/netfilter/packetdrill/ |
D | conntrack_inexact_rst.pkt | 7 // 5.771921 server_ip > client_ip TLSv1.2 337 [Packet size limited during capture] 8 // 5.771994 server_ip > client_ip TLSv1.2 337 [Packet size limited during capture] 10 // 5.787924 server_ip > client_ip TLSv1.2 1300 [Packet size limited during capture]
|
/linux-6.14.4/drivers/accel/ |
D | Kconfig | 6 # as, but not limited to, Machine-Learning and Deep-Learning acceleration 15 as, but not limited to, Machine-Learning and Deep-Learning
|
/linux-6.14.4/drivers/gpu/drm/hisilicon/kirin/ |
D | kirin_drm_drv.h | 3 * Copyright (c) 2016 Linaro Limited. 4 * Copyright (c) 2014-2016 HiSilicon Limited.
|
/linux-6.14.4/drivers/clk/hisilicon/ |
D | clk-hip04.c | 5 * Copyright (c) 2013-2014 Hisilicon Limited. 6 * Copyright (c) 2013-2014 Linaro Limited.
|
/linux-6.14.4/include/linux/ |
D | soundcard.h | 13 * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 17 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
/linux-6.14.4/include/uapi/rdma/ |
D | bnxt_re-abi.h | 6 * Broadcom refers to Broadcom Limited and/or its subsidiaries. 26 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, 30 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
|
/linux-6.14.4/arch/arm/mach-omap1/ |
D | board-ams-delta.h | 12 * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 16 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
|