Searched refs:_xadc_read_adc_reg (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/iio/adc/ |
H A D | xilinx-xadc.h | 85 static inline int _xadc_read_adc_reg(struct xadc *xadc, unsigned int reg, in _xadc_read_adc_reg() function 105 ret = _xadc_read_adc_reg(xadc, reg, val); in xadc_read_adc_reg()
|
H A D | xilinx-xadc-events.c | 140 ret = _xadc_read_adc_reg(xadc, XADC_REG_CONF1, &cfg); in xadc_write_event_config()
|
H A D | xilinx-xadc-core.c | 561 ret = _xadc_read_adc_reg(xadc, reg, &tmp); in _xadc_update_adc_reg()
|
/kernel/linux/linux-6.6/drivers/iio/adc/ |
H A D | xilinx-xadc.h | 92 static inline int _xadc_read_adc_reg(struct xadc *xadc, unsigned int reg, in _xadc_read_adc_reg() function 112 ret = _xadc_read_adc_reg(xadc, reg, val); in xadc_read_adc_reg()
|
H A D | xilinx-xadc-events.c | 140 ret = _xadc_read_adc_reg(xadc, XADC_REG_CONF1, &cfg); in xadc_write_event_config()
|
H A D | xilinx-xadc-core.c | 600 ret = _xadc_read_adc_reg(xadc, reg, &tmp); in _xadc_update_adc_reg()
|
Completed in 6 milliseconds