| /f-stack/dpdk/drivers/common/dpaax/ |
| H A D | dpaa_of.c | 16 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 D | dpaa_of.h | 89 struct list_head linear; member
|
| /f-stack/tools/libxo/xohtml/external/ |
| H A D | jquery.qtip.css | 273 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 D | jquery.js | 8659 linear: function( p, n, firstNum, diff ) { method
|
| /f-stack/freebsd/contrib/device-tree/Bindings/leds/backlight/ |
| H A D | lm3630a-backlight.yaml | 80 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 D | overview.rst | 28 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 D | scheduler.rst | 160 For large packets (1.5 kbytes) scheduler shows linear scaling in performance
|
| /f-stack/dpdk/doc/guides/compressdevs/ |
| H A D | overview.rst | 27 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 D | xohtml.css | 580 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 D | vhost.rst | 57 #. ``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 D | README | 7 bisect.lua bisection method for solving non-linear equations
|
| /f-stack/freebsd/contrib/device-tree/Bindings/media/i2c/ |
| H A D | dongwoon,dw9768.yaml | 16 a linear mode driver. The DAC is controlled via a 2-wire (I2C-compatible)
|
| /f-stack/freebsd/contrib/device-tree/Bindings/iio/ |
| H A D | mount-matrix.txt | 18 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 D | thermal.txt | 151 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 D | thermal-zones.yaml | 88 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 D | rohm,bd71828-pmic.yaml | 15 single-cell linear charger. Also included is a Coulomb counter, a real-time
|
| /f-stack/freebsd/contrib/device-tree/Bindings/leds/ |
| H A D | leds-lm3532.txt | 11 each with 32 internal voltage setting resistors, 8-bit logarithmic and linear
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | vhost_lib.rst | 73 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 D | qcom_smbb.txt | 52 Below this value linear or switch-mode auto-trickle-charging
|
| /f-stack/dpdk/drivers/net/ixgbe/base/ |
| H A D | ixgbe_x550.c | 1518 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 D | arm,scpi.txt | 56 node. It can be non linear and hence provide the mapping of identifiers
|
| /f-stack/freebsd/contrib/device-tree/Bindings/gpio/ |
| H A D | nvidia,tegra186-gpio.txt | 42 extremely non-linear. The header file <dt-bindings/gpio/tegra186-gpio.h>
|
| /f-stack/freebsd/contrib/device-tree/Bindings/clock/ |
| H A D | clock-bindings.txt | 48 is not linear from zero, then this allows the mapping of
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/ |
| H A D | ChangeLog | 501 - 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 D | zstd_compression_format.md | 1127 Cell allocation is spreaded, not linear :
|