Home
last modified time | relevance | path

Searched refs:automode (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/power/supply/
H A Dbq2415x_charger.c173 int automode; /* 1 - enabled, 0 - disabled; -1 - not supported */ member
839 if (bq->automode < 1) in bq2415x_notifier_call()
878 if (bq->automode > 0) in bq2415x_timer_error()
879 bq->automode = 0; in bq2415x_timer_error()
893 if (bq->automode > 0 && (bq->reported_mode != bq->mode)) { in bq2415x_timer_work()
1029 if (bq->automode > 0) in bq2415x_power_supply_exit()
1030 bq->automode = 0; in bq2415x_power_supply_exit()
1127 if (bq->automode < 0) in bq2415x_sysfs_set_mode()
1129 bq->automode = 1; in bq2415x_sysfs_set_mode()
1132 if (bq->automode > 0) in bq2415x_sysfs_set_mode()
[all …]
H A Dbq25700_charger.c165 int automode; member
1690 charger->automode = 1; in bq25700_register_pd_nb()
1693 charger->automode = -1; in bq25700_register_pd_nb()
/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Dmen_z135_uart.c126 bool automode; member
578 if (uart->automode) in men_z135_start_tx()
696 uart->automode = true; in men_z135_set_termios()
700 uart->automode = false; in men_z135_set_termios()
/OK3568_Linux_fs/kernel/drivers/staging/pi433/
H A Drf69_enum.h94 automode, enumerator
H A Drf69.c610 case automode: in rf69_get_flag()