Searched refs:tps6586x_dev (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/drivers/power/ |
H A D | tps6586x.c | 12 static struct udevice *tps6586x_dev; variable 39 if (!dm_i2c_read(tps6586x_dev, reg, &data, 1)) { in tps6586x_read() 62 if (!dm_i2c_write(tps6586x_dev, reg, data, len)) { in tps6586x_write() 153 assert(tps6586x_dev); in tps6586x_set_pwm_mode() 174 assert(tps6586x_dev); in tps6586x_adjust_sm0_sm1() 247 tps6586x_dev = dev; in tps6586x_init()
|
/openbmc/linux/drivers/mfd/ |
H A D | tps6586x.c | 460 static struct device *tps6586x_dev; variable 463 if (tps6586x_clr_bits(tps6586x_dev, TPS6586X_SUPPLYENE, EXITSLREQ_BIT)) in tps6586x_power_off() 466 tps6586x_set_bits(tps6586x_dev, TPS6586X_SUPPLYENE, SLEEP_MODE_BIT); in tps6586x_power_off() 563 tps6586x_dev = &client->dev; in tps6586x_i2c_probe()
|