Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/power/
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()
1083 if (bq->automode > 0) in bq2415x_power_supply_exit()
1084 bq->automode = 0; in bq2415x_power_supply_exit()
1181 if (bq->automode < 0) in bq2415x_sysfs_set_mode()
1183 bq->automode = 1; in bq2415x_sysfs_set_mode()
1186 if (bq->automode > 0) in bq2415x_sysfs_set_mode()
[all …]
/linux-4.4.14/drivers/tty/serial/
Dmen_z135_uart.c129 bool automode; member
582 if (uart->automode) in men_z135_start_tx()
700 uart->automode = true; in men_z135_set_termios()
704 uart->automode = false; in men_z135_set_termios()
/linux-4.4.14/Documentation/devicetree/bindings/leds/
Dleds-lp55xx.txt12 - clock-mode: Input clock mode, (0: automode, 1: internal, 2: external)