Home
last modified time | relevance | path

Searched full:mcp9600 (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/Documentation/devicetree/bindings/iio/temperature/
Dmicrochip,mcp9600.yaml4 $id: http://devicetree.org/schemas/iio/temperature/microchip,mcp9600.yaml#
7 title: Microchip MCP9600 thermocouple EMF converter
17 const: microchip,mcp9600
62 compatible = "microchip,mcp9600";
/linux-6.12.1/drivers/iio/temperature/
Dmcp9600.c3 * mcp9600.c - Support for Microchip MCP9600 thermocouple EMF converter
25 /* MCP9600 registers */
43 /* MCP9600 device id value */
406 IRQF_ONESHOT, "mcp9600", in mcp9600_probe_alerts()
442 indio_dev->name = "mcp9600"; in mcp9600_probe()
451 { "mcp9600" },
457 { .compatible = "microchip,mcp9600" },
464 .name = "mcp9600",
474 MODULE_DESCRIPTION("Microchip MCP9600 thermocouple EMF converter driver");
DKconfig173 config MCP9600 config
174 tristate "MCP9600 thermocouple EMF converter"
177 If you say yes here you get support for MCP9600
181 will be called mcp9600.
DMakefile13 obj-$(CONFIG_MCP9600) += mcp9600.o