Home
last modified time | relevance | path

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

/linux/drivers/iio/adc/
H A Dti-ads131m02.c119 u8 supports_xtal:1; member
581 .supports_xtal = true,
590 .supports_xtal = true,
800 if (priv->config->supports_xtal || priv->config->supports_extref) { in ads131m_hw_init()
803 if (priv->config->supports_xtal && !is_xtal) in ads131m_hw_init()
869 if (ret == 0 && !priv->config->supports_xtal) in ads131m_parse_clock()