Searched refs:tps65185_priv (Results 1 – 1 of 1) sorted by relevance
408 struct tps65185_priv_data *tps65185_priv = dev_get_priv(dev); in tps65185_probe() local410 tps65185_priv->dev = dev; in tps65185_probe()412 tps65185_init_arg(tps65185_priv); in tps65185_probe()415 &tps65185_priv->wake_up_gpio, GPIOD_IS_OUT); in tps65185_probe()421 &tps65185_priv->pwr_up_gpio, GPIOD_IS_OUT); in tps65185_probe()427 &tps65185_priv->vcom_gpio, GPIOD_IS_OUT); in tps65185_probe()433 &tps65185_priv->pwr_en_gpio, GPIOD_IS_OUT); in tps65185_probe()435 dm_gpio_set_value(&tps65185_priv->pwr_en_gpio, 1); in tps65185_probe()