Searched refs:sd_n (Results 1 – 2 of 2) sorted by relevance
681 struct gpio_desc *sd_n; member1120 wsa881x->sd_n = devm_gpiod_get_optional(&pdev->dev, "powerdown", in wsa881x_probe()1122 if (IS_ERR(wsa881x->sd_n)) { in wsa881x_probe()1124 return PTR_ERR(wsa881x->sd_n); in wsa881x_probe()1138 gpiod_direction_output(wsa881x->sd_n, 1); in wsa881x_probe()1163 gpiod_direction_output(wsa881x->sd_n, 0); in wsa881x_runtime_suspend()1178 gpiod_direction_output(wsa881x->sd_n, 1); in wsa881x_runtime_resume()1184 gpiod_direction_output(wsa881x->sd_n, 0); in wsa881x_runtime_resume()
443 struct gpio_desc *sd_n; member1394 wsa883x->sd_n = devm_gpiod_get_optional(&pdev->dev, "powerdown", in wsa883x_probe()1396 if (IS_ERR(wsa883x->sd_n)) { in wsa883x_probe()1398 ret = PTR_ERR(wsa883x->sd_n); in wsa883x_probe()1414 gpiod_direction_output(wsa883x->sd_n, 0); in wsa883x_probe()