Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/iio/
Diio-opaque.h44 int currentmode; member
/linux-6.12.1/drivers/iio/
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()
Dindustrialio-trigger.c449 if (iio_dev_opaque->currentmode == INDIO_BUFFER_TRIGGERED) in current_trigger_store()
Dindustrialio-core.c217 return iio_dev_opaque->currentmode & INDIO_ALL_BUFFER_MODES; in iio_buffer_enabled()
2233 return iio_dev_opaque->currentmode; in iio_device_get_current_mode()
/linux-6.12.1/drivers/net/wireless/broadcom/b43legacy/
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-6.12.1/drivers/net/wireless/broadcom/b43/
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()