Lines Matching defs:priv_data
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() local
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() local
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() local
310 struct tps65185_priv_data *priv_data = dev_get_priv(dev); in tps65185_power_down() local
327 struct tps65185_priv_data *priv_data = dev_get_priv(dev); in tps65185_temp_get() local
361 struct tps65185_priv_data *priv_data = dev_get_priv(dev); in tps65185_hw_init() local
386 static void tps65185_init_arg(struct tps65185_priv_data *priv_data) in tps65185_init_arg()