Home
last modified time | relevance | path

Searched +full:parameter +full:- +full:less (Results 1 – 25 of 1045) sorted by relevance

12345678910>>...42

/kernel/linux/linux-5.10/Documentation/devicetree/bindings/devfreq/
Drk3399_dmc.txt4 - compatible: Must be "rockchip,rk3399-dmc".
5 - devfreq-events: Node to get DDR loading, Refer to
7 rockchip-dfi.txt
8 - clocks: Phandles for clock specified in "clock-names" property
9 - clock-names : The name of clock used by the DFI, must be
11 - operating-points-v2: Refer to Documentation/devicetree/bindings/opp/opp.txt
13 - center-supply: DMC supply node.
14 - status: Marks the node enabled/disabled.
17 - interrupts: The CPU interrupt number. The interrupt specifier
21 - rockchip,pmu: Phandle to the syscon managing the "PMU general register
[all …]
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
Dbpf_experimental.h16 * The 'local_type_id' parameter must be a known constant.
17 * The 'meta' parameter is rewritten by the verifier, no need for BPF
32 * The 'meta' parameter is rewritten by the verifier, no need for BPF
44 * non-owning reference input into an owning reference in the process.
46 * The 'meta' parameter is rewritten by the verifier, no need for BPF
63 * -EINVAL if the node wasn't added because it's already in a list
79 * -EINVAL if the node wasn't added because it's already in a list
111 * Add 'node' to rbtree with root 'root' using comparator 'less'
117 * -EINVAL if the node wasn't added because it's already in a tree
120 bool (less)(struct bpf_rb_node *a, const struct bpf_rb_node *b),
[all …]
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/memory-controllers/
Drockchip,rk3399-dmc.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/memory-controllers/rockchip,rk3399-dmc.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Brian Norris <briannorris@chromium.org>
15 - rockchip,rk3399-dmc
17 devfreq-events:
21 Documentation/devicetree/bindings/devfreq/event/rockchip-dfi.txt.
26 clock-names:
28 - const: dmc_clk
[all …]
/kernel/liteos_a/drivers/block/disk/include/
Ddisk.h2 * Copyright (c) 2013-2019 Huawei Technologies Co., Ltd. All rights reserved.
3 * Copyright (c) 2020-2021 Huawei Device Co., Ltd. All rights reserved.
64 #define BS_JMPBOOT 0 /* x86 jump instruction (3-byte) */
209 * (multi-mbr partitions are seen as same parition)
244 …* <li>The parameter diskName must point a valid string, which end with the terminating null byte.<…
245 * <li>The total length of parameter diskName must be less than the value defined by PATH_MAX.</li>
246 * <li>The parameter bops must pointed the right functions, otherwise the system
248 * <li>The parameter info can be null or point to struct disk_divide_info. when info is null,
250 * the disk will be divided base the information of parameter info.</li>
256 …* @param diskID [IN] Type #INT32 disk id number, less than SYS_MAX…
[all …]
/kernel/liteos_a/kernel/include/
Dlos_cpup.h2 * Copyright (c) 2013-2019 Huawei Technologies Co., Ltd. All rights reserved.
3 * Copyright (c) 2020-2021 Huawei Device Co., Ltd. All rights reserved.
62 * CPU usage error code: The pointer to an input parameter is error.
66 * Solution: Check whether input parameter is valid.
149 …* @param mode [IN] UINT16. process mode. The parameter value 0 indicates that the CPU usage w…
150 …* obtained, and the parameter value 1 indicates that the CPU usage i…
167 …* This API is used to obtain the historical CPU usage of a process specified by a passed-in proces…
172 …* <li>The passed-in process ID must be valid and the process specified by the process ID must be c…
177 …* @param mode [IN] UINT16. cpup mode. The parameter value 0 indicates that the CPU usage withi…
178 …* obtained, and the parameter value 1 indicates that the CPU usage in…
[all …]
/kernel/liteos_m/components/cpup/
Dlos_cpup.h2 * Copyright (c) 2013-2019 Huawei Technologies Co., Ltd. All rights reserved.
3 * Copyright (c) 2020-2022 Huawei Device Co., Ltd. All rights reserved.
62 * CPU usage error code: The pointer to an input parameter is NULL.
66 * Solution: Check whether the pointer to the input parameter is usable.
220 …CPUP_LESS_THAN_1S, /* cpu occupancy rate less than 1s, if the input mode is none of them, it wil…
257 …* @param mode [IN] UINT16. Task mode. The parameter value 0 indicates that the CPU usage with…
258 …* obtained, and the parameter value 1 indicates that the CPU usage in the former 1s will be obtain…
259 * indicate that the CPU usage in the period that is less than 1s will be obtained.
274 * This API is used to obtain the CPU usage of a task specified by a passed-in task ID.
279 …* <li>The passed-in task ID must be valid and the task specified by the task ID must be created. O…
[all …]
/kernel/liteos_a/fs/include/fs/
Dfs_operation.h2 * Copyright (c) 2013-2019 Huawei Technologies Co., Ltd. All rights reserved.
3 * Copyright (c) 2020-2022 Huawei Device Co., Ltd. All rights reserved.
82 * <li>The parameter s must point a valid string, which end with the terminating null byte.</li>
104 * @param name [IN] label to set, the length must be less than 12
129 …* <li>The prefix of the parameter dev must be "/dev", and the length must be less than the value d…
142 * @retval #-1 Format failed.
161 * <li>The total length of parameter pathname must be less than the value defined by PATH_MAX.</li>
193 * @retval #-22 Invalid argument
215 * @retval #-1 On failure with errno set.
224 * <li><b>EACCES</b>: It is a read-only file system.</li>
[all …]
/kernel/linux/linux-5.10/drivers/usb/dwc3/
Dgadget.h1 /* SPDX-License-Identifier: GPL-2.0 */
3 * gadget.h - DesignWare USB3 DRD Gadget Header
5 * Copyright (C) 2010-2011 Texas Instruments Incorporated - https://www.ti.com
20 #define gadget_to_dwc(g) (dev_get_platdata(&g->dev))
22 /* DEPCFG parameter 1 */
35 /* DEPCFG parameter 0 */
48 /* DEPXFERCFG parameter 0 */
52 #define DWC3_DEFAULT_U1_DEV_EXIT_LAT 0x0A /* Less then 10 microsec */
55 #define DWC3_DEFAULT_U2_DEV_EXIT_LAT 0x1FF /* Less then 511 microsec */
59 /* -------------------------------------------------------------------------- */
[all …]
/kernel/linux/linux-5.10/drivers/net/ipa/
Dipa_reg.h1 /* SPDX-License-Identifier: GPL-2.0 */
3 /* Copyright (c) 2012-2018, The Linux Foundation. All rights reserved.
4 * Copyright (C) 2018-2020 Linaro Ltd.
18 * IPA registers are located within the "ipa-reg" address space defined by
28 * computed by a function-like macro that takes a parameter used in the
32 * parameter is supplied to the offset macro. The "ee" value is a member of
36 * that is supplied a parameter "ep", "txep", or "rxep". A register with an
37 * "ep" parameter is valid for any endpoint; a register with a "txep" or
38 * "rxep" parameter is valid only for TX or RX endpoints, respectively. The
39 * "*ep" value is assumed to be less than the maximum valid endpoint ID
[all …]
/kernel/linux/linux-6.6/drivers/usb/dwc3/
Dgadget.h1 /* SPDX-License-Identifier: GPL-2.0 */
3 * gadget.h - DesignWare USB3 DRD Gadget Header
5 * Copyright (C) 2010-2011 Texas Instruments Incorporated - https://www.ti.com
20 #define gadget_to_dwc(g) (dev_get_platdata(&g->dev))
22 /* DEPCFG parameter 1 */
35 /* DEPCFG parameter 0 */
48 /* DEPXFERCFG parameter 0 */
52 #define DWC3_DEFAULT_U1_DEV_EXIT_LAT 0x0A /* Less then 10 microsec */
55 #define DWC3_DEFAULT_U2_DEV_EXIT_LAT 0x1FF /* Less then 511 microsec */
59 /* -------------------------------------------------------------------------- */
[all …]
/kernel/linux/linux-5.10/Documentation/admin-guide/media/
Dphilips.rst1 .. SPDX-License-Identifier: GPL-2.0
7 E-mail: webcam@smcc.demon.nl Last updated: 2004-01-19
30 * Samsung MPC-C10
31 * Samsung MPC-C30
33 * AME CU-001
34 * Visionite VCS-UM100
35 * Visionite VCS-UC300
40 framerates; in addition the webcam uses less bandwidth on the USB bus (handy
46 the latter, since it makes troubleshooting a lot easier. The built-in
50 camera; some programs depend on a particular image-size or -format and
[all …]
/kernel/linux/linux-6.6/Documentation/admin-guide/media/
Dphilips.rst1 .. SPDX-License-Identifier: GPL-2.0
7 E-mail: webcam@smcc.demon.nl Last updated: 2004-01-19
30 * Samsung MPC-C10
31 * Samsung MPC-C30
33 * AME CU-001
34 * Visionite VCS-UM100
35 * Visionite VCS-UC300
40 framerates; in addition the webcam uses less bandwidth on the USB bus (handy
46 the latter, since it makes troubleshooting a lot easier. The built-in
50 camera; some programs depend on a particular image-size or -format and
[all …]
/kernel/linux/linux-5.10/Documentation/netlabel/
Ddraft-ietf-cipso-ipsecurity-01.txt27 Please check the I-D abstract listing contained in each Internet Draft
46 mandatory access controls and multi-level security. These systems are
88 once in a datagram. All multi-octet fields in the option are defined to be
91 +----------+----------+------//------+-----------//---------+
93 +----------+----------+------//------+-----------//---------+
124 corresponding ASCII representations. Non-related groups of systems may
148 actual security information to be passed. All multi-octet fields in a tag
171 +----------+----------+--------//--------+
173 +----------+----------+--------//--------+
207 This is referred to as the "bit-mapped" tag type. Tag type 1 is included
[all …]
/kernel/linux/linux-6.6/Documentation/netlabel/
Ddraft-ietf-cipso-ipsecurity-01.txt27 Please check the I-D abstract listing contained in each Internet Draft
46 mandatory access controls and multi-level security. These systems are
88 once in a datagram. All multi-octet fields in the option are defined to be
91 +----------+----------+------//------+-----------//---------+
93 +----------+----------+------//------+-----------//---------+
124 corresponding ASCII representations. Non-related groups of systems may
148 actual security information to be passed. All multi-octet fields in a tag
171 +----------+----------+--------//--------+
173 +----------+----------+--------//--------+
207 This is referred to as the "bit-mapped" tag type. Tag type 1 is included
[all …]
/kernel/linux/linux-6.6/Documentation/admin-guide/mm/
Dhugetlbpage.rst13 256M and ppc64 supports 4K and 16M. A TLB is a cache of virtual-to-physical
93 Once a number of huge pages have been pre-allocated to the kernel huge page
99 command line by specifying the "hugepages=N" parameter, where 'N' = the
105 with a huge page size selection parameter "hugepagesz=<size>". <size> must
107 page size may be selected with the "default_hugepagesz=<size>" boot parameter.
109 Hugetlb boot command line parameter semantics
113 parameter to preallocate a number of huge pages of the specified
124 follows a valid hugepagesz or default_hugepagesz parameter. However,
125 if hugepages is the first or only hugetlb command line parameter it
129 parameter pair for the default size. This parameter also has a
[all …]
/kernel/liteos_a/drivers/mtd/multi_partition/include/
Dmtd_partition.h2 * Copyright (c) 2013-2019 Huawei Technologies Co., Ltd. All rights reserved.
3 * Copyright (c) 2020-2021 Huawei Device Co., Ltd. All rights reserved.
82 (len) = (((len) + ((blkSize) - 1)) & ~((blkSize) - 1)); \
83 (startAddr) = ((startAddr) & ~((blkSize) - 1)); \
85 (endBlk) = (len) / (blkSize) + ((startBlk) - 1); \
89 (node)->start_block = (startAddr) / (blkSize); \
90 (node)->end_block = (len) / (blkSize) + ((node)->start_block - 1); \
91 (node)->patitionnum = (num); \
92 (node)->mtd_info = (mtd); \
93 (node)->mountpoint_name = NULL; \
[all …]
/kernel/linux/linux-5.10/include/linux/
Ddtlk.h1 /* SPDX-License-Identifier: GPL-2.0 */
28 bit goes zero 2-3 usec after
29 writing, and goes 1 again 180-190
32 indicates that less than 300 free
37 indicates that less than 300 bytes
56 data buffer has less than 30 bytes
67 unsigned short serial_number; /* 0-7Fh:0-7Fh */
70 unsigned char punc_level; /* nB; 0-7 */
71 unsigned char formant_freq; /* nF; 0-9 */
72 unsigned char pitch; /* nP; 0-99 */
[all …]
/kernel/linux/linux-6.6/include/linux/
Ddtlk.h1 /* SPDX-License-Identifier: GPL-2.0 */
28 bit goes zero 2-3 usec after
29 writing, and goes 1 again 180-190
32 indicates that less than 300 free
37 indicates that less than 300 bytes
56 data buffer has less than 30 bytes
67 unsigned short serial_number; /* 0-7Fh:0-7Fh */
70 unsigned char punc_level; /* nB; 0-7 */
71 unsigned char formant_freq; /* nF; 0-9 */
72 unsigned char pitch; /* nP; 0-99 */
[all …]
/kernel/linux/linux-5.10/drivers/accessibility/speakup/
Dspeakup_dtlk.h1 /* SPDX-License-Identifier: GPL-2.0 */
2 /* speakup_dtlk.h - header file for speakups DoubleTalk driver. */
23 * bit goes zero 2-3 usec after
24 * writing, and goes 1 again 180-190
28 * indicates that less than 300 bytes
34 * indicates that less than 300 bytes
42 u_short serial_number; /* 0-7Fh:0-7Fh */
45 u_char punc_level; /* nB; 0-7 */
46 u_char formant_freq; /* nF; 0-9 */
47 u_char pitch; /* nP; 0-99 */
[all …]
/kernel/linux/linux-6.6/drivers/accessibility/speakup/
Dspeakup_dtlk.h1 /* SPDX-License-Identifier: GPL-2.0 */
2 /* speakup_dtlk.h - header file for speakups DoubleTalk driver. */
23 * bit goes zero 2-3 usec after
24 * writing, and goes 1 again 180-190
28 * indicates that less than 300 bytes
34 * indicates that less than 300 bytes
42 u_short serial_number; /* 0-7Fh:0-7Fh */
45 u_char punc_level; /* nB; 0-7 */
46 u_char formant_freq; /* nF; 0-9 */
47 u_char pitch; /* nP; 0-99 */
[all …]
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/core/
Drtw_debug.c1 // SPDX-License-Identifier: GPL-2.0
4 * Copyright(c) 2007 - 2012 Realtek Corporation. All rights reserved.
18 len += scnprintf(page + len, count - len, "%s\n", DRIVERVERSION); in proc_get_drv_version()
41 DBG_88E("argument size is less than 3\n"); in proc_set_write_reg()
42 return -EFAULT; in proc_set_write_reg()
49 DBG_88E("invalid write_reg parameter!\n"); in proc_set_write_reg()
89 …len += scnprintf(page + len, count - len, "usb_read8(0x%x)=0x%x\n", proc_get_read_addr, usb_read8(… in proc_get_read_reg()
92 …len += scnprintf(page + len, count - len, "usb_read16(0x%x)=0x%x\n", proc_get_read_addr, usb_read1… in proc_get_read_reg()
95 …len += scnprintf(page + len, count - len, "usb_read32(0x%x)=0x%x\n", proc_get_read_addr, usb_read3… in proc_get_read_reg()
98 len += scnprintf(page + len, count - len, "error read length=%d\n", proc_get_read_len); in proc_get_read_reg()
[all …]
/kernel/linux/linux-6.6/drivers/mtd/ubi/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
3 tristate "Enable UBI - Unsorted block images"
6 UBI is a software layer above MTD layer which admits use of LVM-like
10 (www.linux-mtd.infradead.org).
15 int "UBI wear-leveling threshold"
19 This parameter defines the maximum difference between the highest
26 other flashes which have eraseblock life-cycle 100000 or more.
28 life-cycle less than 10000, the threshold should be lessened (e.g.,
44 as "1024 * (1 - MinNVB / MaxNVB)", which gives 20 for most NANDs
55 This option can be overridden by the "mtd=" UBI module parameter or
[all …]
/kernel/linux/linux-5.10/drivers/mtd/ubi/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
3 tristate "Enable UBI - Unsorted block images"
6 UBI is a software layer above MTD layer which admits use of LVM-like
10 (www.linux-mtd.infradead.org).
15 int "UBI wear-leveling threshold"
19 This parameter defines the maximum difference between the highest
26 other flashes which have eraseblock life-cycle 100000 or more.
28 life-cycle less than 10000, the threshold should be lessened (e.g.,
44 as "1024 * (1 - MinNVB / MaxNVB)", which gives 20 for most NANDs
55 This option can be overridden by the "mtd=" UBI module parameter or
[all …]
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/css_2401_system/hrt/
Dmipi_backend_defs.h1 /* SPDX-License-Identifier: GPL-2.0 */
96 …ACKEND_STREAMING_PIX_A_MSB(pix_width) (_HRT_MIPI_BACKEND_STREAMING_PIX_A_LSB + (pix_width) - 1)
99 …AMING_PIX_B_MSB(pix_width) (_HRT_MIPI_BACKEND_STREAMING_PIX_B_LSB(pix_width) + (pix_width) - 1)
107 /* These Custom Defs are defined based on design-time config in "mipi_backend_pixel_formatter.chdl"…
140 …PI_BACKEND_CUST_PIX_VALID_EOP_NOR_VALID_IDX 0 /* Normal (NO less get_bits case) Valid - 1bits */
141 …MIPI_BACKEND_CUST_PIX_VALID_EOP_NOR_EOP_IDX 1 /* Normal (NO less get_bits case) EoP - 1bits */
142 …IPI_BACKEND_CUST_PIX_VALID_EOP_ESP_VALID_IDX 2 /* Especial (less get_bits case) Valid - 1bits */
143 …_MIPI_BACKEND_CUST_PIX_VALID_EOP_ESP_EOP_IDX 3 /* Especial (less get_bits case) EoP - 1bits */
150 /* The pipe backend - stream2mmio should be design time configurable in */
151 /* PixWidth - Number of bits per pixel */
[all …]
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/css_2401_system/hrt/
Dmipi_backend_defs.h1 /* SPDX-License-Identifier: GPL-2.0 */
96 …ACKEND_STREAMING_PIX_A_MSB(pix_width) (_HRT_MIPI_BACKEND_STREAMING_PIX_A_LSB + (pix_width) - 1)
99 …AMING_PIX_B_MSB(pix_width) (_HRT_MIPI_BACKEND_STREAMING_PIX_B_LSB(pix_width) + (pix_width) - 1)
107 /* These Custom Defs are defined based on design-time config in "mipi_backend_pixel_formatter.chdl"…
140 …PI_BACKEND_CUST_PIX_VALID_EOP_NOR_VALID_IDX 0 /* Normal (NO less get_bits case) Valid - 1bits */
141 …MIPI_BACKEND_CUST_PIX_VALID_EOP_NOR_EOP_IDX 1 /* Normal (NO less get_bits case) EoP - 1bits */
142 …IPI_BACKEND_CUST_PIX_VALID_EOP_ESP_VALID_IDX 2 /* Especial (less get_bits case) Valid - 1bits */
143 …_MIPI_BACKEND_CUST_PIX_VALID_EOP_ESP_EOP_IDX 3 /* Especial (less get_bits case) EoP - 1bits */
150 /* The pipe backend - stream2mmio should be design time configurable in */
151 /* PixWidth - Number of bits per pixel */
[all …]

12345678910>>...42