/Linux-v4.19/tools/testing/selftests/drivers/net/mlxsw/spectrum/ |
D | devlink_lib_spectrum.sh | 28 size=$(devlink_resource_get kvd linear "$i" | \ 30 devlink_resource_size_set "$size" kvd linear "$i" 52 current_size=$(devlink_resource_size_get kvd linear "$i") 55 devlink_resource_size_set "$size" kvd linear "$i" 78 KVD_DEFAULTS[$key]=$(devlink_resource_get kvd linear "$i") 90 devlink_resource_size_set 64000 kvd linear 91 devlink_resource_size_set 15616 kvd linear singles 92 devlink_resource_size_set 32000 kvd linear chunks 93 devlink_resource_size_set 16384 kvd linear large_chunks 99 devlink_resource_size_set 64000 kvd linear [all …]
|
/Linux-v4.19/Documentation/device-mapper/ |
D | linear.txt | 1 dm-linear 4 Device-Mapper's "linear" target maps a linear range of the Device-Mapper 5 device onto a linear range of another device. This is the basic building 19 echo "0 `blockdev --getsz $1` linear $1 0" | dmsetup create identity 28 echo "0 $size1 linear $1 0 29 $size1 $size2 linear $2 0" | dmsetup create joined 57 $table .= "$this_start $extent_size linear $dev $this_offset\n";
|
/Linux-v4.19/drivers/hwmon/pmbus/ |
D | ir35221.c | 110 info->format[PSC_VOLTAGE_IN] = linear; in ir35221_probe() 111 info->format[PSC_VOLTAGE_OUT] = linear; in ir35221_probe() 112 info->format[PSC_CURRENT_IN] = linear; in ir35221_probe() 113 info->format[PSC_CURRENT_OUT] = linear; in ir35221_probe() 114 info->format[PSC_POWER] = linear; in ir35221_probe() 115 info->format[PSC_TEMPERATURE] = linear; in ir35221_probe()
|
D | max20751.c | 26 .format[PSC_VOLTAGE_IN] = linear, 29 .format[PSC_TEMPERATURE] = linear, 30 .format[PSC_CURRENT_OUT] = linear, 31 .format[PSC_POWER] = linear,
|
D | tps53679.c | 64 .format[PSC_VOLTAGE_IN] = linear, 66 .format[PSC_TEMPERATURE] = linear, 67 .format[PSC_CURRENT_OUT] = linear, 68 .format[PSC_POWER] = linear,
|
D | tps40422.c | 26 .format[PSC_VOLTAGE_IN] = linear, 27 .format[PSC_VOLTAGE_OUT] = linear, 28 .format[PSC_TEMPERATURE] = linear,
|
/Linux-v4.19/drivers/gpu/drm/armada/ |
D | armada_gem.c | 52 } else if (dobj->linear) { in armada_gem_free_object() 55 drm_mm_remove_node(dobj->linear); in armada_gem_free_object() 57 kfree(dobj->linear); in armada_gem_free_object() 81 if (obj->page || obj->linear) in armada_gem_linear_back() 140 ret = drm_mm_insert_node_generic(&priv->linear, node, in armada_gem_linear_back() 148 obj->linear = node; in armada_gem_linear_back() 151 ptr = ioremap_wc(obj->linear->start, size); in armada_gem_linear_back() 154 drm_mm_remove_node(obj->linear); in armada_gem_linear_back() 156 kfree(obj->linear); in armada_gem_linear_back() 157 obj->linear = NULL; in armada_gem_linear_back() [all …]
|
D | armada_drv.c | 121 drm_mm_init(&priv->linear, mem->start, resource_size(mem)); in armada_drm_bind() 159 drm_mm_takedown(&priv->linear); in armada_drm_bind() 177 drm_mm_takedown(&priv->linear); in armada_drm_unbind()
|
/Linux-v4.19/Documentation/hwmon/ |
D | ltc2978 | 8 Datasheet: http://www.linear.com/product/ltc2974 12 Datasheet: http://www.linear.com/product/ltc2975 16 Datasheet: http://www.linear.com/product/ltc2977 20 Datasheet: http://www.linear.com/product/ltc2978 21 http://www.linear.com/product/ltc2978a 25 Datasheet: http://www.linear.com/product/ltc2980 29 Datasheet: http://www.linear.com/product/ltc3880 33 Datasheet: http://www.linear.com/product/ltc3882 37 Datasheet: http://www.linear.com/product/ltc3883 41 Datasheet: http://www.linear.com/product/ltc3886 [all …]
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | devlink-resource-mlxsw | 9 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
|
D | sysfs-class-backlight-adp5520 | 18 value between 0 mA and 30 mA using linear or non-linear 31 between 0 mA and 30 mA using linear or non-linear algorithms.
|
D | sysfs-class-backlight-adp8860 | 40 value between 0 mA and 30 mA using linear or non-linear 54 between 0 mA and 30 mA using linear or non-linear algorithms.
|
D | sysfs-class-backlight-driver-lm3533 | 26 What: /sys/class/backlight/<backlight>/linear 34 1 - linear mode
|
D | sysfs-class-led-driver-lm3533 | 43 What: /sys/class/leds/<led>/linear 51 1 - linear mode
|
D | sysfs-class-backlight-lm3639 | 10 can be mapped for either exponential (value "0") or linear
|
/Linux-v4.19/drivers/video/backlight/ |
D | lm3533_bl.c | 146 int linear; in show_linear() local 156 linear = 1; in show_linear() 158 linear = 0; in show_linear() 160 return scnprintf(buf, PAGE_SIZE, "%x\n", linear); in show_linear() 168 unsigned long linear; in store_linear() local 173 if (kstrtoul(buf, 0, &linear)) in store_linear() 178 if (linear) in store_linear() 227 static LM3533_ATTR_RW(linear);
|
/Linux-v4.19/sound/firewire/fireworks/ |
D | fireworks_proc.c | 135 u32 *linear; in proc_read_phys_meters() local 152 linear = meters->values; in proc_read_phys_meters() 159 name, c, linear[m++]); in proc_read_phys_meters() 165 linear = meters->values + meters->out_meters; in proc_read_phys_meters() 172 name, c, linear[m++]); in proc_read_phys_meters()
|
/Linux-v4.19/drivers/net/ |
D | tap.c | 596 size_t len, size_t linear, in tap_alloc_skb() argument 602 if (prepad + len < PAGE_SIZE || !linear) in tap_alloc_skb() 603 linear = len; in tap_alloc_skb() 605 skb = sock_alloc_send_pskb(sk, prepad + linear, len - linear, noblock, in tap_alloc_skb() 611 skb_put(skb, linear); in tap_alloc_skb() 612 skb->data_len = len - linear; in tap_alloc_skb() 613 skb->len += len - linear; in tap_alloc_skb() 636 size_t linear; in tap_get_user() local 675 linear = copylen; in tap_get_user() 684 linear = tap16_to_cpu(q, vnet_hdr.hdr_len); in tap_get_user() [all …]
|
/Linux-v4.19/drivers/md/ |
D | Makefile | 6 dm-mod-y += dm.o dm-table.o dm-target.o dm-linear.o dm-stripe.o \ 25 linear-y += md-linear.o 34 obj-$(CONFIG_MD_LINEAR) += linear.o
|
/Linux-v4.19/Documentation/media/uapi/v4l/ |
D | colorspaces.rst | 92 specific chromaticity primaries are linear colorspaces. But neither the 93 eye, nor display technology is linear. Doubling the values of all 94 components in the linear colorspace will not be perceived as twice the 96 function that takes a linear color component value and transforms it to 97 the non-linear component value, which is a closer match to the 98 non-linear performance of both the eye and displays. Linear component 99 values are denoted RGB, non-linear are denoted as R'G'B'. In general 101 linear RGB. Special care should be taken when dealing with openGL to 102 provide linear RGB colors or to use the built-in openGL support to apply 106 non-linear R'G'B' to non-linear Y'CbCr. This function is determined by
|
/Linux-v4.19/drivers/leds/ |
D | leds-lm3533.c | 512 int linear; in show_linear() local 521 linear = 1; in show_linear() 523 linear = 0; in show_linear() 525 return scnprintf(buf, PAGE_SIZE, "%x\n", linear); in show_linear() 534 unsigned long linear; in store_linear() local 540 if (kstrtoul(buf, 0, &linear)) in store_linear() 546 if (linear) in store_linear() 597 static LM3533_ATTR_RW(linear);
|
/Linux-v4.19/Documentation/filesystems/ext4/ondisk/ |
D | directory.rst | 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 169 A linear array of directory entries isn't great for performance, so a 176 blocks! It was stated previously that the end of the linear directory 178 (ab)used to fool the old linear-scan algorithm into thinking that the 191 minor\_hash->block map to find leafe nodes. Leaf nodes contain a linear 200 number. If the tree is flat, the block is a linear array of directory 203 third block number. That third block number will be a linear array of 206 To traverse the directory as a linear array (such as the old code does),
|
/Linux-v4.19/sound/core/oss/ |
D | Makefile | 11 io.o copy.o linear.o mulaw.o route.o rate.o
|
/Linux-v4.19/Documentation/filesystems/ |
D | ntfs.txt | 233 the recommended one to use for linear raid. But the latter is required for 244 Linear volume sets, i.e. linear raid, has been tested and works fine. Even 307 For a linear raid the table would look like this (note all values are in 313 0 1028161 linear /dev/hda1 0 314 1028161 3903762 linear /dev/hdb2 0 315 4931923 2103211 linear /dev/hdc1 0 384 Linear volume sets, i.e. linear raid, as well as stripe sets, i.e. raid level 386 the MD driver with NTFS volumes" especially if you want to use linear raid). 411 For linear raid, just change the raid-level above to "raid-level linear", for 441 an odd number of sectors. This is especially important for linear raid as all [all …]
|
/Linux-v4.19/net/iucv/ |
D | af_iucv.c | 1055 size_t linear; in iucv_sock_sendmsg() local 1135 linear = len; in iucv_sock_sendmsg() 1138 linear = len; in iucv_sock_sendmsg() 1145 linear = PAGE_SIZE - headroom; in iucv_sock_sendmsg() 1148 skb = sock_alloc_send_pskb(sk, headroom + linear, len - linear, in iucv_sock_sendmsg() 1154 skb_put(skb, linear); in iucv_sock_sendmsg() 1156 skb->data_len = len - linear; in iucv_sock_sendmsg() 1257 size_t headroom, linear; in alloc_iucv_recv_skb() local 1263 linear = len; in alloc_iucv_recv_skb() 1266 linear = PAGE_SIZE - headroom; in alloc_iucv_recv_skb() [all …]
|