Searched refs:fm1288_ctl_gpio (Results 1 – 1 of 1) sorted by relevance
31 struct gpio_desc *fm1288_ctl_gpio; in fm1288_i2c_probe() local163 fm1288_ctl_gpio = devm_gpiod_get(&i2c_client->dev, "pwd", GPIOD_OUT_HIGH); in fm1288_i2c_probe()164 if (IS_ERR(fm1288_ctl_gpio)) { in fm1288_i2c_probe()166 return PTR_ERR(fm1288_ctl_gpio); in fm1288_i2c_probe()168 gpiod_direction_output(fm1288_ctl_gpio, 1); in fm1288_i2c_probe()