Home
last modified time | relevance | path

Searched full:combine (Results 1 – 25 of 437) sorted by relevance

12345678910>>...18

/linux-6.8/Documentation/userspace-api/media/v4l/
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.
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
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.
/linux-6.8/arch/arc/include/uapi/asm/
Dswab.h58 * 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-6.8/arch/hexagon/lib/
Dudivsi3.S12 r5:4 = combine(#1,#0)
18 r1:0 = combine(r0,r4)
/linux-6.8/drivers/comedi/drivers/
Damplc_pci224.c243 /* Combine old and new bits. */
244 #define COMBINE(old, new, mask) (((old) & ~(mask)) | ((new) & (mask))) macro
395 devpriv->daccon = COMBINE(devpriv->daccon, board->ao_hwrange[range], in pci224_ao_set_data()
470 COMBINE(devpriv->daccon, in pci224_ao_stop()
566 devpriv->daccon = COMBINE(devpriv->daccon, in pci224_ao_handle_fifo()
597 COMBINE(devpriv->daccon, trig, PCI224_DACCON_TRIG_MASK); in pci224_ao_handle_fifo()
714 COMBINE(cmd->start_arg, 0, ~CR_FLAGS_MASK); in pci224_ao_cmdtest()
719 cmd->start_arg = COMBINE(cmd->start_arg, 0, in pci224_ao_cmdtest()
740 COMBINE(cmd->scan_begin_arg, 0, ~CR_FLAGS_MASK); in pci224_ao_cmdtest()
747 COMBINE(cmd->scan_begin_arg, 0, in pci224_ao_cmdtest()
[all …]
/linux-6.8/drivers/gpu/drm/amd/display/dc/dml2/
Ddisplay_mode_util.c493 …dml_print("DML: support: combine=%d, DRAMClockChangeSupport = %d\n", j, support->DRAMClockChangeSu… in dml_print_dml_mode_support_info()
495 … dml_print("DML: support: combine=%d, FCLKChangeSupport = %d\n", j, support->FCLKChangeSupport[j]); in dml_print_dml_mode_support_info()
497 dml_print("DML: support: combine=%d, ROBSupport = %d\n", j, support->ROBSupport[j]); in dml_print_dml_mode_support_info()
499 …dml_print("DML: support: combine=%d, PTEBufferSizeNotExceeded = %d\n", j, support->PTEBufferSizeNo… in dml_print_dml_mode_support_info()
501 …dml_print("DML: support: combine=%d, DCCMetaBufferSizeNotExceeded = %d\n", j, support->DCCMetaBuff… in dml_print_dml_mode_support_info()
503 …dml_print("DML: support: combine=%d, TotalVerticalActiveBandwidthSupport = %d\n", j, support->Tota… in dml_print_dml_mode_support_info()
505 …dml_print("DML: support: combine=%d, USRRetrainingSupport = %d\n", j, support->USRRetrainingSuppor… in dml_print_dml_mode_support_info()
507 …dml_print("DML: support: combine=%d, VActiveBandwithSupport = %d\n", j, support->VActiveBandwithSu… in dml_print_dml_mode_support_info()
509 … dml_print("DML: support: combine=%d, PrefetchSupported = %d\n", j, support->PrefetchSupported[j]); in dml_print_dml_mode_support_info()
511 …dml_print("DML: support: combine=%d, DynamicMetadataSupported = %d\n", j, support->DynamicMetadata… in dml_print_dml_mode_support_info()
[all …]
Ddml2_dc_resource_mgmt.c184 // // Verify MPC and ODM combine in validate_pipe_assignment()
234 * of the stream we are trying to achieve MPC/ODM combine for. This allows in find_preferred_pipe_candidates()
521 …// MPCC Combine + ODM Combine is not supported, so there should never be a case where the current … in add_odm_slice_to_odm_tree()
558 … loop, the top pipe actually ends up pointing to the bottom of this MPCC combine tree, so we are a… in add_plane_to_blend_tree()
875 * up MPC combine to acquire more pipe resources. in map_dc_pipes_for_stream()
976 // If ODM combine is not inuse, then the number of pipes in dml2_map_dc_pipes()
977 // per plane is determined by MPC combine factor in dml2_map_dc_pipes()
984 // If ODM combine is enabled, then we use at most 1 pipe per in dml2_map_dc_pipes()
985 // odm slice per plane, i.e. MPC combine is never used in dml2_map_dc_pipes()
Ddisplay_mode_core_structs.h636 …enum dml_mpc_use_policy MPCCombineUse[__DML_NUM_PLANES__]; /// <brief MPC Combine mode as selected…
665 dml_bool_t ModeIsSupported; //<brief Is the mode support any voltage and combine setting
666 …dml_bool_t ImmediateFlipSupport; //<brief Means mode support immediate flip at the max combine set…
667 …dml_uint_t MaximumMPCCombine; //<brief If using MPC combine helps the power saving support; then t…
732 …_NUM_PLANES__]; /// <brief Indicate if the MPC Combine enable in the given state and optimize mpc
775 …CFCLK; /// <brief Basically just the clock freq at the min (or given) state and max combine setting
790 // The reported info is at the "optimal" state and combine setting
/linux-6.8/fs/xfs/scrub/
Dbitmap.c148 /* combine left and right adjacent extent */ in xbitmap64_set()
155 /* combine with left extent */ in xbitmap64_set()
160 /* combine with right extent */ in xbitmap64_set()
422 /* combine left and right adjacent extent */ in xbitmap32_set()
429 /* combine with left extent */ in xbitmap32_set()
434 /* combine with right extent */ in xbitmap32_set()
/linux-6.8/Documentation/admin-guide/perf/
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
/linux-6.8/include/linux/
Dcrc32.h15 * 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
Dmman.h139 * Combine the mmap "prot" argument into "vm_flags" used internally.
151 * Combine the mmap "flags" argument into "vm_flags" used internally.
/linux-6.8/drivers/gpu/drm/amd/display/dc/inc/
Dresource.h346 * @dpp_pipe - top most dpp pipe for MPCC combine.
424 * For example, if a DPP pipe is used as a secondary pipe in MPCC combine, MPC
431 * The function returns 0 if the pipe is not associated with an MPC combine
438 * The function returns 0 if the pipe is not associated with an ODM combine
513 * pipe in any MPCC combine in current resource context.
/linux-6.8/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()
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()
1374 hid_warn(hid, "Unable to create sysfs interface for \"combine\", errno %d\n", error); in lg4ff_init()
/linux-6.8/arch/powerpc/perf/
Disa207-common.h42 #define EVENT_COMBINE_SHIFT 11 /* Combine bit */
73 #define p9_EVENT_COMBINE_SHIFT 10 /* Combine bit */
217 /* MMCR1 Combine bits macro for power9 */
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()
/linux-6.8/arch/mips/boot/
Delf2ecoff.c99 * 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-6.8/Documentation/devicetree/bindings/iio/adc/
Dmaxim,max9611.yaml13 These devices combine a high-side current sense amplifier with a 12 bit ADC.
/linux-6.8/arch/xtensa/
DKconfig.debug18 The default linker behavior is to combine identical literal
/linux-6.8/drivers/gpu/drm/amd/display/dc/dce110/
Ddce110_timing_generator.h206 /* 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-6.8/Documentation/devicetree/bindings/regulator/
Dmt6315-regulator.yaml14 that contains 4 BUCKs output which can combine with each other
/linux-6.8/arch/arm/lib/
Dashldi3.S15 the file, and distribution when not linked into a combine
Dlshrdi3.S15 the file, and distribution when not linked into a combine
/linux-6.8/lib/crypto/mpi/
Dgeneric_mpih-add1.c43 cy += y < x; /* get out carry from that add, combine */ in mpihelp_add_n()

12345678910>>...18