Home
last modified time | relevance | path

Searched full:atlas (Results 1 – 22 of 22) sorted by relevance

/linux/Documentation/devicetree/bindings/iio/chemical/
H A Datlas,sensor.yaml4 $id: http://devicetree.org/schemas/iio/chemical/atlas,sensor.yaml#
7 title: Atlas Scientific OEM + EZO sensors
13 Atlas Scientific OEM + EZO sensors connected via I2C
16 http://www.atlas-scientific.com/_files/_datasheets/_oem/DO_oem_datasheet.pdf
17 http://www.atlas-scientific.com/_files/_datasheets/_oem/EC_oem_datasheet.pdf
18 http://www.atlas-scientific.com/_files/_datasheets/_oem/ORP_oem_datasheet.pdf
19 http://www.atlas-scientific.com/_files/_datasheets/_oem/pH_oem_datasheet.pdf
20 http://www.atlas-scientific.com/_files/_datasheets/_oem/RTD_oem_datasheet.pdf
21 http://www.atlas-scientific.com/_files/_datasheets/_probe/EZO_CO2_Datasheet.pdf
22 https://www.atlas-scientific.com/files/EZO_O2_datasheet.pdf
[all …]
/linux/drivers/iio/chemical/
H A Datlas-ezo-sensor.c3 * atlas-ezo-sensor.c - Support for Atlas Scientific EZO sensors
20 #define ATLAS_EZO_DRV_NAME "atlas-ezo-sensor"
189 { "atlas-co2-ezo", (kernel_ulong_t)&atlas_ezo_devices[ATLAS_CO2_EZO] },
190 { "atlas-o2-ezo", (kernel_ulong_t)&atlas_ezo_devices[ATLAS_O2_EZO] },
191 { "atlas-hum-ezo", (kernel_ulong_t)&atlas_ezo_devices[ATLAS_HUM_EZO] },
197 { .compatible = "atlas,co2-ezo", .data = &atlas_ezo_devices[ATLAS_CO2_EZO], },
198 { .compatible = "atlas,o2-ezo", .data = &atlas_ezo_devices[ATLAS_O2_EZO], },
199 { .compatible = "atlas,hum-ezo", .data = &atlas_ezo_devices[ATLAS_HUM_EZO], },
243 MODULE_DESCRIPTION("Atlas Scientific EZO sensors");
H A DKconfig20 tristate "Atlas Scientific OEM SM sensors"
28 Atlas Scientific OEM SM sensors:
34 module will be called atlas-ph-sensor.
37 tristate "Atlas Scientific EZO sensors"
41 Atlas Scientific EZO sensors
45 module will be called atlas-ezo-sensor.
H A Datlas-sensor.c3 * atlas-sensor.c - Support for Atlas Scientific OEM SM sensors
28 #define ATLAS_DRV_NAME "atlas"
592 { "atlas-ph-sm", (kernel_ulong_t)&atlas_devices[ATLAS_PH_SM] },
593 { "atlas-ec-sm", (kernel_ulong_t)&atlas_devices[ATLAS_EC_SM] },
594 { "atlas-orp-sm", (kernel_ulong_t)&atlas_devices[ATLAS_ORP_SM] },
595 { "atlas-do-sm", (kernel_ulong_t)&atlas_devices[ATLAS_DO_SM] },
596 { "atlas-rtd-sm", (kernel_ulong_t)&atlas_devices[ATLAS_RTD_SM] },
602 { .compatible = "atlas,ph-sm", .data = &atlas_devices[ATLAS_PH_SM] },
603 { .compatible = "atlas,ec-sm", .data = &atlas_devices[ATLAS_EC_SM] },
604 { .compatible = "atlas,orp-sm", .data = &atlas_devices[ATLAS_ORP_SM] },
[all …]
H A DMakefile8 obj-$(CONFIG_ATLAS_PH_SENSOR) += atlas-sensor.o
9 obj-$(CONFIG_ATLAS_EZO_SENSOR) += atlas-ezo-sensor.o
/linux/drivers/input/misc/
H A Datlas_btns.c3 * atlas_btns.c - Atlas Wallmount Touchscreen ACPI Extras
19 #define ACPI_ATLAS_NAME "Atlas ACPI"
20 #define ACPI_ATLAS_CLASS "Atlas"
72 input_dev->name = "Atlas ACPI button driver"; in atlas_acpi_button_add()
73 input_dev->phys = "ASIM0000/atlas/input0"; in atlas_acpi_button_add()
140 MODULE_DESCRIPTION("Atlas button driver");
/linux/arch/arm/boot/dts/intel/socfpga/
H A Dsocfpga_cyclone5_de0_nano_soc.dts9 model = "Terasic DE-0(Atlas)";
10 compatible = "terasic,de0-atlas", "altr,socfpga-cyclone5", "altr,socfpga";
/linux/Documentation/devicetree/bindings/arm/
H A Daltera.yaml49 - terasic,de0-atlas
/linux/Documentation/devicetree/bindings/clock/
H A Dsamsung,exynos5433-clock.yaml53 - samsung,exynos5433-cmu-atlas
348 const: samsung,exynos5433-cmu-atlas
/linux/arch/mips/mti-malta/
H A Dmalta-init.c186 /* Fix up PCI I/O mapping if necessary (for Atlas). */ in prom_init()
/linux/Documentation/scsi/
H A DChangeLog.ncr53c8xx406 disconnected. This happens with Atlas I / L912 and may happen
407 with Atlas II / LXY4.
H A Dsym53c8xx_2.rst262 - Quantum Atlas I
263 - Quantum Atlas II
267 - Quantum Atlas IV
H A Daic7xxx.rst161 in the Quantum Atlas 10K.
H A Daic79xx.rst93 in the Quantum Atlas 10K.
H A Dncr53c8xx.rst286 - Quantum Atlas I
287 - Quantum Atlas II
/linux/Documentation/devicetree/bindings/
H A Dvendor-prefixes.yaml179 "^atlas,.*":
180 description: Atlas Scientific LLC
/linux/drivers/scsi/mpt3sas/
H A Dmpt3sas_base.h213 /* Atlas PCIe Switch Management Port */
H A Dmpt3sas_scsih.c12683 /* Atlas PCIe Switch Management Port */
/linux/arch/arm64/boot/dts/exynos/
H A Dexynos5433.dtsi553 compatible = "samsung,exynos5433-cmu-atlas";
/linux/
H A DCREDITS285 E: bauer@atlas.unisinos.br
/linux/drivers/clk/samsung/
H A Dclk-exynos5433.c3971 CLK_OF_DECLARE(exynos5433_cmu_atlas, "samsung,exynos5433-cmu-atlas",
/linux/drivers/net/ethernet/sun/
H A Dniu.c9402 type_str = "atlas"; in show_plat_type()