Home
last modified time | relevance | path

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

123

/OK3568_Linux_fs/kernel/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 …]
/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_composite_glyphs.c42 PixmapPtr atlas; member
122 glamor_glyph_atlas_init(ScreenPtr screen, struct glamor_glyph_atlas *atlas) in glamor_glyph_atlas_init() argument
125 PictFormatPtr format = atlas->format; in glamor_glyph_atlas_init()
127 atlas->atlas = glamor_create_pixmap(screen, glamor_priv->glyph_atlas_dim, in glamor_glyph_atlas_init()
130 if (!glamor_pixmap_has_fbo(atlas->atlas)) { in glamor_glyph_atlas_init()
131 glamor_destroy_pixmap(atlas->atlas); in glamor_glyph_atlas_init()
132 atlas->atlas = NULL; in glamor_glyph_atlas_init()
134 atlas->x = 0; in glamor_glyph_atlas_init()
135 atlas->y = 0; in glamor_glyph_atlas_init()
136 atlas->row_height = 0; in glamor_glyph_atlas_init()
[all …]
H A Dglamor_program.c143 .fs_vars = "uniform sampler2D atlas;\n",
367 prog->atlas_uniform = glamor_get_uniform(prog, glamor_program_location_atlas, "atlas"); in glamor_build_program()
/OK3568_Linux_fs/kernel/drivers/iio/chemical/
H A Datlas-ezo-sensor.c3 * atlas-ezo-sensor.c - Support for Atlas Scientific EZO sensors
18 #define ATLAS_EZO_DRV_NAME "atlas-ezo-sensor"
187 { "atlas-co2-ezo", ATLAS_CO2_EZO },
188 { "atlas-o2-ezo", ATLAS_O2_EZO },
189 { "atlas-hum-ezo", ATLAS_HUM_EZO },
195 { .compatible = "atlas,co2-ezo", .data = (void *)ATLAS_CO2_EZO, },
196 { .compatible = "atlas,o2-ezo", .data = (void *)ATLAS_O2_EZO, },
197 { .compatible = "atlas,hum-ezo", .data = (void *)ATLAS_HUM_EZO, },
245 MODULE_DESCRIPTION("Atlas Scientific EZO sensors");
H A DKconfig9 tristate "Atlas Scientific OEM SM sensors"
17 Atlas Scientific OEM SM sensors:
23 module will be called atlas-ph-sensor.
26 tristate "Atlas Scientific EZO sensors"
30 Atlas Scientific EZO sensors
34 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"
599 { "atlas-ph-sm", ATLAS_PH_SM},
600 { "atlas-ec-sm", ATLAS_EC_SM},
601 { "atlas-orp-sm", ATLAS_ORP_SM},
602 { "atlas-do-sm", ATLAS_DO_SM},
603 { "atlas-rtd-sm", ATLAS_RTD_SM},
609 { .compatible = "atlas,ph-sm", .data = (void *)ATLAS_PH_SM, },
610 { .compatible = "atlas,ec-sm", .data = (void *)ATLAS_EC_SM, },
611 { .compatible = "atlas,orp-sm", .data = (void *)ATLAS_ORP_SM, },
[all …]
H A DMakefile7 obj-$(CONFIG_ATLAS_PH_SENSOR) += atlas-sensor.o
8 obj-$(CONFIG_ATLAS_EZO_SENSOR) += atlas-ezo-sensor.o
/OK3568_Linux_fs/kernel/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()
143 MODULE_DESCRIPTION("Atlas button driver");
H A DKconfig337 tristate "x86 Atlas button interface"
340 Say Y here for support of Atlas wallmount touchscreen buttons.
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dsocfpga_cyclone5_de0_nano_soc.dts9 model = "Terasic DE-0(Atlas)";
10 compatible = "terasic,de0-atlas", "altr,socfpga-cyclone5", "altr,socfpga";
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_82598.c666 * Power up the Atlas Tx lanes if they are currently powered down. in ixgbe_reset_hw_82598()
667 * Atlas Tx lanes are powered down for MAC loopback tests, but in ixgbe_reset_hw_82598()
672 /* Enable Tx Atlas so packets can be transmitted again */ in ixgbe_reset_hw_82598()
901 * ixgbe_read_analog_reg8_82598 - Reads 8 bit Atlas analog register
906 * Performs read operation to Atlas analog register specified.
923 * ixgbe_write_analog_reg8_82598 - Writes 8 bit Atlas analog register
925 * @reg: atlas register to write
928 * Performs write operation to Atlas analog register specified.
H A Dixgbe_ethtool.c1925 /* Disable Atlas Tx lanes; re-enabled in reset path */ in ixgbe_setup_loopback_test()
1927 u8 atlas; in ixgbe_setup_loopback_test() local
1929 hw->mac.ops.read_analog_reg8(hw, IXGBE_ATLAS_PDN_LPBK, &atlas); in ixgbe_setup_loopback_test()
1930 atlas |= IXGBE_ATLAS_PDN_TX_REG_EN; in ixgbe_setup_loopback_test()
1931 hw->mac.ops.write_analog_reg8(hw, IXGBE_ATLAS_PDN_LPBK, atlas); in ixgbe_setup_loopback_test()
1933 hw->mac.ops.read_analog_reg8(hw, IXGBE_ATLAS_PDN_10G, &atlas); in ixgbe_setup_loopback_test()
1934 atlas |= IXGBE_ATLAS_PDN_TX_10G_QL_ALL; in ixgbe_setup_loopback_test()
1935 hw->mac.ops.write_analog_reg8(hw, IXGBE_ATLAS_PDN_10G, atlas); in ixgbe_setup_loopback_test()
1937 hw->mac.ops.read_analog_reg8(hw, IXGBE_ATLAS_PDN_1G, &atlas); in ixgbe_setup_loopback_test()
1938 atlas |= IXGBE_ATLAS_PDN_TX_1G_QL_ALL; in ixgbe_setup_loopback_test()
[all …]
/OK3568_Linux_fs/u-boot/board/terasic/de0-nano-soc/
H A DMAINTAINERS1 SOCFPGA ATLAS BOARD
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
H A Dimage_manager.cpp42 // Clear pattern from the atlas image. in removeImage()
103 // When copied into the atlas texture, image data is padded by one pixel on each side. Icon
H A Dimage_manager.hpp31 2. Builds a texture atlas for pattern images.
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/clock/
H A Dexynos5433-clock.txt37 - "samsung,exynos5433-cmu-atlas" - clock controller compatible for CMU_ATLAS
136 Input clocks for atlas clock controller:
386 compatible = "samsung,exynos5433-cmu-atlas";
/OK3568_Linux_fs/u-boot/arch/arm/dts/
H A Dsocfpga_cyclone5_de0_nano_soc.dts10 model = "Terasic DE0-Nano(Atlas)";
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/geometry/
H A Dline_atlas.hpp35 // Binds the atlas texture to the GPU, and uploads data if it is out of date.
H A Dline_atlas.cpp49 Log::Warning(Event::OpenGL, "line atlas bitmap overflow"); in addDash()
/OK3568_Linux_fs/u-boot/arch/arm/mach-socfpga/
H A DKconfig90 bool "Terasic DE0-Nano-Atlas (Cyclone V)"
/OK3568_Linux_fs/kernel/arch/arm/mach-pxa/
H A Dpalmt5.h5 * Authors: Ales Snuparek <snuparek@atlas.cz>
H A Dpalmt5.c8 * Ales Snuparek <snuparek@atlas.cz>
/OK3568_Linux_fs/buildroot/package/aubio/
H A Daubio.mk16 --disable-atlas
/OK3568_Linux_fs/kernel/drivers/ide/
H A Dumc8672.c7 * Principal Author/Maintainer: PODIEN@hml2.atlas.de (Wolfram Podien)
/OK3568_Linux_fs/kernel/arch/mips/mti-malta/
H A Dmalta-init.c187 /* Fix up PCI I/O mapping if necessary (for Atlas). */ in prom_init()

123