Searched full:max31829 (Results 1 – 2 of 2) sorted by relevance
/linux/Documentation/devicetree/bindings/hwmon/ |
H A D | adi,max31827.yaml | 7 title: Analog Devices MAX31827, MAX31828, MAX31829 Low-Power Temperature Switch 13 Analog Devices MAX31827, MAX31828, MAX31829 Low-Power Temperature Switch with 15 https://www.analog.com/media/en/technical-documentation/data-sheets/MAX31827-MAX31829.pdf 24 - adi,max31829 68 const: adi,max31829
|
/linux/drivers/hwmon/ |
H A D | max31827.c | 55 enum chips { max31827 = 1, max31828, max31829 }; enumerator 498 { "max31829", max31829 }, 544 case max31829: in max31827_init_client() 580 case max31829: in max31827_init_client() 658 .compatible = "adi,max31829", 659 .data = (void *)max31829
|