Home
last modified time | relevance | path

Searched refs:loop2 (Results 1 – 10 of 10) sorted by relevance

/linux/Documentation/devicetree/bindings/sound/
H A Daxentia,tse850-pcm5142.txt9 - axentia,loop2-gpios: gpio specifier that controls loop relays on channel 2.
30 loop2 relays
35 for 'loop2'.
38 (if 'add' is active) and feeding the mixer output to OUT1. The 'loop2' relays
89 axentia,loop2-gpios = <&pioA 11 GPIO_ACTIVE_LOW>;
/linux/sound/soc/atmel/
H A Dtse850-pcm5142.c49 struct gpio_desc *loop2; member
112 gpiod_set_value_cansleep(tse850->loop2, val); in tse850_put_mux2()
383 tse850->loop2 = devm_gpiod_get(dev, "axentia,loop2", GPIOD_OUT_HIGH); in tse850_probe()
384 if (IS_ERR(tse850->loop2)) in tse850_probe()
385 return dev_err_probe(dev, PTR_ERR(tse850->loop2), in tse850_probe()
/linux/arch/arm/mach-omap2/
H A Dsleep24xx.S81 loop2: label
83 bne loop2
/linux/arch/powerpc/mm/
H A Dcacheflush.c90 unsigned long loop1 = addr, loop2 = addr; in flush_dcache_icache_phys() local
113 : "+&r" (loop1), "+&r" (loop2) in flush_dcache_icache_phys()
/linux/arch/alpha/lib/
H A Dudiv-qrnnd.S103 $loop2: cmplt n0,0,tmp
136 bgt cnt,$loop2
/linux/arch/arm/mm/
H A Dcache-v7m.S207 loop2: label
214 bge loop2
H A Dcache-v7.S162 loop2: label
168 bge loop2
/linux/arch/m68k/fpsp040/
H A Dx_snan.S126 loop2: label
128 dbra %d0,loop2
H A Dgen_except.S341 loop2: label
343 dbra %d0,loop2
/linux/arch/arm/boot/dts/microchip/
H A Dat91-tse850-3.dts56 axentia,loop2-gpios = <&pioA 11 GPIO_ACTIVE_LOW>;