Home
last modified time | relevance | path

Searched refs:combine (Results 1 – 25 of 74) sorted by relevance

123

/Linux-v4.19/Documentation/media/uapi/v4l/
Dvidioc-g-audioout.rst42 has no audio inputs, or none which combine with the current video
99 No audio outputs combine with the current video output, or the
101 combine.
Dvidioc-g-audio.rst42 has no audio inputs, or none which combine with the current video input.
127 No audio inputs combine with the current video input, or the number
128 of the selected audio input is out of bounds or it does not combine.
Dvidioc-g-modulator.rst138 combine with ``V4L2_TUNER_SUB_STEREO`` or
145 left and right channel. This flag does not combine with
153 or secondary language only. This flag does not combine with
175 encode a Second Audio Program only. This flag must combine with
Ddev-effect.rst14 A V4L2 video effect device can do image effects, filtering, or combine
Daudio.rst19 and audio source is a tuner. Further audio connectors can combine with
/Linux-v4.19/arch/powerpc/perf/
Disa207-common.c18 PMU_FORMAT_ATTR(combine, "config:11");
352 unsigned long mmcra, mmcr1, mmcr2, unit, combine, psel, cache, val; in isa207_compute_mmcr() local
371 combine = combine_from_event(event[i]); in isa207_compute_mmcr()
385 mmcr1 |= combine << combine_shift(pmc); in isa207_compute_mmcr()
Dpower7-pmu.c252 unsigned int pmc, unit, combine, l2sel, psel; in power7_compute_mmcr() local
272 combine = (event[i] >> PM_COMBINE_SH) & PM_COMBINE_MSK; in power7_compute_mmcr()
291 mmcr1 |= (unsigned long) combine in power7_compute_mmcr()
/Linux-v4.19/drivers/hid/
Dhid-lg4ff.c78 u16 combine; member
343 if (entry->wdata.combine) { in lg4ff_raw_event()
400 .combine = 0, in lg4ff_init_wheel_data()
959 count = scnprintf(buf, PAGE_SIZE, "%u\n", entry->wdata.combine); in lg4ff_combine_show()
969 u16 combine = simple_strtoul(buf, NULL, 10); in lg4ff_combine_store() local
983 if (combine > 1) in lg4ff_combine_store()
984 combine = 1; in lg4ff_combine_store()
986 entry->wdata.combine = combine; in lg4ff_combine_store()
/Linux-v4.19/scripts/
Dmodule-common.lds4 * combine them automatically.
/Linux-v4.19/arch/x86/crypto/
Dpoly1305-avx2-x86_64.S102 # combine r0,u0,w0,y0
111 # combine r1,u1,w1,y1 and s1=r1*5,v1=u1*5,x1=w1*5,z1=y1*5
122 # combine r2,u2,w2,y2 and s2=r2*5,v2=u2*5,x2=w2*5,z2=y2*5
133 # combine r3,u3,w3,y3 and s3=r3*5,v3=u3*5,x3=w3*5,z3=y3*5
144 # combine r4,u4,w4,y4 and s4=r4*5,v4=u4*5,x4=w4*5,z4=y4*5
Dpoly1305-sse2-x86_64.S320 # combine r0,u0
325 # combine r1,u1 and s1=r1*5,v1=u1*5
333 # combine r2,u2 and s2=r2*5,v2=u2*5
341 # combine r3,u3 and s3=r3*5,v3=u3*5
349 # combine r4,u4 and s4=r4*5,v4=u4*5
/Linux-v4.19/include/net/sctp/
Dchecksum.h67 .combine = sctp_csum_combine, in sctp_compute_cksum()
/Linux-v4.19/net/sctp/
Doffload.c107 .combine = sctp_csum_combine,
/Linux-v4.19/arch/mips/boot/
Delf2ecoff.c102 static void combine(struct sect *base, struct sect *new, int pad) in combine() function
369 combine(&data, &ndata, 0); in main()
370 combine(&bss, &nbss, 1); in main()
377 combine(&text, &ntxt, 0); in main()
/Linux-v4.19/arch/xtensa/
DKconfig.debug18 The default linker behavior is to combine identical literal
/Linux-v4.19/arch/hexagon/mm/
Dcopy_user_template.S41 src_dst_sav = combine(src,dst)
/Linux-v4.19/Documentation/devicetree/bindings/interrupt-controller/
Dsamsung,exynos4210-combiner.txt4 can combine interrupt sources as a group and provide a single interrupt request
Dti,c64x+megamod-pic.txt34 combine up to 32 interrupt inputs into a single interrupt output which
/Linux-v4.19/tools/perf/Documentation/
Dintel-bts.txt68 To disable the display of Intel BTS packets, combine the -D option with
/Linux-v4.19/drivers/staging/iio/Documentation/
Doverview.txt5 actual devices combine some ADCs with digital to analog converters
/Linux-v4.19/Documentation/x86/
Dpat.txt121 combine areas of IO memory desired to remain uncacheable with areas where
154 return uncached mapping in place of write-combine requested.
/Linux-v4.19/Documentation/RCU/
Drcuref.txt5 stop if you need to combine reference counts and RCU. Please see
/Linux-v4.19/arch/hexagon/lib/
Dmemset.S175 r5:4=combine(r7,r7)
/Linux-v4.19/drivers/md/
DKconfig18 This driver lets you combine several hard disk partitions into one
20 partition to another one or to combine several redundant hard disks
53 use the so-called linear mode, i.e. it will combine the hard disk
66 use the so-called raid0 mode, i.e. it will combine the hard disk
/Linux-v4.19/Documentation/device-mapper/
Dunstriped.txt33 striped target to combine the 4 devices into one. It then will use

123