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

/linux-master/include/linux/iio/
H A Diio-opaque.h10 * @currentmode: operating mode currently in use, may be eventually
44 int currentmode; member in struct:iio_dev_opaque
/linux-master/drivers/iio/
H A Dindustrialio-buffer.c1088 iio_dev_opaque->currentmode = config->mode;
1126 if (iio_dev_opaque->currentmode == INDIO_BUFFER_TRIGGERED) {
1145 if (iio_dev_opaque->currentmode == INDIO_BUFFER_TRIGGERED) {
1158 iio_dev_opaque->currentmode = INDIO_DIRECT_MODE;
1188 if (iio_dev_opaque->currentmode == INDIO_BUFFER_TRIGGERED) {
1207 iio_dev_opaque->currentmode = INDIO_DIRECT_MODE;
H A Dindustrialio-trigger.c455 if (iio_dev_opaque->currentmode == INDIO_BUFFER_TRIGGERED) {
H A Dindustrialio-core.c216 return iio_dev_opaque->currentmode & INDIO_ALL_BUFFER_MODES;
2181 * the opaque @currentmode variable
2188 return iio_dev_opaque->currentmode;
/linux-master/drivers/net/wireless/broadcom/b43legacy/
H A Dradio.c1326 int currentmode; local
1349 currentmode = phy->interfmode;
1350 if (currentmode == mode)
1352 if (currentmode != B43legacy_RADIO_INTERFMODE_NONE)
1354 currentmode);
/linux-master/drivers/net/wireless/broadcom/b43/
H A Dphy_g.c2710 int currentmode; local
2733 currentmode = gphy->interfmode;
2734 if (currentmode == mode)
2736 if (currentmode != B43_INTERFMODE_NONE)
2737 b43_radio_interference_mitigation_disable(dev, currentmode);

Completed in 169 milliseconds