Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/mfd/
Dtps65010.c503 static struct tps65010 *the_tps; variable
520 the_tps = NULL; in tps65010_remove()
531 if (the_tps) { in tps65010_probe()
593 the_tps = tps; in tps65010_probe()
689 if (!the_tps) in tps65010_set_vbus_draw()
700 the_tps->vbus = mA; in tps65010_set_vbus_draw()
701 if ((the_tps->chgstatus & TPS_CHG_USB) in tps65010_set_vbus_draw()
703 FLAG_VBUS_CHANGED, &the_tps->flags)) { in tps65010_set_vbus_draw()
705 queue_delayed_work(system_power_efficient_wq, &the_tps->work, in tps65010_set_vbus_draw()
724 if (!the_tps) in tps65010_set_gpio_out_value()
[all …]