Home
last modified time | relevance | path

Searched refs:mcp3911 (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/drivers/iio/adc/
Dmcp3911.c101 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);
115 struct mcp3911 { struct
132 static int mcp3911_read(struct mcp3911 *adc, u8 reg, u32 *val, u8 len) in mcp3911_read() argument
[all …]
DMakefile84 obj-$(CONFIG_MCP3911) += mcp3911.o
DKconfig920 called mcp3911.
/linux-6.12.1/
DMAINTAINERS15174 F: Documentation/devicetree/bindings/iio/adc/microchip,mcp3911.yaml
15175 F: drivers/iio/adc/mcp3911.c