Home
last modified time | relevance | path

Searched refs:linear (Results 51 – 75 of 195) sorted by relevance

12345678

/Linux-v6.1/Documentation/admin-guide/device-mapper/
Dsnapshot.rst112 volumeGroup-base-real: 0 2097152 linear 8:19 384
113 volumeGroup-snap-cow: 0 204800 linear 8:19 2097536
142 volumeGroup-base-real: 0 2097152 linear 8:19 384
143 volumeGroup-base-cow: 0 204800 linear 8:19 2097536
Ddm-ebs.rst6 This target is similar to the linear target except that it emulates
Ddm-flakey.rst5 This target is the same as the linear target except that it exhibits
/Linux-v6.1/drivers/gpu/drm/armada/
Darmada_drm.h60 struct drm_mm linear; /* protected by linear_lock */ member
Darmada_debugfs.c26 drm_mm_print(&priv->linear, &p); in armada_debugfs_gem_linear_show()
/Linux-v6.1/drivers/net/
Dtun.c1460 size_t linear; in tun_napi_alloc_frags() local
1474 linear = iov_iter_single_seg_count(it); in tun_napi_alloc_frags()
1475 err = __skb_grow(skb, linear); in tun_napi_alloc_frags()
1480 skb->data_len = len - linear; in tun_napi_alloc_frags()
1513 size_t linear, int noblock) in tun_alloc_skb() argument
1520 if (prepad + len < PAGE_SIZE || !linear) in tun_alloc_skb()
1521 linear = len; in tun_alloc_skb()
1523 skb = sock_alloc_send_pskb(sk, prepad + linear, len - linear, noblock, in tun_alloc_skb()
1529 skb_put(skb, linear); in tun_alloc_skb()
1530 skb->data_len = len - linear; in tun_alloc_skb()
[all …]
/Linux-v6.1/tools/testing/selftests/drivers/net/mlxsw/spectrum/
Ddevlink_resources.sh59 devlink_resource_size_set 0 kvd linear "$j"
/Linux-v6.1/Documentation/ABI/testing/
Dsysfs-class-power-twl403012 "continuous" activate mode described as "linear" in
/Linux-v6.1/arch/x86/kvm/
Demulate.c721 enum x86emul_mode mode, ulong *linear) in __linearize() argument
734 *linear = la; in __linearize()
744 *linear = la = (u32)la; in __linearize()
787 ulong *linear) in linearize() argument
791 ctxt->mode, linear); in linearize()
796 ulong linear; in assign_eip() local
804 rc = __linearize(ctxt, addr, &max_size, 1, false, true, ctxt->mode, &linear); in assign_eip()
876 static int linear_read_system(struct x86_emulate_ctxt *ctxt, ulong linear, in linear_read_system() argument
879 return ctxt->ops->read_std(ctxt, linear, data, size, &ctxt->exception, true); in linear_read_system()
883 ulong linear, void *data, in linear_write_system() argument
[all …]
/Linux-v6.1/drivers/hwmon/pmbus/
Dmax20730.c552 .format[PSC_VOLTAGE_OUT] = linear,
591 .format[PSC_VOLTAGE_OUT] = linear,
620 .format[PSC_VOLTAGE_OUT] = linear,
649 .format[PSC_VOLTAGE_OUT] = linear,
Dmp2888.c323 .format[PSC_VOLTAGE_IN] = linear,
326 .format[PSC_CURRENT_IN] = linear,
/Linux-v6.1/drivers/isdn/mISDN/
Ddsp_audio.c45 static inline unsigned char linear2alaw(short int linear) in linear2alaw() argument
54 pcm_val = linear; in linear2alaw()
/Linux-v6.1/drivers/gpu/drm/omapdrm/
DTODO8 . GEM/shmem backed pages can have existing mappings (kernel linear map,
/Linux-v6.1/Documentation/hwmon/
Dltc4151.rst14 http://www.linear.com/docs/Datasheet/4151fc.pdf
Dltc4215.rst14 http://www.linear.com/pc/downloadDocument.do?navId=H0,C1,C1003,C1006,C1163,P17572,D12697
Dltc3815.rst12 Datasheet: http://www.linear.com/product/ltc3815
Dltc2990.rst13 Datasheet: http://www.linear.com/product/ltc2990
Dabituguru-datasheet.rst202 Volt sensors use a linear scale, a reading 0 corresponds with 0 volt and a
208 Temp sensors also use a linear scale, a reading of 0 corresponds with 0 degree
277 0-255 = 0-12v (linear), specify voltage at which fan will rotate when under
281 0-255 = 0-12v (linear), specify voltage at which fan will rotate when above
302 This byte holds the reading from the sensor. 0-255 = 0-15300 (linear)
Dltc4260.rst14 http://cds.linear.com/docs/en/datasheet/4260fc.pdf
Dmp2888.rst37 Device supports linear format for reading input voltage and input power.
Dntc_thermistor.rst36 The NTC driver provides lookup tables with a linear approximation function
/Linux-v6.1/drivers/gpu/drm/i915/
Di915_vma_types.h103 u32 linear:1; member
/Linux-v6.1/Documentation/core-api/irq/
Dirq-domain.rst98 The linear reverse map maintains a fixed size table indexed by the
113 The majority of drivers should use the linear map.
169 driver cannot be immediately converted to use the linear mapping. For
194 is supplied by the system and will otherwise use a linear domain mapping.
203 In order to avoid ending up in a situation where a linear domain is
/Linux-v6.1/Documentation/admin-guide/pm/
Damd-pstate.rst73 linear perf ------>+-----------------------+ +-----------------------+
110 Lowest non-linear Performance (RO)
259 The lowest non-linear CPPC CPU frequency that the driver is allowed to set,
261 lowest non-linear performance in `AMD CPPC Performance Capability
326 AMD PSTATE Lowest Non-linear Performance: 39. Lowest Non-linear Frequency: 1.10 GHz.
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx4/
Den_tx.c297 if (tx_info->linear) in mlx4_en_free_tx_desc()
838 if (tx_info->linear) { in mlx4_en_build_dma_wqe()
969 tx_info->linear = lso_header_size < skb_headlen(skb) && !inline_ok; in mlx4_en_xmit()
971 tx_info->nr_maps = shinfo->nr_frags + tx_info->linear; in mlx4_en_xmit()
1157 tx_info->linear = 1; in mlx4_en_init_tx_xdp_ring_descs()

12345678