Home
last modified time | relevance | path

Searched refs:madc (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/iio/adc/
A Dtwl4030-madc.c456 madc->imr); in twl4030_madc_disable_irq()
462 dev_err(madc->dev, in twl4030_madc_disable_irq()
478 mutex_lock(&madc->lock); in twl4030_madc_threaded_irq_handler()
482 madc->isr); in twl4030_madc_threaded_irq_handler()
488 madc->imr); in twl4030_madc_threaded_irq_handler()
588 dev_err(madc->dev, in twl4030_madc_wait_conversion_ready()
772 madc->dev = &pdev->dev; in twl4030_madc_probe()
791 madc->imr = madc->use_second_irq ? TWL4030_MADC_IMR2 : in twl4030_madc_probe()
793 madc->isr = madc->use_second_irq ? TWL4030_MADC_ISR2 : in twl4030_madc_probe()
852 twl4030_madc = madc; in twl4030_madc_probe()
[all …]
A DMakefile112 obj-$(CONFIG_TWL4030_MADC) += twl4030-madc.o
A DKconfig1233 called twl4030-madc.
/linux/Documentation/devicetree/bindings/iio/adc/
A Dti,twl4030-madc.yaml4 $id: http://devicetree.org/schemas/iio/adc/ti,twl4030-madc.yaml#
18 const: ti,twl4030-madc
23 ti,system-uses-second-madc-irq:
26 Set if the second madc irq register should be used, which is intended
42 madc {
43 compatible = "ti,twl4030-madc";
/linux/Documentation/hwmon/
A Dtwl4030-madc-hwmon.rst1 Kernel driver twl4030-madc
8 Prefix: 'twl4030-madc'
A Dindex.rst195 twl4030-madc-hwmon
/linux/arch/arm/boot/dts/
A Dtwl4030.dtsi155 twl_madc: madc {
156 compatible = "ti,twl4030-madc";
/linux/sound/soc/codecs/
A Dtlv320aic32x4.c711 u8 madc, nadc, mdac, ndac, max_nadc, min_mdac, max_ndac; in aic32x4_setup_clocks() local
761 madc = DIV_ROUND_UP((32 * adc_resource_class), aosr); in aic32x4_setup_clocks()
766 max_nadc = AIC32X4_MAX_CODEC_CLKIN_FREQ / (madc * aosr * sample_rate); in aic32x4_setup_clocks()
769 adc_clock_rate = nadc * madc * aosr * sample_rate; in aic32x4_setup_clocks()
788 madc); in aic32x4_setup_clocks()
A Dtlv320aic31xx.c190 u8 madc; member
912 aic31xx_divs[i].madc ? aic31xx_divs[i].madc : 1); in aic31xx_setup_pll()
932 aic31xx_divs[i].madc, in aic31xx_setup_pll()
1216 if (aic31xx_divs[aic31xx->rate_div_line].madc) in aic31xx_clk_on()
/linux/drivers/mfd/
A Dtwl-core.c729 if (IS_ENABLED(CONFIG_TWL4030_MADC) && pdata->madc && in add_children()
732 pdata->madc, sizeof(*pdata->madc), in add_children()
/linux/include/linux/mfd/
A Dtwl.h701 struct twl4030_madc_platform_data *madc; member

Completed in 31 milliseconds