Home
last modified time | relevance | path

Searched full:similar (Results 1 – 25 of 1710) sorted by relevance

12345678910>>...69

/linux/drivers/iio/amplifiers/
H A DKconfig10 tristate "Analog Devices AD8366 and similar Gain Amplifiers"
15 Say yes here to build support for Analog Devices AD8366 and similar
40 tristate "Analog Devices HMC425A and similar GPIO Gain Amplifiers"
43 Say yes here to build support for Analog Devices HMC425A and similar
/linux/LICENSES/dual/
H A DCC-BY-4.085 a. Adapted Material means material subject to Copyright and Similar
89 permission under the Copyright and Similar Rights held by the
96 and Similar Rights in Your contributions to Adapted Material in
99 c. Copyright and Similar Rights means copyright and/or similar rights
104 specified in Section 2(b)(1)-(2) are not Copyright and Similar
110 Treaty adopted on December 20, 1996, and/or similar international
114 any other exception or limitation to Copyright and Similar Rights
123 all Copyright and Similar Rights that apply to Your use of the
207 privacy, and/or other similar personality rights; however, to
295 Rights include other Copyright and Similar Rights.
[all …]
/linux/Documentation/devicetree/bindings/i2c/
H A Dnvidia,tegra20-i2c.yaml29 similar to Tegra20 I2C controller with additional feature: Continue
40 similar to Tegra30 I2C controller with some hardware modification:
53 similar to those found on Tegra114 but also contain several hardware
58 similar to those found on Tegra124.
74 similar to those found on Tegra210.
79 similar to those found on Tegra186. However, these controllers have
/linux/arch/arm/mach-aspeed/
H A DKconfig21 Say yes if you intend to run on an Aspeed ast2400 or similar
31 Say yes if you intend to run on an Aspeed ast2500 or similar
42 Say yes if you intend to run on an Aspeed ast2600 or similar
/linux/Documentation/devicetree/bindings/rtc/
H A Drtc-omap.txt5 - "ti,da830-rtc" - for RTC IP used similar to that on DA8xx SoC family.
6 - "ti,am3352-rtc" - for RTC IP used similar to that on AM335x SoC family.
11 - "ti,am4372-rtc" - for RTC IP used similar to that on AM437X SoC family.
/linux/drivers/gpu/drm/nouveau/
H A DKconfig25 # Similar to i915, we need to select ACPI_VIDEO and it's dependencies
118 Support for Chrontel ch7006 and similar TV encoders.
128 Support for sil164 and similar single-link (or dual-link
/linux/arch/arc/include/asm/
H A Dbitops.h83 * __fls: Similar to fls, but zero based (0-31)
100 * __ffs: Similar to ffs, but zero based (0-31)
132 * __fls: Similar to fls, but zero based (0-31). Also 0 if no bit set
160 * __ffs: Similar to ffs, but zero based (0-31)
/linux/drivers/iio/potentiometer/
H A DKconfig10 tristate "Analog Devices AD5110 and similar Digital Potentiometer driver"
20 tristate "Analog Devices AD5272 and similar Digital Potentiometer driver"
30 tristate "Maxim Integrated DS1803 and similar Digital Potentiometer driver"
/linux/scripts/
H A Dcheckkconfigsymbols.py74 help="print a list of max. 10 string-similar symbols")
128 print("%s: %s" % (yel("Similar symbols"), ', '.join(sims)))
130 print("%s: no similar symbols found" % yel("Similar symbols"))
189 sims_out = yel("Similar symbols")
193 print("%s: %s" % (sims_out, "no similar symbols found"))
271 """Return a list of max. ten Kconfig symbols that are string-similar to
/linux/drivers/iio/dac/
H A DKconfig10 tristate "Analog Devices AD3530R and Similar DACs driver"
52 tristate "Analog Devices AD5064 and similar multi-channel DAC driver"
100 tristate "Analog Devices AD5446 and similar single channel DACs driver"
113 tristate "Analog Devices AD5449 and similar DACs driver"
219 tristate "Analog Devices AD5686 and similar multi-channel DACs (SPI)"
231 tristate "Analog Devices AD5696 and similar multi-channel DACs (I2C)"
424 tristate "Linear Technology LTC2632-12/10/8 and similar DAC spi driver"
/linux/tools/bpf/bpftool/Documentation/
H A Dcommon_options.rst4 Print short help message (similar to **bpftool help**).
7 Print bpftool's version number (similar to **bpftool version**), the number
/linux/arch/openrisc/include/asm/
H A Dmmu_context.h5 * Linux architectural port borrowing liberally from similar works of
29 /* current active pgd - this is similar to other processors pgd
/linux/Documentation/devicetree/bindings/iio/dac/
H A Dadi,ad5696.yaml7 title: Analog Devices AD5696 and similar I2C multi-channel DACs
13 Binding for Analog Devices AD5696 and similar multi-channel DACs
/linux/Documentation/devicetree/bindings/spi/
H A Dspi-davinci.txt13 - "ti,dm6441-spi" for SPI used similar to that on DM644x SoC family
14 - "ti,da830-spi" for SPI used similar to that on DA8xx SoC family
15 - "ti,keystone-spi" for SPI used similar to that on Keystone2 SoC
/linux/Documentation/devicetree/bindings/iio/imu/
H A Dadi,adis16460.yaml7 title: Analog Devices ADIS16460 and similar IMUs
13 Analog Devices ADIS16460 and similar IMUs
/linux/Documentation/devicetree/bindings/iio/accel/
H A Dadi,adis16201.yaml7 title: ADIS16201 Dual Axis Inclinometer and similar
13 Two similar parts from external interface point of view.
/linux/Documentation/admin-guide/acpi/
H A Dinitrd_table_override.rst72 # (similar Table Signature, and similar OEMID, and similar OEM Table ID)
/linux/Documentation/admin-guide/hw-vuln/
H A Dprocessor_mmio_stale_data.rst16 are similar to those used to mitigate Microarchitectural Data Sampling (MDS) or
47 Intel Xeon server E3) uncore implementation. Similar to the sideband response
51 similar to the sideband stale data propagator.
73 It is similar to Shared Buffer Data Sampling (SBDS) except that the data is
253 process or other similar mechanisms.
256 longer provide Servicing, such as through IPU or other similar update
/linux/samples/trace_events/
H A Dtrace-events-sample.h110 * __dynamic_array: This is similar to array, but can vary its size from
119 * __dynamic_array( int, foo, bar) is similar to: int foo[bar];
135 * __string(foo, bar) is similar to: strcpy(foo, bar)
145 * __vstring: This is similar to __string() but instead of taking a
155 * __vstring(foo, fmt, va) is similar to: vsnprintf(foo, fmt, va)
184 * byte is added. This is similar to:
346 * This is similar to __print_symbolic, except that it tests the bits
552 * If the event is similar to the DECLARE_EVENT_CLASS, but you need
/linux/Documentation/devicetree/bindings/input/
H A Dcypress,tm2-touchkey.yaml13 Touch key controllers similar to the TM2 can be found in a wide range of
15 a similar I2C protocol.
/linux/Documentation/core-api/
H A Dasm-annotations.rst8 ``SYM_FUNC_END``, ``SYM_CODE_START``, and similar.
148 for interrupt handlers and similar where the calling convention is not the C
162 ``SYM_{CODE,FUNC}_START`` and ``SYM_{CODE,FUNC}_END``. They are very similar
181 Similar to instructions, there is a couple of macros to describe data in the
/linux/Documentation/admin-guide/device-mapper/
H A Ddm-ima.rst365 similar to the following, depicting what 'cache' attributes are measured in EVENT_DATA
408 similar to the following, depicting what 'crypt' attributes are measured in EVENT_DATA
451 similar to the following, depicting what 'integrity' attributes are measured in EVENT_DATA
478 similar to the following, depicting what 'linear' attributes are measured in EVENT_DATA
515 similar to the following, depicting what 'mirror' attributes are measured in EVENT_DATA
553 similar to the following, depicting what 'multipath' attributes are measured in EVENT_DATA
593 similar to the following, depicting what 'raid' attributes are measured in EVENT_DATA
628 similar to the following, depicting what 'snapshot' attributes are measured in EVENT_DATA
663 similar to the following, depicting what 'striped' attributes are measured in EVENT_DATA
705 similar to the following, depicting what 'verity' attributes are measured in EVENT_DATA
/linux/Documentation/ABI/testing/
H A Dsysfs-platform-wilco-ec23 Output will a version string be similar to the example below:
31 Output will a version string be similar to the example below:
/linux/Documentation/hwmon/
H A Dlm70.rst55 The LM74 and TMP121/TMP122/TMP123/TMP124 are very similar; main difference is
63 The LM71 is also very similar; main difference is 14-bit temperature
/linux/Documentation/i2c/busses/
H A Di2c-nforce2.rst22 not publicly available, but seems to be similar to the
49 The SMBus adapter in the nForce2 chipset seems to be very similar to the

12345678910>>...69