Searched refs:priv_data (Results 1 – 3 of 3) sorted by relevance
| /rk3399_rockchip-uboot/drivers/video/rk_eink/ |
| H A D | tps65185.c | 117 int tps65185_i2c_write(struct tps65185_priv_data *priv_data, u8 reg, u8 val) in tps65185_i2c_write() argument 122 struct dm_i2c_chip *chip = dev_get_parent_platdata(priv_data->dev); in tps65185_i2c_write() 131 ret = dm_i2c_xfer(priv_data->dev, &msg, 1); in tps65185_i2c_write() 140 int tps65185_i2c_read(struct tps65185_priv_data *priv_data, u8 reg, u8 *val) in tps65185_i2c_read() argument 144 struct dm_i2c_chip *chip = dev_get_parent_platdata(priv_data->dev); in tps65185_i2c_read() 159 ret = dm_i2c_xfer(priv_data->dev, msg, 2); in tps65185_i2c_read() 173 struct tps65185_priv_data *priv_data = dev_get_priv(pmic_dev); in tps65185_dump_registers() local 176 tps65185_i2c_read(priv_data, i, ®); in tps65185_dump_registers() 182 static int tps65185_read_vcom_value(struct tps65185_priv_data *priv_data, in tps65185_read_vcom_value() argument 188 dm_gpio_set_value(&priv_data->wake_up_gpio, 0); in tps65185_read_vcom_value() [all …]
|
| /rk3399_rockchip-uboot/arch/powerpc/cpu/mpc83xx/ |
| H A D | pcie.c | 56 struct mpc83xx_pcie_priv *pcie_priv = hose->priv_data; in mpc83xx_pcie_remap_cfg() 147 hose->priv_data = &pcie_priv[bus]; in PCIE_OP()
|
| /rk3399_rockchip-uboot/include/ |
| H A D | pci.h | 621 void *priv_data; member
|