Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/power/supply/
H A Dbq2415x_charger.c173 int automode; /* 1 - enabled, 0 - disabled; -1 - not supported */ member
838 /* if automode is not enabled do not tell about reported_mode */ in bq2415x_notifier_call()
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()
1110 * auto - if automode is supported, enable it and set mode to reported
1127 if (bq->automode < in bq2415x_sysfs_set_mode()
[all...]
/kernel/linux/linux-6.6/drivers/power/supply/
H A Dbq2415x_charger.c173 int automode; /* 1 - enabled, 0 - disabled; -1 - not supported */ member
838 /* if automode is not enabled do not tell about reported_mode */ in bq2415x_notifier_call()
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()
1110 * auto - if automode is supported, enable it and set mode to reported
1127 if (bq->automode < in bq2415x_sysfs_set_mode()
[all...]
/kernel/linux/linux-5.10/drivers/staging/pi433/
H A Drf69_enum.h94 automode, enumerator
H A Drf69.c610 case automode: in rf69_get_flag()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/drivers/tty/serial/
H A Dmen_z135_uart.c126 bool automode; member
575 if (uart->automode) in men_z135_start_tx()
693 uart->automode = true; in men_z135_set_termios()
697 uart->automode = false; in men_z135_set_termios()

Completed in 10 milliseconds