Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/iio/light/
H A Dsi1145.c167 * @autonomous: If automatic measurements are active (for buffer support)
180 bool autonomous; member
431 if (data->autonomous) { in si1145_store_samp_freq()
456 if (!data->autonomous) { in si1145_trigger_handler()
491 if (data->autonomous) { in si1145_trigger_handler()
1030 /* Turn off autonomous mode */ in si1145_initialize()
1195 data->autonomous = true; in si1145_trigger_set_state()
1227 data->autonomous = false; in si1145_trigger_set_state()
/kernel/linux/linux-6.6/drivers/iio/light/
H A Dsi1145.c167 * @autonomous: If automatic measurements are active (for buffer support)
180 bool autonomous; member
430 if (data->autonomous) { in si1145_store_samp_freq()
455 if (!data->autonomous) { in si1145_trigger_handler()
490 if (data->autonomous) { in si1145_trigger_handler()
1029 /* Turn off autonomous mode */ in si1145_initialize()
1194 data->autonomous = true; in si1145_trigger_set_state()
1226 data->autonomous = false; in si1145_trigger_set_state()
/kernel/linux/linux-5.10/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
526 pulse8->autonomous = cmd[1]; in pulse8_cec_adap_log_addr()
696 pulse8->autonomous = data[0]; in pulse8_setup()
881 if (persistent_config && pulse8->autonomous) { in pulse8_connect()
/kernel/linux/linux-6.6/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
526 pulse8->autonomous = cmd[1]; in pulse8_cec_adap_log_addr()
696 pulse8->autonomous = data[0]; in pulse8_setup()
881 if (persistent_config && pulse8->autonomous) { in pulse8_connect()
/kernel/linux/linux-5.10/drivers/remoteproc/
H A Dremoteproc_sysfs.c142 * Here we rely on the autonomous flag because a remote processor in firmware_show()
145 if (rproc->autonomous) in firmware_show()
H A Dremoteproc_core.c1668 * autonomous. in rproc_stop()
1670 rproc->autonomous = false; in rproc_stop()
2034 rproc->autonomous = true; in rproc_add()
/kernel/linux/linux-5.10/include/linux/
H A Dremoteproc.h510 * @autonomous: true if an external entity has booted the remote processor
547 bool autonomous; member

Completed in 11 milliseconds