/Linux-v5.10/Documentation/userspace-api/media/v4l/ |
D | vidioc-g-audioout.rst | 42 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.
|
D | vidioc-g-modulator.rst | 136 combine with ``V4L2_TUNER_SUB_STEREO`` or 143 left and right channel. This flag does not combine with 151 or secondary language only. This flag does not combine with 173 encode a Second Audio Program only. This flag must combine with
|
D | vidioc-g-audio.rst | 42 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.
|
/Linux-v5.10/arch/arc/include/uapi/asm/ |
D | swab.h | 58 * 8051fdb4: or r2,r2,r5 ; combine 0th and 3rd Bytes 60 * 8051fdbc: or r2,r2,r4 ; combine 0,3 Bytes with 1st Byte 61 * 8051fdc0: or r2,r2,r3 ; combine 0,3,1 Bytes with 2nd Byte
|
/Linux-v5.10/drivers/staging/comedi/drivers/ |
D | amplc_pci224.c | 245 /* Combine old and new bits. */ 246 #define COMBINE(old, new, mask) (((old) & ~(mask)) | ((new) & (mask))) macro 397 devpriv->daccon = COMBINE(devpriv->daccon, board->ao_hwrange[range], in pci224_ao_set_data() 472 COMBINE(devpriv->daccon, in pci224_ao_stop() 568 devpriv->daccon = COMBINE(devpriv->daccon, in pci224_ao_handle_fifo() 599 COMBINE(devpriv->daccon, trig, PCI224_DACCON_TRIG_MASK); in pci224_ao_handle_fifo() 716 COMBINE(cmd->start_arg, 0, ~CR_FLAGS_MASK); in pci224_ao_cmdtest() 721 cmd->start_arg = COMBINE(cmd->start_arg, 0, in pci224_ao_cmdtest() 742 COMBINE(cmd->scan_begin_arg, 0, ~CR_FLAGS_MASK); in pci224_ao_cmdtest() 749 COMBINE(cmd->scan_begin_arg, 0, in pci224_ao_cmdtest() [all …]
|
/Linux-v5.10/Documentation/admin-guide/perf/ |
D | arm-cmn.rst | 62 group - with the same nonzero "combine" value. The count for such a 64 Watchpoint events with a "combine" value of 0 are considered independent
|
/Linux-v5.10/include/linux/ |
D | crc32.h | 15 * crc32_le_combine - Combine two crc32 check values into one. For two 42 * __crc32c_le_combine - Combine two crc32c check values into one. For two
|
D | mman.h | 136 * Combine the mmap "prot" argument into "vm_flags" used internally. 148 * Combine the mmap "flags" argument into "vm_flags" used internally.
|
/Linux-v5.10/arch/powerpc/perf/ |
D | isa207-common.h | 42 #define EVENT_COMBINE_SHIFT 11 /* Combine bit */ 73 #define p9_EVENT_COMBINE_SHIFT 10 /* Combine bit */ 200 /* MMCR1 Combine bits macro for power9 */
|
D | generic-compat-pmu.c | 22 * *- combine 67 PMU_FORMAT_ATTR(combine, "config:10-11");
|
D | isa207-common.c | 14 PMU_FORMAT_ATTR(combine, "config:11"); 401 unsigned long mmcra, mmcr1, mmcr2, unit, combine, psel, cache, val; in isa207_compute_mmcr() local 428 combine = combine_from_event(event[i]); in isa207_compute_mmcr() 442 mmcr1 |= combine << combine_shift(pmc); in isa207_compute_mmcr()
|
D | power7-pmu.c | 252 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-v5.10/drivers/hid/ |
D | hid-lg4ff.c | 66 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() 1368 hid_warn(hid, "Unable to create sysfs interface for \"combine\", errno %d\n", error); in lg4ff_init()
|
/Linux-v5.10/arch/xtensa/ |
D | Kconfig.debug | 18 The default linker behavior is to combine identical literal
|
/Linux-v5.10/arch/mips/boot/ |
D | elf2ecoff.c | 99 * Combine two segments, which must be contiguous. If pad is true, it's 102 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.10/drivers/md/ |
D | Kconfig | 19 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.10/scripts/ |
D | module.lds.S | 4 * combine them automatically.
|
/Linux-v5.10/Documentation/devicetree/bindings/iio/adc/ |
D | maxim,max9611.yaml | 13 These devices combine a high-side current sense amplifier with a 12 bit ADC.
|
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dce110/ |
D | dce110_timing_generator.h | 206 /* Combine with below and move YUV/RGB color conversion to SW layer */ 210 /* Combine with above and move YUV/RGB color conversion to SW layer */
|
/Linux-v5.10/arch/arm/lib/ |
D | ashldi3.S | 15 the file, and distribution when not linked into a combine
|
D | ashrdi3.S | 15 the file, and distribution when not linked into a combine
|
D | lshrdi3.S | 15 the file, and distribution when not linked into a combine
|
/Linux-v5.10/lib/mpi/ |
D | generic_mpih-add1.c | 43 cy += y < x; /* get out carry from that add, combine */ in mpihelp_add_n()
|
D | generic_mpih-sub1.c | 42 cy += y > x; /* get out carry from the subtract, combine */ in mpihelp_sub_n()
|
/Linux-v5.10/include/net/sctp/ |
D | checksum.h | 48 .combine = sctp_csum_combine,
|