Searched refs:mcp3911 (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/iio/adc/
H A Dmcp3911.c101 struct mcp3911;
106 int (*config)(struct mcp3911 *adc);
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
133 static int mcp3911_read(struct mcp3911 *ad
[all...]
H A DMakefile79 obj-$(CONFIG_MCP3911) += mcp3911.o

Completed in 123 milliseconds