Searched refs:vcom_ctrl_gpio (Results 1 – 1 of 1) sorted by relevance
48 struct gpio_desc *vcom_ctrl_gpio; member368 data->vcom_ctrl_gpio = devm_gpiod_get_optional(&client->dev, "vcom-ctrl", GPIOD_OUT_LOW); in tps65185_probe()369 if (IS_ERR(data->vcom_ctrl_gpio)) in tps65185_probe()371 PTR_ERR(data->vcom_ctrl_gpio), in tps65185_probe()426 config.ena_gpiod = data->vcom_ctrl_gpio; in tps65185_probe()