Lines Matching refs:loop1
9 // loop1 relays
26 // The 'loop1' gpio pin controls two relays, which are either in loop
31 // In the above, the 'loop1' relays are inactive, thus feeding IN1 to the
50 struct gpio_desc *loop1;
84 gpiod_set_value_cansleep(tse850->loop1, val);
271 * regard to the loop1 and loop2 relays that according to this only
381 tse850->loop1 = devm_gpiod_get(dev, "axentia,loop1", GPIOD_OUT_HIGH);
382 if (IS_ERR(tse850->loop1)) {
383 if (PTR_ERR(tse850->loop1) != -EPROBE_DEFER)
384 dev_err(dev, "failed to get 'loop1' gpio\n");
385 return PTR_ERR(tse850->loop1);