Lines Matching defs: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
379 tse850->loop1 = devm_gpiod_get(dev, "axentia,loop1", GPIOD_OUT_HIGH);
380 if (IS_ERR(tse850->loop1))
381 return dev_err_probe(dev, PTR_ERR(tse850->loop1),
382 "failed to get 'loop1' gpio\n");