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
389 tse850->loop2 = devm_gpiod_get(dev, "axentia,loop2", GPIOD_OUT_HIGH);
390 if (IS_ERR(tse850->loop2)) {
391 if (PTR_ERR(tse850->loop2) != -EPROBE_DEFER)
392 dev_err(dev, "failed to get 'loop2' gpio\n");
393 return PTR_ERR(tse850->loop2);