Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/common/dpaax/
H A Ddpaa_of.c16 static COMPAT_LIST_HEAD(linear);
211 list_add_tail(&dd->linear, &linear); in linear_dir()
268 INIT_LIST_HEAD(&linear); in of_finish()
275 if (f->linear.next == &linear) in next_linear()
277 return list_entry(f->linear.next, struct dt_dir, linear); in next_linear()
309 if (list_empty(&linear)) in of_find_compatible_node()
312 d = list_entry(linear.next, struct dt_dir, linear); in of_find_compatible_node()
366 list_for_each_entry(d, &linear, linear) in of_find_node_by_phandle()
H A Ddpaa_of.h89 struct list_head linear; member
/f-stack/tools/libxo/xohtml/external/
H A Djquery.qtip.css273 background-image: -moz-linear-gradient(top,#4A4A4A 0,black 100%);
274 background-image: -ms-linear-gradient(top,#4A4A4A 0,black 100%);
275 background-image: -o-linear-gradient(top,#4A4A4A 0,black 100%);
305 background-image: -moz-linear-gradient(top, #717171, #232323);
306 background-image: -webkit-linear-gradient(top, #717171, #232323);
307 background-image: -ms-linear-gradient(top, #717171, #232323);
308 background-image: -o-linear-gradient(top, #717171, #232323);
433 background-image: -webkit-linear-gradient(top, #3A79B8, #2E629D);
434 background-image: -moz-linear-gradient(top, #3A79B8, #2E629D);
435 background-image: -ms-linear-gradient(top, #3A79B8, #2E629D);
[all …]
H A Djquery.js8659 linear: function( p, n, firstNum, diff ) { method
/f-stack/freebsd/contrib/device-tree/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;
/f-stack/dpdk/doc/guides/cryptodevs/
H A Doverview.rst28 outputting linear buffers (i.e. single segment).
32 which means PMD supports input from linear buffer, outputting
38 with linear input and output buffers.
H A Dscheduler.rst160 For large packets (1.5 kbytes) scheduler shows linear scaling in performance
/f-stack/dpdk/doc/guides/compressdevs/
H A Doverview.rst27 which means PMD supports input from scatter-gathered styled buffers, outputting linear buffers
32 which means PMD supports input from linear buffer, outputting scatter-gathered styled buffers.
/f-stack/tools/libxo/xohtml/
H A Dxohtml.css580 background: linear-gradient(top,
582 background: -moz-linear-gradient(top,
584 background: -webkit-linear-gradient(top,
593 background: linear-gradient(top,
595 background: -moz-linear-gradient(top,
597 background: -webkit-linear-gradient(top,
908 background: -moz-linear-gradient(center top , #4B90C3, #0D63A3)
981 background: -moz-linear-gradient( center top, #f24537 5%, #c62d1f 100% );
982 …background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f24537), color-stop…
1008 background: -moz-linear-gradient( center top, #c62d1f 5%, #f24537 100% );
[all …]
/f-stack/dpdk/doc/guides/nics/
H A Dvhost.rst57 #. ``linear-buffer``:
59 It is used to enable linear buffer support in vhost library.
/f-stack/app/redis-5.0.5/deps/lua/test/
H A DREADME7 bisect.lua bisection method for solving non-linear equations
/f-stack/freebsd/contrib/device-tree/Bindings/media/i2c/
H A Ddongwoon,dw9768.yaml16 a linear mode driver. The DAC is controlled via a 2-wire (I2C-compatible)
/f-stack/freebsd/contrib/device-tree/Bindings/iio/
H A Dmount-matrix.txt18 defined in linear algebra.
156 This supplies a 3x3 rotation matrix in the strict linear algebraic sense,
/f-stack/freebsd/contrib/device-tree/Bindings/thermal/
H A Dthermal.txt151 Type: array coefficients to compose a linear relation between
154 is not specified. A simple linear polynomial is used:
533 * linear relation. E.g.:
541 /* Trips are based on resulting linear equation */
H A Dthermal-zones.yaml88 An array of integers containing the coefficients of a linear equation
91 The linear equation used is as follows,
/f-stack/freebsd/contrib/device-tree/Bindings/mfd/
H A Drohm,bd71828-pmic.yaml15 single-cell linear charger. Also included is a Coulomb counter, a real-time
/f-stack/freebsd/contrib/device-tree/Bindings/leds/
H A Dleds-lm3532.txt11 each with 32 internal voltage setting resistors, 8-bit logarithmic and linear
/f-stack/dpdk/doc/guides/prog_guide/
H A Dvhost_lib.rst73 Enabling this flag forces vhost dequeue function to only provide linear
84 buffers to be dequeue, this flag should be enabled to force only linear
97 support multi-segmented mbufs (non-linear). In this case, a fresh buffer
/f-stack/freebsd/contrib/device-tree/Bindings/power/supply/
H A Dqcom_smbb.txt52 Below this value linear or switch-mode auto-trickle-charging
/f-stack/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_x550.c1518 STATIC s32 ixgbe_supported_sfp_modules_X550em(struct ixgbe_hw *hw, bool *linear) in ixgbe_supported_sfp_modules_X550em() argument
1527 *linear = true; in ixgbe_supported_sfp_modules_X550em()
1539 *linear = false; in ixgbe_supported_sfp_modules_X550em()
1560 bool linear; in ixgbe_identify_sfp_module_X550em() local
1570 status = ixgbe_supported_sfp_modules_X550em(hw, &linear); in ixgbe_identify_sfp_module_X550em()
1582 bool linear; in ixgbe_setup_sfp_modules_X550em() local
1587 status = ixgbe_supported_sfp_modules_X550em(hw, &linear); in ixgbe_setup_sfp_modules_X550em()
/f-stack/freebsd/contrib/device-tree/Bindings/arm/
H A Darm,scpi.txt56 node. It can be non linear and hence provide the mapping of identifiers
/f-stack/freebsd/contrib/device-tree/Bindings/gpio/
H A Dnvidia,tegra186-gpio.txt42 extremely non-linear. The header file <dt-bindings/gpio/tegra186-gpio.h>
/f-stack/freebsd/contrib/device-tree/Bindings/clock/
H A Dclock-bindings.txt48 is not linear from zero, then this allows the mapping of
/f-stack/app/redis-5.0.5/deps/jemalloc/
H A DChangeLog501 - Fix the linear scan version of bitmap_sfu() to shift by the proper amount
555 - Use linear scan for small bitmaps (used for small object tracking). In
/f-stack/freebsd/contrib/zstd/doc/
H A Dzstd_compression_format.md1127 Cell allocation is spreaded, not linear :