Lines Matching refs:tps65185_priv_data
15 struct tps65185_priv_data { struct
117 int tps65185_i2c_write(struct tps65185_priv_data *priv_data, u8 reg, u8 val) in tps65185_i2c_write()
140 int tps65185_i2c_read(struct tps65185_priv_data *priv_data, u8 reg, u8 *val) in tps65185_i2c_read()
173 struct tps65185_priv_data *priv_data = dev_get_priv(pmic_dev); in tps65185_dump_registers()
182 static int tps65185_read_vcom_value(struct tps65185_priv_data *priv_data, in tps65185_read_vcom_value()
215 struct tps65185_priv_data *priv_data = dev_get_priv(dev); in tps65185_set_vcom_value()
259 static bool tps65185_hw_power_ack(struct tps65185_priv_data *priv_data, int up) in tps65185_hw_power_ack()
290 struct tps65185_priv_data *priv_data = dev_get_priv(dev); in tps65185_power_on()
310 struct tps65185_priv_data *priv_data = dev_get_priv(dev); in tps65185_power_down()
327 struct tps65185_priv_data *priv_data = dev_get_priv(dev); in tps65185_temp_get()
361 struct tps65185_priv_data *priv_data = dev_get_priv(dev); in tps65185_hw_init()
386 static void tps65185_init_arg(struct tps65185_priv_data *priv_data) in tps65185_init_arg()
408 struct tps65185_priv_data *tps65185_priv = dev_get_priv(dev); in tps65185_probe()
467 .priv_auto_alloc_size = sizeof(struct tps65185_priv_data),