Home
last modified time | relevance | path

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

/linux/drivers/iio/
H A Dindustrialio-buffer.c1142 iio_dev_opaque->currentmode = config->mode; in iio_enable_buffers()
1180 if (iio_dev_opaque->currentmode == INDIO_BUFFER_TRIGGERED) { in iio_enable_buffers()
1199 if (iio_dev_opaque->currentmode == INDIO_BUFFER_TRIGGERED) { in iio_enable_buffers()
1212 iio_dev_opaque->currentmode = INDIO_DIRECT_MODE; in iio_enable_buffers()
1242 if (iio_dev_opaque->currentmode == INDIO_BUFFER_TRIGGERED) { in iio_disable_buffers()
1261 iio_dev_opaque->currentmode = INDIO_DIRECT_MODE; in iio_disable_buffers()
H A Dindustrialio-trigger.c449 if (iio_dev_opaque->currentmode == INDIO_BUFFER_TRIGGERED) in current_trigger_store()
/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/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()