Home
last modified time | relevance | path

Searched full:mcp3911 (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/iio/adc/
H A Dmcp3911.c3 * Driver for Microchip MCP3911, Two-channel Analog Front End
49 struct mcp3911 { struct
57 static int mcp3911_read(struct mcp3911 *adc, u8 reg, u32 *val, u8 len) in mcp3911_read() argument
73 static int mcp3911_write(struct mcp3911 *adc, u8 reg, u32 val, u8 len) in mcp3911_write()
84 static int mcp3911_update(struct mcp3911 *adc, u8 reg, u32 mask, in mcp3911_update()
103 struct mcp3911 *adc = iio_priv(indio_dev); in mcp3911_read_raw()
164 struct mcp3911 *adc = iio_priv(indio_dev); in mcp3911_write_raw()
212 static int mcp3911_config(struct mcp3911 *adc, struct device_node *of_node) in mcp3911_config()
254 struct mcp3911 *adc; in mcp3911_probe()
333 struct mcp3911 *adc = iio_priv(indio_dev); in mcp3911_remove()
[all …]
H A DKconfig698 config MCP3911 config
699 tristate "Microchip Technology MCP3911 driver"
702 Say yes here to build support for Microchip Technology's MCP3911
706 called mcp3911.
H A DMakefile67 obj-$(CONFIG_MCP3911) += mcp3911.o
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/iio/adc/
H A Dmicrochip,mcp3911.yaml5 $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
21 - microchip,mcp3911
40 description: Device address when multiple MCP3911 chips are present on the same SPI bus.
63 compatible = "microchip,mcp3911";
/OK3568_Linux_fs/kernel/
H A DMAINTAINERS11572 MICROCHIP MCP3911 ADC DRIVER
11577 F: Documentation/devicetree/bindings/iio/adc/microchip,mcp3911.yaml
11578 F: drivers/iio/adc/mcp3911.c