Home
last modified time | relevance | path

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

1234

/Linux-v5.4/Documentation/media/uapi/v4l/
Dvidioc-g-audioout.rst49 has no audio inputs, or none which combine with the current video
106 No audio outputs combine with the current video output, or the
108 combine.
Dvidioc-g-audio.rst49 has no audio inputs, or none which combine with the current video input.
134 No audio inputs combine with the current video input, or the number
135 of the selected audio input is out of bounds or it does not combine.
Dvidioc-g-modulator.rst145 combine with ``V4L2_TUNER_SUB_STEREO`` or
152 left and right channel. This flag does not combine with
160 or secondary language only. This flag does not combine with
182 encode a Second Audio Program only. This flag must combine with
Daudio.rst26 and audio source is a tuner. Further audio connectors can combine with
/Linux-v5.4/arch/powerpc/perf/
Disa207-common.c14 PMU_FORMAT_ATTR(combine, "config:11");
369 unsigned long mmcra, mmcr1, mmcr2, unit, combine, psel, cache, val; in isa207_compute_mmcr() local
388 combine = combine_from_event(event[i]); in isa207_compute_mmcr()
402 mmcr1 |= combine << combine_shift(pmc); in isa207_compute_mmcr()
Dpower7-pmu.c249 unsigned int pmc, unit, combine, l2sel, psel; in power7_compute_mmcr() local
269 combine = (event[i] >> PM_COMBINE_SH) & PM_COMBINE_MSK; in power7_compute_mmcr()
288 mmcr1 |= (unsigned long) combine in power7_compute_mmcr()
Dgeneric-compat-pmu.c67 PMU_FORMAT_ATTR(combine, "config:10-11");
Dpower9-pmu.c214 PMU_FORMAT_ATTR(combine, "config:10-11");
/Linux-v5.4/drivers/hid/
Dhid-lg4ff.c66 u16 combine; member
336 if (entry->wdata.combine) { in lg4ff_raw_event()
394 .combine = 0, in lg4ff_init_wheel_data()
953 count = scnprintf(buf, PAGE_SIZE, "%u\n", entry->wdata.combine); in lg4ff_combine_show()
963 u16 combine = simple_strtoul(buf, NULL, 10); in lg4ff_combine_store() local
977 if (combine > 1) in lg4ff_combine_store()
978 combine = 1; in lg4ff_combine_store()
980 entry->wdata.combine = combine; in lg4ff_combine_store()
/Linux-v5.4/scripts/
Dmodule-common.lds4 * combine them automatically.
/Linux-v5.4/arch/x86/crypto/
Dpoly1305-avx2-x86_64.S98 # combine r0,u0,w0,y0
107 # combine r1,u1,w1,y1 and s1=r1*5,v1=u1*5,x1=w1*5,z1=y1*5
118 # combine r2,u2,w2,y2 and s2=r2*5,v2=u2*5,x2=w2*5,z2=y2*5
129 # combine r3,u3,w3,y3 and s3=r3*5,v3=u3*5,x3=w3*5,z3=y3*5
140 # 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-v5.4/include/net/sctp/
Dchecksum.h48 .combine = sctp_csum_combine,
/Linux-v5.4/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-v5.4/arch/xtensa/
DKconfig.debug18 The default linker behavior is to combine identical literal
/Linux-v5.4/arch/hexagon/mm/
Dcopy_user_template.S28 src_dst_sav = combine(src,dst)
/Linux-v5.4/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-v5.4/tools/perf/Documentation/
Dintel-bts.txt68 To disable the display of Intel BTS packets, combine the -D option with
/Linux-v5.4/drivers/staging/iio/Documentation/
Doverview.txt5 actual devices combine some ADCs with digital to analog converters
/Linux-v5.4/Documentation/x86/
Dpat.rst131 combine areas of IO memory desired to remain uncacheable with areas where
162 return uncached mapping in place of write-combine requested.
/Linux-v5.4/arch/hexagon/lib/
Dmemset.S162 r5:4=combine(r7,r7)
/Linux-v5.4/Documentation/admin-guide/device-mapper/
Dunstriped.rst37 striped target to combine the 4 devices into one. It then will use
/Linux-v5.4/drivers/md/
DKconfig19 This driver lets you combine several hard disk partitions into one
21 partition to another one or to combine several redundant hard disks
54 use the so-called linear mode, i.e. it will combine the hard disk
67 use the so-called raid0 mode, i.e. it will combine the hard disk
/Linux-v5.4/Documentation/RCU/
Drcuref.txt5 stop if you need to combine reference counts and RCU. Please see

1234