Searched refs:tps6586x_dev (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/power/ |
| H A D | tps6586x.c | 13 static struct udevice *tps6586x_dev; variable 40 if (!dm_i2c_read(tps6586x_dev, reg, &data, 1)) { in tps6586x_read() 63 if (!dm_i2c_write(tps6586x_dev, reg, data, len)) { in tps6586x_write() 154 assert(tps6586x_dev); in tps6586x_set_pwm_mode() 175 assert(tps6586x_dev); in tps6586x_adjust_sm0_sm1() 248 tps6586x_dev = dev; in tps6586x_init()
|
| /OK3568_Linux_fs/kernel/drivers/mfd/ |
| H A D | tps6586x.c | 464 static struct device *tps6586x_dev; variable 467 if (tps6586x_clr_bits(tps6586x_dev, TPS6586X_SUPPLYENE, EXITSLREQ_BIT)) in tps6586x_power_off() 470 tps6586x_set_bits(tps6586x_dev, TPS6586X_SUPPLYENE, SLEEP_MODE_BIT); in tps6586x_power_off() 568 tps6586x_dev = &client->dev; in tps6586x_i2c_probe()
|