Searched defs:priv_data (Results 1 – 2 of 2) sorted by relevance
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() local182 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() local259 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() local310 struct tps65185_priv_data *priv_data = dev_get_priv(dev); in tps65185_power_down() local327 struct tps65185_priv_data *priv_data = dev_get_priv(dev); in tps65185_temp_get() local361 struct tps65185_priv_data *priv_data = dev_get_priv(dev); in tps65185_hw_init() local[all …]
621 void *priv_data; member