Searched full:mcp3021 (Results 1 – 7 of 7) sorted by relevance
/Linux-v6.6/drivers/hwmon/ |
D | mcp3021.c | 3 * mcp3021.c - driver for Microchip MCP3021 and MCP3221 39 mcp3021, enumerator 77 /* The output code of the MCP3021 is transmitted with MSB first. */ in mcp3021_read() 153 case mcp3021: in mcp3021_probe() 180 { "mcp3021", mcp3021 }, 188 { .compatible = "microchip,mcp3021", .data = (void *)mcp3021 }, 197 .name = "mcp3021", 207 MODULE_DESCRIPTION("Microchip MCP3021/MCP3221 driver");
|
D | Makefile | 157 obj-$(CONFIG_SENSORS_MCP3021) += mcp3021.o
|
D | Kconfig | 1208 tristate "Microchip MCP3021 and compatibles" 1211 If you say yes here you get support for MCP3021 and MCP3221. 1212 The MCP3021 is a A/D converter (ADC) with 10-bit and the MCP3221 1216 will be called mcp3021.
|
/Linux-v6.6/Documentation/hwmon/ |
D | mcp3021.rst | 1 Kernel driver MCP3021 6 * Microchip Technology MCP3021 8 Prefix: 'mcp3021' 28 This driver implements support for the Microchip Technology MCP3021 and 31 The Microchip Technology Inc. MCP3021 is a successive approximation A/D 35 Communication to the MCP3021/MCP3221 is performed using a 2-wire I2C
|
D | index.rst | 155 mcp3021
|
/Linux-v6.6/Documentation/devicetree/bindings/hwmon/ |
D | microchip,mcp3021.yaml | 4 $id: http://devicetree.org/schemas/hwmon/microchip,mcp3021.yaml# 7 title: Microchip MCP3021 A/D converter 15 - microchip,mcp3021 38 compatible = "microchip,mcp3021";
|
/Linux-v6.6/arch/arm/boot/dts/marvell/ |
D | armada-388-clearfog.dtsi | 176 /* The MCP3021 supports standard and fast modes */ 177 mikrobus_adc: mcp3021@4c { 178 compatible = "microchip,mcp3021";
|