Home
last modified time | relevance | path

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

/linux/include/linux/iio/
H A Diio-opaque.h45 int currentmode; member
/linux/drivers/net/wireless/broadcom/b43legacy/
H A Dradio.c1326 int currentmode; in b43legacy_radio_set_interference_mitigation() local
1349 currentmode = phy->interfmode; in b43legacy_radio_set_interference_mitigation()
1350 if (currentmode == mode) in b43legacy_radio_set_interference_mitigation()
1352 if (currentmode != B43legacy_RADIO_INTERFMODE_NONE) in b43legacy_radio_set_interference_mitigation()
1354 currentmode); in b43legacy_radio_set_interference_mitigation()
/linux/drivers/iio/adc/
H A Dnxp-sar-adc.c830 int currentmode = iio_device_get_current_mode(indio_dev); in nxp_sar_adc_buffer_predisable() local
832 if (currentmode == INDIO_BUFFER_SOFTWARE) in nxp_sar_adc_buffer_predisable()
/linux/drivers/net/wireless/broadcom/b43/
H A Dphy_g.c2710 int currentmode; in b43_gphy_op_interf_mitigation() local
2733 currentmode = gphy->interfmode; in b43_gphy_op_interf_mitigation()
2734 if (currentmode == mode) in b43_gphy_op_interf_mitigation()
2736 if (currentmode != B43_INTERFMODE_NONE) in b43_gphy_op_interf_mitigation()
2737 b43_radio_interference_mitigation_disable(dev, currentmode); in b43_gphy_op_interf_mitigation()
/linux/drivers/iio/
H A Dindustrialio-trigger.c449 if (iio_dev_opaque->currentmode == INDIO_BUFFER_TRIGGERED) in current_trigger_store()