Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/power/
Dbq2415x_charger.c181 int automode; /* 1 - enabled, 0 - disabled; -1 - not supported */ member
835 if (bq->automode < 1) in bq2415x_notifier_call()
874 if (bq->automode > 0) in bq2415x_timer_error()
875 bq->automode = 0; in bq2415x_timer_error()
889 if (bq->automode > 0 && (bq->reported_mode != bq->mode)) { in bq2415x_timer_work()
1070 if (bq->automode > 0) in bq2415x_power_supply_exit()
1071 bq->automode = 0; in bq2415x_power_supply_exit()
1168 if (bq->automode < 0) in bq2415x_sysfs_set_mode()
1170 bq->automode = 1; in bq2415x_sysfs_set_mode()
1173 if (bq->automode > 0) in bq2415x_sysfs_set_mode()
[all …]
/linux-4.1.27/drivers/tty/serial/
Dmen_z135_uart.c130 bool automode; member
583 if (uart->automode) in men_z135_start_tx()
701 uart->automode = true; in men_z135_set_termios()
705 uart->automode = false; in men_z135_set_termios()
/linux-4.1.27/Documentation/devicetree/bindings/leds/
Dleds-lp55xx.txt12 - clock-mode: Input clock mode, (0: automode, 1: internal, 2: external)