Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/power/supply/
Dbq2415x_charger.c182 int automode; /* 1 - enabled, 0 - disabled; -1 - not supported */ member
848 if (bq->automode < 1) in bq2415x_notifier_call()
887 if (bq->automode > 0) in bq2415x_timer_error()
888 bq->automode = 0; in bq2415x_timer_error()
902 if (bq->automode > 0 && (bq->reported_mode != bq->mode)) { in bq2415x_timer_work()
1086 if (bq->automode > 0) in bq2415x_power_supply_exit()
1087 bq->automode = 0; in bq2415x_power_supply_exit()
1184 if (bq->automode < 0) in bq2415x_sysfs_set_mode()
1186 bq->automode = 1; in bq2415x_sysfs_set_mode()
1189 if (bq->automode > 0) in bq2415x_sysfs_set_mode()
[all …]
/Linux-v4.19/drivers/staging/pi433/
Drf69_enum.h104 automode, enumerator
Drf69.c587 case automode: in rf69_get_flag()
/Linux-v4.19/drivers/tty/serial/
Dmen_z135_uart.c126 bool automode; member
579 if (uart->automode) in men_z135_start_tx()
697 uart->automode = true; in men_z135_set_termios()
701 uart->automode = false; in men_z135_set_termios()
/Linux-v4.19/Documentation/devicetree/bindings/leds/
Dleds-lp55xx.txt12 - clock-mode: Input clock mode, (0: automode, 1: internal, 2: external)