echo_pin           33 drivers/pps/clients/pps-gpio.c 	struct gpio_desc *echo_pin;
echo_pin           77 drivers/pps/clients/pps-gpio.c 			gpiod_set_value(info->echo_pin, 1);
echo_pin           82 drivers/pps/clients/pps-gpio.c 			gpiod_set_value(info->echo_pin, 1);
echo_pin          100 drivers/pps/clients/pps-gpio.c 	gpiod_set_value(info->echo_pin, 0);
echo_pin          119 drivers/pps/clients/pps-gpio.c 	data->echo_pin = devm_gpiod_get_optional(&pdev->dev,
echo_pin          122 drivers/pps/clients/pps-gpio.c 	if (data->echo_pin) {
echo_pin          123 drivers/pps/clients/pps-gpio.c 		if (IS_ERR(data->echo_pin)) {
echo_pin          125 drivers/pps/clients/pps-gpio.c 			return PTR_ERR(data->echo_pin);
echo_pin          181 drivers/pps/clients/pps-gpio.c 		data->echo_pin = pdata->echo_pin;
echo_pin          209 drivers/pps/clients/pps-gpio.c 	if (data->echo_pin) {
echo_pin          246 drivers/pps/clients/pps-gpio.c 	if (data->echo_pin) {
echo_pin          249 drivers/pps/clients/pps-gpio.c 		gpiod_set_value(data->echo_pin, 0);
echo_pin           13 include/linux/pps-gpio.h 	struct gpio_desc *echo_pin;