Searched full:mcp3911 (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/iio/adc/ |
| H A D | mcp3911.c | 3 * Driver for Microchip MCP3911, Two-channel Analog Front End 97 MCP3911, enumerator 105 struct mcp3911; 110 int (*config)(struct mcp3911 *adc, bool external_vref); 111 int (*get_osr)(struct mcp3911 *adc, u32 *val); 112 int (*set_osr)(struct mcp3911 *adc, u32 val); 113 int (*enable_offset)(struct mcp3911 *adc, bool enable); 114 int (*get_offset)(struct mcp3911 *adc, int channel, int *val); 115 int (*set_offset)(struct mcp3911 *adc, int channel, int val); 116 int (*set_scale)(struct mcp3911 *adc, int channel, u32 val); [all …]
|
| /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 56 description: Device address when multiple MCP3911 chips are present on the same SPI bus. 83 compatible = "microchip,mcp3911";
|