Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/iio/
H A Diio-opaque.h44 int currentmode; member
/openbmc/linux/drivers/iio/
H A Dindustrialio-buffer.c1072 iio_dev_opaque->currentmode = config->mode; in iio_enable_buffers()
1110 if (iio_dev_opaque->currentmode == INDIO_BUFFER_TRIGGERED) { in iio_enable_buffers()
1129 if (iio_dev_opaque->currentmode == INDIO_BUFFER_TRIGGERED) { in iio_enable_buffers()
1142 iio_dev_opaque->currentmode = INDIO_DIRECT_MODE; in iio_enable_buffers()
1172 if (iio_dev_opaque->currentmode == INDIO_BUFFER_TRIGGERED) { in iio_disable_buffers()
1191 iio_dev_opaque->currentmode = INDIO_DIRECT_MODE; in iio_disable_buffers()
H A Dindustrialio-trigger.c455 if (iio_dev_opaque->currentmode == INDIO_BUFFER_TRIGGERED) { in current_trigger_store()
H A Dindustrialio-core.c209 return iio_dev_opaque->currentmode & in iio_buffer_enabled()
2122 return iio_dev_opaque->currentmode; in iio_device_get_current_mode()
/openbmc/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()
/openbmc/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()