Searched full:mcp3911 (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/iio/adc/ |
H A D | mcp3911.c | 3 * Driver for Microchip MCP3911, Two-channel Analog Front End 93 MCP3911, enumerator 101 struct mcp3911; 106 int (*config)(struct mcp3911 *adc, bool external_vref); 107 int (*get_osr)(struct mcp3911 *adc, u32 *val); 108 int (*set_osr)(struct mcp3911 *adc, u32 val); 109 int (*enable_offset)(struct mcp3911 *adc, bool enable); 110 int (*get_offset)(struct mcp3911 *adc, int channel, int *val); 111 int (*set_offset)(struct mcp3911 *adc, int channel, int val); 112 int (*set_scale)(struct mcp3911 *adc, int channel, u32 val); [all …]
|
H A D | Kconfig | 908 config MCP3911 config 909 tristate "Microchip Technology MCP3911 driver" 916 MCP3910, MCP3911, MCP3912, MCP3913, MCP3914, 920 called mcp3911.
|
H A D | Makefile | 84 obj-$(CONFIG_MCP3911) += mcp3911.o
|
/linux/Documentation/devicetree/bindings/iio/adc/ |
H A D | microchip,mcp3911.yaml | 5 $id: http://devicetree.org/schemas/iio/adc/microchip,mcp3911.yaml# 8 title: Microchip MCP3911 Dual channel analog front end (ADC) 15 Bindings for the Microchip MCP3911 Dual channel ADC device. Datasheet can be 22 - microchip,mcp3911 53 description: Device address when multiple MCP3911 chips are present on the same SPI bus. 79 compatible = "microchip,mcp3911";
|
/linux/ |
H A D | MAINTAINERS | 15169 MICROCHIP MCP3911 ADC DRIVER 15174 F: Documentation/devicetree/bindings/iio/adc/microchip,mcp3911.yaml 15175 F: drivers/iio/adc/mcp3911.c
|