Home
last modified time | relevance | path

Searched full:linear (Results 1 – 25 of 748) sorted by relevance

12345678910>>...30

/linux/tools/testing/selftests/drivers/net/mlxsw/spectrum/
H A Ddevlink_lib_spectrum.sh12 KVD_CHILDREN="linear hash_single hash_double"
26 size=$(devlink_resource_get kvd linear "$i" | \
28 devlink_resource_size_set "$size" kvd linear "$i"
50 current_size=$(devlink_resource_size_get kvd linear "$i")
53 devlink_resource_size_set "$size" kvd linear "$i"
76 KVD_DEFAULTS[$key]=$(devlink_resource_get kvd linear "$i")
88 devlink_resource_size_set 64000 kvd linear
89 devlink_resource_size_set 15616 kvd linear singles
90 devlink_resource_size_set 32000 kvd linear chunks
91 devlink_resource_size_set 16384 kvd linear large_chunks
[all …]
H A Ddevlink_resources.sh56 # In case of linear, need to minimize sub-resources as well
57 if [[ "$i" == "linear" ]]; then
59 devlink_resource_size_set 0 kvd linear "$j"
/linux/drivers/hwmon/pmbus/
H A Dadp1050.c21 .format[PSC_VOLTAGE_IN] = linear,
22 .format[PSC_VOLTAGE_OUT] = linear,
23 .format[PSC_CURRENT_IN] = linear,
24 .format[PSC_TEMPERATURE] = linear,
33 .format[PSC_VOLTAGE_IN] = linear,
34 .format[PSC_VOLTAGE_OUT] = linear,
35 .format[PSC_CURRENT_IN] = linear,
36 .format[PSC_TEMPERATURE] = linear,
47 .format[PSC_VOLTAGE_IN] = linear,
48 .format[PSC_VOLTAGE_OUT] = linear,
[all …]
H A De50sn12051.c12 .format[PSC_VOLTAGE_IN] = linear,
13 .format[PSC_VOLTAGE_OUT] = linear,
14 .format[PSC_CURRENT_OUT] = linear,
15 .format[PSC_TEMPERATURE] = linear,
H A Dlt3074.c61 .format[PSC_VOLTAGE_IN] = linear,
62 .format[PSC_VOLTAGE_OUT] = linear,
63 .format[PSC_CURRENT_OUT] = linear,
64 .format[PSC_TEMPERATURE] = linear,
H A Dmax20830.c75 .format[PSC_VOLTAGE_IN] = linear,
76 .format[PSC_VOLTAGE_OUT] = linear,
77 .format[PSC_CURRENT_OUT] = linear,
78 .format[PSC_TEMPERATURE] = linear,
/linux/Documentation/admin-guide/device-mapper/
H A Ddm-init.rst32 <target_type> ::= "verity" | "linear" | ... (see list below)
50 `linear` allowed
70 An example of booting to a linear array made up of user-mode linux block
73 dm-mod.create="lroot,,,rw, 0 4096 linear 98:16 0, 4096 4096 linear 98:32 0" root=/dev/dm-0
75 This will boot to a rw dm-linear target of 8192 sectors split across two block
82 dm-linear,,1,rw,
83 0 32768 linear 8:1 0,
84 32768 1024000 linear 8:2 0;
103 "linear"::
105 dm-linear,,,rw,
[all …]
H A Dlinear.rst2 dm-linear
5 Device-Mapper's "linear" target maps a linear range of the Device-Mapper
6 device onto a linear range of another device. This is the basic building
24 echo "0 `blockdev --getsz $1` linear $1 0" | dmsetup create identity
32 echo "0 $size1 linear $1 0
33 $size1 $size2 linear $2 0" | dmsetup create joined
60 $table .= "$this_start $extent_size linear $dev $this_offset\n";
/linux/Documentation/userspace-api/media/v4l/
H A Dcolorspaces.rst93 specific chromaticity primaries are linear colorspaces. But neither the
94 eye, nor display technology is linear. Doubling the values of all
95 components in the linear colorspace will not be perceived as twice the
97 function that takes a linear color component value and transforms it to
98 the non-linear component value, which is a closer match to the
99 non-linear performance of both the eye and displays. Linear component
100 values are denoted RGB, non-linear are denoted as R'G'B'. In general
102 linear RGB. Special care should be taken when dealing with openGL to
103 provide linear RGB colors or to use the built-in openGL support to apply
107 non-linear R'G'B' to non-linear Y'CbCr. This function is determined by
/linux/drivers/gpu/drm/armada/
H A Darmada_gem.c57 } else if (dobj->linear) { in armada_gem_free_object()
58 /* linear backed memory */ in armada_gem_free_object()
60 drm_mm_remove_node(dobj->linear); in armada_gem_free_object()
62 kfree(dobj->linear); in armada_gem_free_object()
86 if (obj->page || obj->linear) in armada_gem_linear_back()
133 /* Otherwise, grab it from our linear allocation */ in armada_gem_linear_back()
145 ret = drm_mm_insert_node_generic(&priv->linear, node, in armada_gem_linear_back()
153 obj->linear = node; in armada_gem_linear_back()
156 ptr = ioremap_wc(obj->linear->start, size); in armada_gem_linear_back()
159 drm_mm_remove_node(obj->linear); in armada_gem_linear_back()
[all …]
/linux/Documentation/trace/rv/
H A Dlinear_temporal_logic.rst1 Linear temporal logic
18 Thus, RV monitors based on linear temporal logic (LTL) are introduced. This type
57 Example linear temporal logic
115 One book covering model checking and linear temporal logic is::
120 For an example of using linear temporal logic in software testing, see::
123 2022. Linear-time temporal logic guided greybox fuzzing. In Proceedings of the
131 Automatic Verification of Linear Temporal Logic. In: Dembiński, P., Średniawa,
/linux/Documentation/ABI/testing/
H A Ddevlink-resource-mlxsw9 and the second is a linear access table. The division
10 between the linear and hash-based sections is static and
13 What: /kvd/linear
17 Description: The linear section of the KVD is managed by software as a
H A Dsysfs-class-backlight9 hence linear changes in brightness are perceived as being
10 non-linear. To achieve a linear perception of brightness changes
12 backlights with a linear brightness curve.
19 linear
21 controls should apply a logarithmic mapping for a linear
24 non-linear
26 controls should use a linear mapping for a linear perception.
/linux/drivers/md/
H A Dmd-linear.c3 * linear.c : Multiple Devices driver for Linux Copyright (C) 1994-96 Marc
122 pr_warn("md/linear:%s: disk numbering problem. Aborting!\n", in linear_conf()
138 pr_warn("md/linear:%s: not enough drives present. Aborting!\n", in linear_conf()
191 /* Adding a drive to a linear array allows the array to grow. in linear_add()
288 …pr_err("md/linear:%s: make_request: Sector %llu out of bounds on dev %pg: %llu sectors, offset %ll… in linear_make_request()
308 pr_crit("md/linear%s: Disk failure on %pg detected, failing array.\n", in linear_error()
321 .name = "linear",
348 MODULE_DESCRIPTION("Linear device concatenation personality for MD (deprecated)");
349 MODULE_ALIAS("md-personality-1"); /* LINEAR - deprecated*/
350 MODULE_ALIAS("md-linear");
H A Ddm-linear.c17 #define DM_MSG_PREFIX "linear"
20 * Linear: maps a linear range of a device.
28 * Construct a linear mapping: <dev_path> <offset>
44 ti->error = "Cannot allocate linear context"; in linear_ctr()
203 .name = "linear",
/linux/drivers/gpu/drm/rockchip/
H A Drockchip_vop2_reg.c68 DRM_FORMAT_YUV420_8BIT, /* yuv420_8bit non-Linear mode only */
69 DRM_FORMAT_YUV420_10BIT, /* yuv420_10bit non-Linear mode only */
70 DRM_FORMAT_YUYV, /* yuv422_8bit non-Linear mode only*/
71 DRM_FORMAT_Y210, /* yuv422_10bit non-Linear mode only */
76 * RGB: linear mode and afbc
77 * YUV: linear mode and rfbc
78 * rfbc is a rockchip defined non-linear mode, produced by
94 DRM_FORMAT_NV12, /* yuv420_8bit linear mode, 2 plane */
95 DRM_FORMAT_NV21, /* yvu420_8bit linear mode, 2 plane */
96 DRM_FORMAT_NV16, /* yuv422_8bit linear mode, 2 plane */
[all …]
/linux/drivers/sh/intc/
H A Dirqdomain.c50 * Quick linear revmap check in intc_irq_domain_init()
56 * Linear domains have a hard-wired assertion that IRQs start at in intc_irq_domain_init()
58 * restrict the linear case to these conditions here, taking the in intc_irq_domain_init()
59 * tree penalty for linear cases with non-zero hwirq bases. in intc_irq_domain_init()
/linux/sound/firewire/fireworks/
H A Dfireworks_proc.c123 * dB = 20 * log10(linear / 0x01000000)
124 * -144.0 dB when linear is 0
134 u32 *linear; in proc_read_phys_meters() local
151 linear = meters->values; in proc_read_phys_meters()
158 name, c, linear[m++]); in proc_read_phys_meters()
164 linear = meters->values + meters->out_meters; in proc_read_phys_meters()
171 name, c, linear[m++]); in proc_read_phys_meters()
/linux/drivers/video/backlight/
H A Dlm3533_bl.c135 int linear; in show_linear() local
145 linear = 1; in show_linear()
147 linear = 0; in show_linear()
149 return scnprintf(buf, PAGE_SIZE, "%x\n", linear); in show_linear()
157 unsigned long linear; in store_linear() local
162 if (kstrtoul(buf, 0, &linear)) in store_linear()
167 if (linear) in store_linear()
216 static LM3533_ATTR_RW(linear);
/linux/Documentation/devicetree/bindings/leds/backlight/
H A Dlm3630a-backlight.yaml80 ti,linear-mapping-mode:
82 Enable linear mapping mode. If disabled, then it will use exponential
133 ti,linear-mapping-mode;
139 ti,linear-mapping-mode;
/linux/sound/core/oss/
H A Dmulaw.c38 #define BIAS (0x84) /* Bias for linear code. */
41 * linear2ulaw() - Convert a linear PCM value to u-law
43 * In order to simplify the encoding process, the original linear magnitude
47 * Biased Linear Input Code Compressed Code
58 * Each biased linear code has a leading 1 which identifies the segment
98 * ulaw2linear() - Convert a u-law value to 16-bit linear PCM
100 * First, a biased linear code is derived from the code word. An unbiased
321 err = snd_pcm_plugin_build(plug, "Mu-Law<->linear conversion", in snd_pcm_plugin_build_mulaw()
/linux/arch/powerpc/include/asm/
H A Dexception-64e.h16 * hitting the linear mapping for the kernel stacks, we need to be a bit
23 * handler for linear mapping misses and the associated SRR0/1 due to
117 * and trigger a fault. However, there is a special case for linear mapping
119 * want the error to point out the context that did that linear mapping
121 * like that). For userland errors on the linear mapping, there is no
/linux/Documentation/filesystems/ext4/
H A Ddirectory.rst15 Linear (Classic) Directories
18 By default, each directory lists its entries in an “almost-linear
19 array. I write “almost” because it's not a linear array in the memory
22 data blocks and that each block contains a linear array of directory
194 A linear array of directory entries isn't great for performance, so a
203 fool the old linear-scan algorithm into skipping over those blocks containing
216 classic linear directory blocks, but all of its entries have a hash value
231 To traverse the directory as a linear array (such as the old code does),
/linux/sound/core/
H A Dpcm_misc.c240 * snd_pcm_format_signed - Check the PCM format is signed linear
243 * Return: 1 if the given PCM format is signed linear, 0 if unsigned
244 * linear, and a negative error code for non-linear formats.
259 * snd_pcm_format_unsigned - Check the PCM format is unsigned linear
262 * Return: 1 if the given PCM format is unsigned linear, 0 if signed
263 * linear, and a negative error code for non-linear formats.
277 * snd_pcm_format_linear - Check the PCM format is linear
280 * Return: 1 if the given PCM format is linear,
[all...]
/linux/arch/powerpc/include/asm/book3s/64/
H A Dhash-4k.h20 * linear map range, 1TB of vmalloc, 1TB of I/O and 1TB of vmememmap.
26 * Limits the linear mapping range
31 * Define the address range of the kernel non-linear virtual area (61TB)
101 * addresses other than the linear mapping.

12345678910>>...30