sync_gpio 273 drivers/iio/frequency/ad9523.c struct gpio_desc *sync_gpio; sync_gpio 1018 drivers/iio/frequency/ad9523.c st->sync_gpio = devm_gpiod_get_optional(&spi->dev, "sync", sync_gpio 1020 drivers/iio/frequency/ad9523.c if (IS_ERR(st->sync_gpio)) { sync_gpio 1021 drivers/iio/frequency/ad9523.c ret = PTR_ERR(st->sync_gpio); sync_gpio 69 sound/soc/tegra/tegra20_ac97.c gpio_request(workdata->sync_gpio, "codec-sync"); sync_gpio 71 sound/soc/tegra/tegra20_ac97.c gpio_direction_output(workdata->sync_gpio, 1); sync_gpio 74 sound/soc/tegra/tegra20_ac97.c gpio_set_value(workdata->sync_gpio, 0); sync_gpio 76 sound/soc/tegra/tegra20_ac97.c gpio_free(workdata->sync_gpio); sync_gpio 353 sound/soc/tegra/tegra20_ac97.c ac97->sync_gpio = of_get_named_gpio(pdev->dev.of_node, sync_gpio 355 sound/soc/tegra/tegra20_ac97.c if (!gpio_is_valid(ac97->sync_gpio)) { sync_gpio 83 sound/soc/tegra/tegra20_ac97.h int sync_gpio;