Home
last modified time | relevance | path

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

1234

/linux/tools/testing/selftests/bpf/progs/
H A Dmem_rdonly_untrusted.c175 static u64 combine(void *p) in combine() function
198 return combine(bpf_rdonly_cast(&global, 0)); in diff_size_access()
205 return combine(bpf_rdonly_cast(&global, 0) + 1); in misaligned_access()
/linux/arch/hexagon/lib/
H A Dudivsi3.S12 r5:4 = combine(#1,#0)
18 r1:0 = combine(r0,r4)
H A Ddivsi3.S33 r5:4 = combine(#1,r3)
H A Dmemset.S162 r5:4=combine(r7,r7)
H A Dmemcpy.S348 inc = combine(#32, #-1);
/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-g-audioout.rst42 has no audio inputs, or none which combine with the current video
97 No audio outputs combine with the current video output, or the
99 combine.
H A Dvidioc-g-audio.rst42 has no audio inputs, or none which combine with the current video input.
123 No audio inputs combine with the current video input, or the number
124 of the selected audio input is out of bounds or it does not combine.
H A Dvidioc-g-modulator.rst137 combine with ``V4L2_TUNER_SUB_STEREO`` or
144 left and right channel. This flag does not combine with
152 or secondary language only. This flag does not combine with
174 encode a Second Audio Program only. This flag must combine with
H A Daudio.rst20 and audio source is a tuner. Further audio connectors can combine with
/linux/arch/powerpc/perf/
H A Dpower7-pmu.c253 unsigned int pmc, unit, combine, l2sel, psel; in power7_compute_mmcr() local
273 combine = (event[i] >> PM_COMBINE_SH) & PM_COMBINE_MSK; in power7_compute_mmcr()
292 mmcr1 |= (unsigned long) combine in power7_compute_mmcr()
H A Dpower9-pmu.c228 PMU_FORMAT_ATTR(combine, "config:10-11");
/linux/drivers/hid/
H A Dhid-lg4ff.c66 u16 combine; member
336 if (entry->wdata.combine) { in lg4ff_raw_event()
394 .combine = 0, in lg4ff_init_wheel_data()
959 count = sysfs_emit(buf, "%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/Documentation/admin-guide/perf/
H A Darm-cmn.rst62 group - with the same nonzero "combine" value. The count for such a
64 Watchpoint events with a "combine" value of 0 are considered independent
H A Dalibaba_pmu.rst43 The DDR Controller (DDRCTL) and DDR PHY combine to create a complete solution
/linux/arch/mips/boot/
H A 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/rust/syn/
H A Derror.rs272 pub fn combine(&mut self, another: Error) { in combine() method
466 self.combine(err); in extend()
/linux/arch/xtensa/
H A DKconfig.debug18 The default linker behavior is to combine identical literal
/linux/arch/hexagon/mm/
H A Dcopy_user_template.S28 src_dst_sav = combine(src,dst)
/linux/tools/perf/Documentation/
H A Dintel-bts.txt68 To disable the display of Intel BTS packets, combine the -D option with
/linux/Documentation/arch/x86/
H A Dpat.rst129 combine areas of IO memory desired to remain uncacheable with areas where
160 return uncached mapping in place of write-combine requested.
/linux/Documentation/admin-guide/device-mapper/
H A Dunstriped.rst37 striped target to combine the 4 devices into one. It then will use
/linux/Documentation/RCU/
H A Drcuref.rst9 stop if you need to combine reference counts and RCU. Please see
/linux/drivers/md/
H A DKconfig24 This driver lets you combine several hard disk partitions into one
26 partition to another one or to combine several redundant hard disks
96 use the so-called linear mode, i.e. it will combine the hard disk
109 use the so-called raid0 mode, i.e. it will combine the hard disk
/linux/Documentation/admin-guide/blockdev/
H A Dramdisk.rst135 users may wish to combine steps (d) and (f) by using a pipe.
/linux/arch/arm/mm/
H A Dabort-lv4t.S94 orrne r6, r9, r6, lsr #4 @ combine nibbles } else

1234