Searched refs:autonomous (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/iio/light/
H A Dsi1145.c167 * @autonomous: If automatic measurements are active (for buffer support)
180 bool autonomous; member in struct:si1145_data
430 if (data->autonomous) {
455 if (!data->autonomous) {
490 if (data->autonomous) {
1029 /* Turn off autonomous mode */
1194 data->autonomous = true;
1226 data->autonomous = false;
/linux-master/drivers/media/cec/usb/pulse8/
H A Dpulse8-cec.c14 * - In autonomous mode, only messages from a TV will be acknowledged, even
18 * - In autonomous mode, the dongle will by default reply Feature Abort
25 * - In autonomous mode, the dongle is known to attempt wakeup if it receives
207 bool autonomous; member in struct:pulse8
526 pulse8->autonomous = cmd[1];
696 pulse8->autonomous = data[0];
881 if (persistent_config && pulse8->autonomous) {

Completed in 124 milliseconds