Home
last modified time | relevance | path

Searched +full:industrial +full:- +full:consumer +full:- +full:applications (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/Documentation/devicetree/bindings/iio/temperature/
Dmelexis,mlx90632.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Crt Mori <cmo@melexis.com>
13 https://www.melexis.com/en/documents/documentation/datasheets/datasheet-mlx90632
15 There are various applications for the Infra Red contactless temperature
16 sensor and MLX90632 is most suitable for consumer applications where
17 measured object temperature is in range between -20 to 200 degrees
19 object temperature range for industrial applications. Since it can
20 operate and measure ambient temperature in range of -20 to 85 degrees
[all …]
/linux-6.12.1/Documentation/driver-api/gpio/
Dusing-gpio.rst12 Documentation/driver-api/gpio/drivers-on-gpio.rst
15 laptops, phones, tablets, routers, and any consumer or office or business goods
18 help to refine it, see Documentation/process/submitting-patches.rst.
22 The userspace ABI is intended for one-off deployments. Examples are prototypes,
24 industrial automation, PLC-type use cases, door controllers, in short a piece
27 software-hardware interface to be set up. They should not have a natural fit
32 Applications that have a good reason to use the industrial I/O (IIO) subsystem
46 For structured and managed applications, we recommend that you make use of the
/linux-6.12.1/Documentation/devicetree/bindings/mfd/
Drohm,bd71847-pmic.yaml1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
4 $id: http://devicetree.org/schemas/mfd/rohm,bd71847-pmic.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Matti Vaittinen <mazziesaccount@gmail.com>
14 single-core, dual-core, and quad-core SoCs such as NXP-i.MX 8M. It is
18 …/www.rohm.com/products/power-management/power-management-ic-for-system/industrial-consumer-applica…
19 …//www.rohm.com/products/power-management/power-management-ic-for-system/industrial-consumer-applic…
24 - rohm,bd71847
25 - rohm,bd71850
[all …]
Drohm,bd71837-pmic.yaml1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
4 $id: http://devicetree.org/schemas/mfd/rohm,bd71837-pmic.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Matti Vaittinen <mazziesaccount@gmail.com>
13 BD71837MWV is programmable Power Management ICs for powering single-core,
14 dual-core, and quad-core SoCs such as NXP-i.MX 8M. It is optimized for low
18 …/www.rohm.com/products/power-management/power-management-ic-for-system/industrial-consumer-applica…
35 clock-names:
38 "#clock-cells":
[all …]
/linux-6.12.1/drivers/iio/accel/
Dkionix-kx022a.c1 // SPDX-License-Identifier: GPL-2.0-only
16 #include <linux/regulator/consumer.h>
27 #include "kionix-kx022a.h"
87 * The HW does not set WHO_AM_I reg as read-only but we don't want to write it
88 * so we still include it in the read-only ranges.
305 return &data->orientation; in kx022a_get_mount_matrix()
391 * range is typically +-2G/4G/8G/16G, distributed over the amount of bits.
394 * => KX022A uses 16 bit (HiRes mode - assume the low 8 bits are zeroed
395 * in low-power mode(?) )
396 * => +/-2G => 4 / 2^16 * 9,80665
[all …]