Searched refs:overcurrent_wait (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/include/linux/mfd/
H A Dtps65090.h95 * @overcurrent_wait_valid: True if the overcurrent_wait should be applied.
96 * @overcurrent_wait: Value to set as the overcurrent wait time. This is the
104 int overcurrent_wait; member in struct:tps65090_regulator_plat_data
/linux-4.1.27/drivers/regulator/
H A Dtps65090-regulator.c48 * @overcurrent_wait_valid: True if overcurrent_wait is valid.
49 * @overcurrent_wait: For FETs, the value to put in the WTFET bitfield.
57 int overcurrent_wait; member in struct:tps65090_regulator
81 ri->overcurrent_wait << CTRL_WT_BIT); tps65090_reg_set_overcurrent_wait()
394 &rpdata->overcurrent_wait) == 0) tps65090_parse_dt_reg_data()
449 ri->overcurrent_wait = tps_pdata->overcurrent_wait; tps65090_regulator_probe()

Completed in 111 milliseconds