Home
last modified time | relevance | path

Searched refs:line2 (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/Documentation/sound/oss/
DOpti132 and line-in are mapped to the generic inputs line1, line2 and
138 15=line2 3=synth - reroute line2 to the synthesizer input.
Dbtaudio71 With my Hauppauge I get noisy sound on the second input (mapped to line2
/linux-4.4.14/Documentation/input/
Dyealink.txt113 line2 Read/Write, lcd line2
/linux-4.4.14/drivers/staging/dgap/
Ddgap.h1172 char line2; member
/linux-4.4.14/drivers/media/pci/saa7134/
Dsaa7134.h495 unsigned int line2; member
/linux-4.4.14/drivers/input/misc/
Dyealink.c782 static DEVICE_ATTR(line2 , _M664, show_line2 , store_line2 );
/linux-4.4.14/scripts/
Dcheckpatch.pl3585 my $line2 = $2;
3588 if ($line2 !~ /^\s*$/) {
3589 fix_insert_line($fixlinenr, "\+\t" . trim($line2));
/linux-4.4.14/drivers/gpu/drm/i915/
Dintel_display.c1100 u32 line1, line2; in pipe_dsl_stopped() local
1110 line2 = I915_READ(reg) & line_mask; in pipe_dsl_stopped()
1112 return line1 == line2; in pipe_dsl_stopped()