Searched refs:vcom_ctrl_gpio (Results 1 – 1 of 1) sorted by relevance
47 struct gpio_desc *vcom_ctrl_gpio; member364 data->vcom_ctrl_gpio = devm_gpiod_get_optional(&client->dev, "vcom-ctrl", GPIOD_OUT_LOW); in tps65185_probe()365 if (IS_ERR(data->vcom_ctrl_gpio)) in tps65185_probe()367 PTR_ERR(data->vcom_ctrl_gpio), in tps65185_probe()417 config.ena_gpiod = data->vcom_ctrl_gpio; in tps65185_probe()