Lines Matching defs:loop2
24 // loop2 relays
29 // the 'Sum' mixer. Similarly for 'loop2'.
33 // 'loop2' relays are active, short-cutting the TSE-850 from channel 2.
51 struct gpio_desc *loop2;
114 gpiod_set_value_cansleep(tse850->loop2, val);
271 * regard to the loop1 and loop2 relays that according to this only
385 tse850->loop2 = devm_gpiod_get(dev, "axentia,loop2", GPIOD_OUT_HIGH);
386 if (IS_ERR(tse850->loop2))
387 return dev_err_probe(dev, PTR_ERR(tse850->loop2),
388 "failed to get 'loop2' gpio\n");