Searched full:stts751 (Results 1 – 4 of 4) sorted by relevance
/linux-6.14.4/Documentation/devicetree/bindings/hwmon/ |
D | st,stts751.yaml | 4 $id: http://devicetree.org/schemas/hwmon/st,stts751.yaml# 7 title: STTS751 Thermometer 14 const: st,stts751 37 compatible = "st,stts751";
|
/linux-6.14.4/drivers/hwmon/ |
D | stts751.c | 3 * STTS751 sensor driver 29 #define DEVNAME "stts751" 32 0x48, 0x49, 0x38, 0x39, /* STTS751-0 */ 33 0x4A, 0x4B, 0x3A, 0x3B, /* STTS751-1 */ 75 { "stts751" }, 80 { .compatible = "st,stts751" }, 684 name = "STTS751-0"; in stts751_detect() 687 name = "STTS751-1"; in stts751_detect() 762 ATTRIBUTE_GROUPS(stts751); 833 MODULE_DESCRIPTION("STTS751 sensor driver");
|
D | Makefile | 214 obj-$(CONFIG_SENSORS_STTS751) += stts751.o
|
D | Kconfig | 2093 tristate "ST Microelectronics STTS751" 2096 If you say yes here you get support for STTS751 2100 will be called stts751.
|