/linux-4.4.14/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 --getsize $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";
|
D | snapshot.txt | 91 volumeGroup-base-real: 0 2097152 linear 8:19 384 92 volumeGroup-snap-cow: 0 204800 linear 8:19 2097536 121 volumeGroup-base-real: 0 2097152 linear 8:19 384 122 volumeGroup-base-cow: 0 204800 linear 8:19 2097536
|
D | dm-flakey.txt | 4 This target is the same as the linear target except that it exhibits
|
D | era.txt | 4 dm-era is a target that behaves similar to the linear target. In
|
/linux-4.4.14/drivers/hwmon/pmbus/ |
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 | tps40422.c | 26 .format[PSC_VOLTAGE_IN] = linear, 27 .format[PSC_VOLTAGE_OUT] = linear, 28 .format[PSC_TEMPERATURE] = linear,
|
D | pmbus.h | 343 enum pmbus_data_format { linear = 0, direct, vid }; enumerator
|
D | pmbus_core.c | 549 case linear: in pmbus_reg2data() 683 case linear: in pmbus_data2reg() 1710 if (data->info->format[PSC_VOLTAGE_OUT] != linear) in pmbus_identify_common()
|
/linux-4.4.14/arch/cris/arch-v32/kernel/ |
D | head.S | 76 ;; Enable certain page protections and setup linear mapping 80 ;; c,d used for linear kernel mapping, up to 512 MB 85 ;; c used for linear kernel mapping, up to 256 MB 96 | REG_STATE(mmu, rw_mm_cfg, seg_d, linear) \ 97 | REG_STATE(mmu, rw_mm_cfg, seg_c, linear) \ 98 | REG_STATE(mmu, rw_mm_cfg, seg_b, linear) \ 105 | REG_STATE(mmu, rw_mm_cfg, seg_4, linear) \ 109 | REG_STATE(mmu, rw_mm_cfg, seg_0, linear), $r2 115 | REG_STATE(mmu, rw_mm_cfg, seg_f, linear) \ 116 | REG_STATE(mmu, rw_mm_cfg, seg_e, linear) \ [all …]
|
/linux-4.4.14/drivers/gpu/drm/armada/ |
D | armada_gem.c | 62 } else if (dobj->linear) { in armada_gem_free_object() 64 drm_mm_remove_node(dobj->linear); in armada_gem_free_object() 65 kfree(dobj->linear); in armada_gem_free_object() 89 if (obj->page || obj->linear) in armada_gem_linear_back() 148 ret = drm_mm_insert_node(&priv->linear, node, size, align, in armada_gem_linear_back() 156 obj->linear = node; in armada_gem_linear_back() 159 ptr = ioremap_wc(obj->linear->start, size); in armada_gem_linear_back() 162 drm_mm_remove_node(obj->linear); in armada_gem_linear_back() 164 kfree(obj->linear); in armada_gem_linear_back() 165 obj->linear = NULL; in armada_gem_linear_back() [all …]
|
D | armada_drv.c | 104 drm_mm_init(&priv->linear, mem->start, resource_size(mem)); in armada_drm_load() 129 drm_mm_takedown(&priv->linear); in armada_drm_load() 145 drm_mm_takedown(&priv->linear); in armada_drm_unload()
|
D | armada_gem.h | 19 struct drm_mm_node *linear; /* for linear backed */ member
|
D | armada_drm.h | 60 struct drm_mm linear; member
|
D | armada_debugfs.c | 25 ret = drm_mm_dump_table(m, &priv->linear); in armada_debugfs_gem_linear_show()
|
/linux-4.4.14/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 …]
|
D | ltc4215 | 9 http://www.linear.com/pc/downloadDocument.do?navId=H0,C1,C1003,C1006,C1163,P17572,D12697
|
D | ltc4151 | 9 http://www.linear.com/docs/Datasheet/4151fc.pdf
|
D | abituguru-datasheet | 200 Volt sensors use a linear scale, a reading 0 corresponds with 0 volt and a 206 Temp sensors also use a linear scale, a reading of 0 corresponds with 0 degree 259 0-255 = 0-12v (linear), specify voltage at which fan will rotate when under 263 0-255 = 0-12v (linear), specify voltage at which fan will rotate when above 283 This byte holds the reading from the sensor. 0-255 = 0-15300 (linear)
|
D | ltc4260 | 9 http://cds.linear.com/docs/en/datasheet/4260fc.pdf
|
D | ntc_thermistor | 29 The NTC driver provides lookup tables with a linear approximation function
|
D | ltc4261 | 9 http://cds.linear.com/docs/Datasheet/42612fb.pdf
|
D | ltc2945 | 9 http://cds.linear.com/docs/en/datasheet/2945fa.pdf
|
D | ltc4245 | 9 http://www.linear.com/pc/downloadDocument.do?navId=H0,C1,C1003,C1006,C1140,P19392,D13517
|
D | pmbus | 79 /* Note: All other sensors are in linear mode */
|
D | f71805f | 140 doesn't give you good linear control, try reducing it. Fintek recommends
|
/linux-4.4.14/arch/cris/arch-v32/mm/ |
D | init.c | 57 REG_STATE(mmu, rw_mm_cfg, seg_d, linear) | in cris_mmu_init() 59 REG_STATE(mmu, rw_mm_cfg, seg_f, linear) | in cris_mmu_init() 60 REG_STATE(mmu, rw_mm_cfg, seg_e, linear) | in cris_mmu_init() 63 REG_STATE(mmu, rw_mm_cfg, seg_c, linear) | in cris_mmu_init() 64 REG_STATE(mmu, rw_mm_cfg, seg_b, linear) | in cris_mmu_init()
|
/linux-4.4.14/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-4.4.14/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-4.4.14/drivers/net/ |
D | macvtap.c | 597 size_t len, size_t linear, in macvtap_alloc_skb() argument 603 if (prepad + len < PAGE_SIZE || !linear) in macvtap_alloc_skb() 604 linear = len; in macvtap_alloc_skb() 606 skb = sock_alloc_send_pskb(sk, prepad + linear, len - linear, noblock, in macvtap_alloc_skb() 612 skb_put(skb, linear); in macvtap_alloc_skb() 613 skb->data_len = len - linear; in macvtap_alloc_skb() 614 skb->len += len - linear; in macvtap_alloc_skb() 724 size_t linear; in macvtap_get_user() local 765 linear = copylen; in macvtap_get_user() 774 linear = macvtap16_to_cpu(q, vnet_hdr.hdr_len); in macvtap_get_user() [all …]
|
D | tun.c | 1060 size_t linear, int noblock) in tun_alloc_skb() argument 1067 if (prepad + len < PAGE_SIZE || !linear) in tun_alloc_skb() 1068 linear = len; in tun_alloc_skb() 1070 skb = sock_alloc_send_pskb(sk, prepad + linear, len - linear, noblock, in tun_alloc_skb() 1076 skb_put(skb, linear); in tun_alloc_skb() 1077 skb->data_len = len - linear; in tun_alloc_skb() 1078 skb->len += len - linear; in tun_alloc_skb() 1091 size_t len = total_len, align = NET_SKB_PAD, linear; in tun_get_user() local 1147 linear = copylen; in tun_get_user() 1156 linear = good_linear; in tun_get_user() [all …]
|
/linux-4.4.14/drivers/leds/ |
D | leds-lm3533.c | 526 int linear; in show_linear() local 535 linear = 1; in show_linear() 537 linear = 0; in show_linear() 539 return scnprintf(buf, PAGE_SIZE, "%x\n", linear); in show_linear() 548 unsigned long linear; in store_linear() local 554 if (kstrtoul(buf, 0, &linear)) in store_linear() 560 if (linear) in store_linear() 611 static LM3533_ATTR_RW(linear);
|
/linux-4.4.14/Documentation/ABI/testing/ |
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-power-twl4030 | 28 - activate mode described as "linear" in
|
/linux-4.4.14/Documentation/video4linux/bttv/ |
D | PROBLEMS | 11 linear frame buffer is. 14 if the linear frame buffer is at 0xfb000000 (i.e. omit the last 5 zeros!) 42 Better linear frame buffer support for S3 cards will probably be in
|
/linux-4.4.14/Documentation/DocBook/ |
D | regulator.xml.db | 7 API-struct-regulator-linear-range 29 API-regulator-get-linear-step
|
D | alsa-driver-api.xml.db | 112 API-snd-pcm-format-linear
|
/linux-4.4.14/sound/core/oss/ |
D | Makefile | 10 io.o copy.o linear.o mulaw.o route.o rate.o
|
/linux-4.4.14/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 …]
|
D | inotify.txt | 48 versus just one. It is a lot messier in the kernel. A single, linear
|
D | sysv-fs.txt | 75 When it is exhausted, new free inodes are found using a linear search.
|
D | ext2.txt | 329 with the current linear linked-list directory implementation. This limit
|
/linux-4.4.14/drivers/md/ |
D | Makefile | 5 dm-mod-y += dm.o dm-table.o dm-target.o dm-linear.o dm-stripe.o \ 27 obj-$(CONFIG_MD_LINEAR) += linear.o
|
D | Kconfig | 53 use the so-called linear mode, i.e. it will combine the hard disk 57 will be called linear.
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
D | i915_gem_userptr.c | 52 struct list_head linear; member 131 list_for_each_entry(mo, &mn->linear, link) { in i915_gem_userptr_mn_invalidate_range_start() 167 INIT_LIST_HEAD(&mn->linear); in i915_mmu_notifier_create() 227 list_add(&mo->link, &mn->linear); in i915_mmu_notifier_add() 239 list_for_each_entry(mo, &mn->linear, link) in i915_mmu_notifier_has_linear()
|
/linux-4.4.14/arch/m32r/ |
D | Kconfig.debug | 9 Unmap pages from the kernel linear mapping after free_pages().
|
/linux-4.4.14/drivers/gpu/drm/omapdrm/ |
D | TODO | 8 . GEM/shmem backed pages can have existing mappings (kernel linear map,
|
/linux-4.4.14/mm/ |
D | Kconfig.debug | 18 Unmap pages from the kernel linear mapping after free_pages().
|
/linux-4.4.14/drivers/isdn/mISDN/ |
D | dsp_audio.c | 45 static inline unsigned char linear2alaw(short int linear) in linear2alaw() argument 54 pcm_val = linear; in linear2alaw()
|
/linux-4.4.14/Documentation/ |
D | IRQ-domain.txt | 74 The linear reverse map maintains a fixed size table indexed by the 84 The majority of drivers should use the linear map. 119 driver cannot be immediately converted to use the linear mapping. For 139 system and will otherwise use a linear domain mapping. The semantics 148 In order to avoid ending up in a situation where a linear domain is
|
D | md.txt | 26 raid level = -1 linear mode 158 raid5, linear, multipath, faulty. 215 For arrays with data redundancy (i.e. not raid0, linear, faulty,
|
D | cachetlb.txt | 252 mapping, that of the kernel in its linear mapping starting at
|
D | pinctrl.txt | 346 linear. If the mapping is sparse or haphazard, an array of arbitrary pin
|
D | memory-barriers.txt | 2203 be a problem as a single-threaded linear piece of code will still appear to
|
/linux-4.4.14/drivers/lightnvm/ |
D | Kconfig | 40 host. The target is implemented using a linear mapping table and
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/ |
D | en_tx.c | 302 if (tx_info->linear) in mlx4_en_free_tx_desc() 326 if (tx_info->linear) in mlx4_en_free_tx_desc() 795 tx_info->linear = (lso_header_size < skb_headlen(skb) && in mlx4_en_xmit() 798 tx_info->nr_maps = shinfo->nr_frags + tx_info->linear; in mlx4_en_xmit() 825 if (tx_info->linear) { in mlx4_en_xmit()
|
D | mlx4_en.h | 223 u8 linear; member
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/ |
D | wq.h | 39 int linear; member
|
D | en_main.c | 1052 param->wq.linear = 1; in mlx5e_build_rq_param()
|
/linux-4.4.14/arch/x86/kvm/ |
D | emulate.c | 644 enum x86emul_mode mode, ulong *linear) in __linearize() argument 656 *linear = la; in __linearize() 665 *linear = la = (u32)la; in __linearize() 708 ulong *linear) in linearize() argument 712 ctxt->mode, linear); in linearize() 718 ulong linear; in assign_eip() local 726 rc = __linearize(ctxt, addr, &max_size, 1, false, true, mode, &linear); in assign_eip() 774 ulong linear; in segmented_read_std() local 776 rc = linearize(ctxt, addr, size, false, &linear); in segmented_read_std() 779 return ctxt->ops->read_std(ctxt, linear, data, size, &ctxt->exception); in segmented_read_std() [all …]
|
/linux-4.4.14/Documentation/scheduler/ |
D | sched-nice-design.txt | 14 that change), and we also intentionally calibrated the linear timeslice 36 bigger hit than the normal linear rule would do. (The solution of
|
/linux-4.4.14/drivers/thermal/int340x_thermal/ |
D | int3403_thermal.c | 39 u64 linear; member
|
/linux-4.4.14/Documentation/fb/ |
D | vesafb.txt | 14 Version 2.0 are required, because we need a linear frame buffer. 70 linear framebuffers or because it does not support this mode at all.
|
D | api.txt | 116 are device-dependent, and provide linear or non-linear ramps.
|
/linux-4.4.14/drivers/atm/ |
D | nicstarmac.copyright | 27 * the linear buffer needed by most non-ATM protocol stacks (e.g. IP)
|
/linux-4.4.14/Documentation/devicetree/bindings/thermal/ |
D | thermal.txt | 161 Type: array coefficients to compose a linear relation between 164 is not specified. A simple linear polynomial is used: 552 * linear relation. E.g.: 560 /* Trips are based on resulting linear equation */
|
/linux-4.4.14/Documentation/leds/ |
D | leds-class-flash.txt | 46 specific manner - they can be used for devices with non-linear
|
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_x550.c | 1203 static s32 ixgbe_supported_sfp_modules_X550em(struct ixgbe_hw *hw, bool *linear) in ixgbe_supported_sfp_modules_X550em() argument 1210 *linear = true; in ixgbe_supported_sfp_modules_X550em() 1220 *linear = false; in ixgbe_supported_sfp_modules_X550em() 1402 bool linear; in ixgbe_setup_sfp_modules_X550em() local 1405 status = ixgbe_supported_sfp_modules_X550em(hw, &linear); in ixgbe_setup_sfp_modules_X550em()
|
/linux-4.4.14/drivers/net/hyperv/ |
D | netvsc_drv.c | 427 bool linear = false; in netvsc_start_xmit() local 448 if (num_data_pgs > MAX_PAGE_BUFFER_COUNT && linear) { in netvsc_start_xmit() 459 linear = true; in netvsc_start_xmit()
|
/linux-4.4.14/Documentation/thermal/ |
D | sysfs-api.txt | 194 |---slope: Slope constant applied as linear extrapolation 195 |---offset: Offset constant applied as linear extrapolation 370 The slope constant used in a linear extrapolation model 377 The offset constant used in a linear extrapolation model
|
/linux-4.4.14/arch/cris/arch-v10/ |
D | README.mm | 112 ( seg_c, seg ) | // kernel linear segment 113 ( seg_b, seg ) | // kernel linear segment
|
/linux-4.4.14/drivers/net/wireless/mediatek/mt7601u/ |
D | phy.c | 601 static s16 lin2dBd(u16 linear) in lin2dBd() argument 607 if (WARN_ON(!linear)) in lin2dBd() 610 mantisa = linear; in lin2dBd()
|
/linux-4.4.14/Documentation/devicetree/bindings/power_supply/ |
D | qcom_smbb.txt | 52 Below this value linear or switch-mode auto-trickle-charging
|
/linux-4.4.14/drivers/iommu/ |
D | Kconfig | 252 non-linear physical memory chunks as linear memory in their
|
/linux-4.4.14/net/packet/ |
D | af_packet.c | 2604 size_t linear, int noblock, in packet_alloc_skb() argument 2610 if (prepad + len < PAGE_SIZE || !linear) in packet_alloc_skb() 2611 linear = len; in packet_alloc_skb() 2613 skb = sock_alloc_send_pskb(sk, prepad + linear, len - linear, noblock, in packet_alloc_skb() 2619 skb_put(skb, linear); in packet_alloc_skb() 2620 skb->data_len = len - linear; in packet_alloc_skb() 2621 skb->len += len - linear; in packet_alloc_skb()
|
/linux-4.4.14/drivers/regulator/ |
D | ltc3589.c | 222 LTC3589_REG(_name, linear, LTC3589_OVEN_ ## _name, \
|
D | Kconfig | 613 via I2C bus. SKY81452 has one voltage linear regulator can be
|
/linux-4.4.14/Documentation/devicetree/bindings/arm/ |
D | arm,scpi.txt | 53 node. It can be non linear and hence provide the mapping of identifiers
|
/linux-4.4.14/Documentation/devicetree/bindings/clock/ |
D | clock-bindings.txt | 48 is not linear from zero, then this allows the mapping of
|
/linux-4.4.14/drivers/mtd/maps/ |
D | Kconfig | 6 bool "Support non-linear mappings of flash chips" 304 Map driver for accessing PCMCIA linear flash memory cards. These
|
/linux-4.4.14/Documentation/vm/ |
D | hwpoison.txt | 31 * linear algorithmic complexity, because the data structures have not
|
/linux-4.4.14/Documentation/virtual/kvm/ |
D | mmu.txt | 136 If set, leaf sptes reachable from this page are for a linear range. 139 The linear range starts at (gfn << PAGE_SHIFT) and its size is determined 184 page, or the base page frame for linear translations. See role.direct.
|
/linux-4.4.14/Documentation/scsi/ |
D | osd.txt | 164 the resulting sg-list) describes a linear memory buffer. Meaning only first and
|
/linux-4.4.14/net/core/ |
D | skbuff.c | 1778 bool linear, in spd_fill_page() argument 1784 if (linear) { in spd_fill_page() 1805 struct splice_pipe_desc *spd, bool linear, in __splice_segment() argument 1827 linear, sk)) in __splice_segment()
|
/linux-4.4.14/Documentation/x86/ |
D | mtrr.txt | 84 server, which tells you where the linear framebuffer address is. A
|
D | boot.txt | 472 The 32-bit linear address of the initial ramdisk or ramfs. Leave at 532 Set this field to the linear address of the kernel command line. 723 This field indicates the amount of linear contiguous memory starting
|
/linux-4.4.14/net/ipv4/ |
D | Kconfig | 456 BIC-TCP is a sender-side only change that ensures a linear RTT 461 increment ensures linear RTT fairness as well as good
|
/linux-4.4.14/Documentation/block/ |
D | data-integrity.txt | 162 and MD linear, RAID0 and RAID1 are currently supported. RAID4/5/6
|
/linux-4.4.14/tools/perf/Documentation/ |
D | perf-report.txt | 180 - flat: single column, linear exposure of call chains.
|
/linux-4.4.14/drivers/thermal/ |
D | Kconfig | 103 Enable this to manage platform thermals using a simple linear
|
/linux-4.4.14/Documentation/trace/ |
D | ftrace-design.txt | 66 means the code flow should usually be kept linear (i.e. no branching in the nop
|
/linux-4.4.14/drivers/power/ |
D | Kconfig | 341 Say Y to enable support for the LP8788 linear charger.
|
/linux-4.4.14/fs/befs/ |
D | ChangeLog | 38 keys within btree nodes, rather than the linear search we were using
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/ce/fuc/ |
D | com.fuc | 666 // Setup to handle a linear surface
|
/linux-4.4.14/Documentation/input/ |
D | joystick.txt | 136 some analog joysticks, that either do not use linear resistors, or if you
|
/linux-4.4.14/Documentation/isdn/ |
D | README.HiSax | 528 linear
|
/linux-4.4.14/Documentation/networking/ |
D | ip-sysctl.txt | 680 Enable dynamic triggering of linear timeouts for thin streams. 683 As long as the stream is found to be thin, up to 6 linear
|
D | can.txt | 277 The alignment of the (linear) payload data[] to a 64bit boundary
|
/linux-4.4.14/Documentation/video4linux/ |
D | v4l2-framework.txt | 916 scatter/gather method (videobuf-dma-sg), DMA with linear access
|
/linux-4.4.14/Documentation/cdrom/ |
D | cdrom-standard.tex | 462 format will {\em always\/} be of the type $CDROM_LBA$ (linear block
|
/linux-4.4.14/arch/x86/ |
D | Kconfig | 1316 linear 1 GB mappings (even if the CPU otherwise
|