Searched refs:mcp3911 (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/iio/adc/ |
| H A D | mcp3911.c | 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); 117 int (*get_raw)(struct mcp3911 *adc, int channel, int *val); 120 struct mcp3911 { struct [all …]
|
| H A D | Makefile | 99 obj-$(CONFIG_MCP3911) += mcp3911.o
|
| H A D | Kconfig | 1113 called mcp3911.
|
| /linux/ |
| H A D | MAINTAINERS | 17160 F: Documentation/devicetree/bindings/iio/adc/microchip,mcp3911.yaml 17161 F: drivers/iio/adc/mcp3911.c
|