Home
last modified time | relevance | path

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

/openbmc/linux/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
47 description: Device address when multiple MCP3911 chips are present on the same SPI bus.
73 compatible = "microchip,mcp3911";
/openbmc/linux/drivers/iio/adc/
H A Dmcp3911.c3 * Driver for Microchip MCP3911, Two-channel Analog Front End
70 struct mcp3911 { struct
87 static int mcp3911_read(struct mcp3911 *adc, u8 reg, u32 *val, u8 len) in mcp3911_read() argument
103 static int mcp3911_write(struct mcp3911 *adc, u8 reg, u32 val, u8 len) in mcp3911_write()
114 static int mcp3911_update(struct mcp3911 *adc, u8 reg, u32 mask, in mcp3911_update()
168 struct mcp3911 *adc = iio_priv(indio_dev); in mcp3911_read_raw()
218 struct mcp3911 *adc = iio_priv(indio_dev); in mcp3911_write_raw()
270 static int mcp3911_calc_scale_table(struct mcp3911 *adc) in mcp3911_calc_scale_table()
339 struct mcp3911 *adc = iio_priv(indio_dev); in mcp3911_trigger_handler()
384 static int mcp3911_config(struct mcp3911 *adc) in mcp3911_config()
[all …]
H A DKconfig782 config MCP3911 config
783 tristate "Microchip Technology MCP3911 driver"
788 Say yes here to build support for Microchip Technology's MCP3911
792 called mcp3911.
H A DMakefile74 obj-$(CONFIG_MCP3911) += mcp3911.o
/openbmc/linux/
H A DMAINTAINERS14067 MICROCHIP MCP3911 ADC DRIVER
14072 F: Documentation/devicetree/bindings/iio/adc/microchip,mcp3911.yaml
14073 F: drivers/iio/adc/mcp3911.c
H A Dopengrok1.0.log[all...]
H A Dopengrok2.0.log[all...]