| /linux/Documentation/userspace-api/media/v4l/ |
| H A 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.
|
| H A D | vidioc-g-modulator.rst | 137 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 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/drivers/gpu/drm/mgag200/ |
| H A D | Kconfig | 17 bool "Disable Write Combine mapping of VRAM" 20 The VRAM of the G200 is mapped with Write-Combine to improve
|
| /linux/arch/hexagon/lib/ |
| H A D | udivsi3.S | 12 r5:4 = combine(#1,#0) 18 r1:0 = combine(r0,r4)
|
| /linux/drivers/comedi/drivers/ |
| H A D | amplc_pci224.c | 243 /* 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/tools/testing/selftests/bpf/progs/ |
| H A D | mem_rdonly_untrusted.c | 175 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/drivers/gpu/drm/amd/display/dc/dml2_0/ |
| H A D | display_mode_util.c | 500 …dml_print("DML: support: combine=%d, DRAMClockChangeSupport = %d\n", j, support->DRAMClockChangeSu… in dml_print_dml_mode_support_info() 502 … dml_print("DML: support: combine=%d, FCLKChangeSupport = %d\n", j, support->FCLKChangeSupport[j]); in dml_print_dml_mode_support_info() 504 dml_print("DML: support: combine=%d, ROBSupport = %d\n", j, support->ROBSupport[j]); in dml_print_dml_mode_support_info() 506 …dml_print("DML: support: combine=%d, PTEBufferSizeNotExceeded = %d\n", j, support->PTEBufferSizeNo… in dml_print_dml_mode_support_info() 508 …dml_print("DML: support: combine=%d, DCCMetaBufferSizeNotExceeded = %d\n", j, support->DCCMetaBuff… in dml_print_dml_mode_support_info() 510 …dml_print("DML: support: combine=%d, TotalVerticalActiveBandwidthSupport = %d\n", j, support->Tota… in dml_print_dml_mode_support_info() 512 …dml_print("DML: support: combine=%d, USRRetrainingSupport = %d\n", j, support->USRRetrainingSuppor… in dml_print_dml_mode_support_info() 514 …dml_print("DML: support: combine=%d, VActiveBandwithSupport = %d\n", j, support->VActiveBandwithSu… in dml_print_dml_mode_support_info() 516 … dml_print("DML: support: combine=%d, PrefetchSupported = %d\n", j, support->PrefetchSupported[j]); in dml_print_dml_mode_support_info() 518 …dml_print("DML: support: combine=%d, DynamicMetadataSupported = %d\n", j, support->DynamicMetadata… in dml_print_dml_mode_support_info() [all …]
|
| H A D | dml2_dc_resource_mgmt.c | 209 // // Verify MPC and ODM combine in validate_pipe_assignment() 259 * of the stream we are trying to achieve MPC/ODM combine for. This allows in find_preferred_pipe_candidates() 553 …// MPCC Combine + ODM Combine is not supported, so there should never be a case where the current … in add_odm_slice_to_odm_tree() 592 … 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() 1141 // If ODM combine is not inuse, then the number of pipes in dml2_map_dc_pipes() 1142 // per plane is determined by MPC combine factor in dml2_map_dc_pipes() 1149 // If ODM combine is enabled, then we use at most 1 pipe per in dml2_map_dc_pipes() 1150 // odm slice per plane, i.e. MPC combine is never used in dml2_map_dc_pipes()
|
| H A D | display_mode_core_structs.h | 695 …enum dml_mpc_use_policy MPCCombineUse[__DML_NUM_PLANES__]; /// <brief MPC Combine mode as selected… 724 dml_bool_t ModeIsSupported; //<brief Is the mode support any voltage and combine setting 725 …dml_bool_t ImmediateFlipSupport; //<brief Means mode support immediate flip at the max combine set… 726 …dml_uint_t MaximumMPCCombine; //<brief If using MPC combine helps the power saving support; then t… 791 …_NUM_PLANES__]; /// <brief Indicate if the MPC Combine enable in the given state and optimize mpc … 834 …CFCLK; /// <brief Basically just the clock freq at the min (or given) state and max combine setting 849 // The reported info is at the "optimal" state and combine setting
|
| /linux/fs/xfs/scrub/ |
| H A D | bitmap.c | 149 /* combine left and right adjacent extent */ in xbitmap64_set() 156 /* combine with left extent */ in xbitmap64_set() 161 /* combine with right extent */ in xbitmap64_set() 424 /* combine left and right adjacent extent */ in xbitmap32_set() 431 /* combine with left extent */ in xbitmap32_set() 436 /* combine with right extent */ in xbitmap32_set()
|
| /linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_pmo/ |
| H A D | dml2_pmo_dcn4_fams2.c | 259 // and whether it's mpcc or odm combine. in optimize_dcc_mcache_no_odm() 261 …// For the general case of "n displays", we can only optimize streams with an ODM combine factor o… in optimize_dcc_mcache_no_odm() 282 // If the stream of this plane needs ODM combine, no further optimization can be done. in optimize_dcc_mcache_no_odm() 303 //Count number of free pipes, and check if any odm combine is in use. in pmo_dcn4_fams2_optimize_dcc_mcache() 315 // The optimization logic depends on whether ODM combine is enabled, and the stream count. in pmo_dcn4_fams2_optimize_dcc_mcache() 322 // In single stream cases, we still optimize mcache failures when there's ODM combine with some in pmo_dcn4_fams2_optimize_dcc_mcache() 326 // If ODM combine is enabled, then the logic is to increase ODM combine factor. in pmo_dcn4_fams2_optimize_dcc_mcache() 328 // Optimization for streams with > 1 ODM combine factor is only supported for single display. in pmo_dcn4_fams2_optimize_dcc_mcache() 334 // and whether it's mpcc or odm combine. in pmo_dcn4_fams2_optimize_dcc_mcache() 336 // Increasing ODM combine factor on a stream requires a free pipe for each plane on the stream. in pmo_dcn4_fams2_optimize_dcc_mcache() [all …]
|
| /linux/Documentation/admin-guide/perf/ |
| H A 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/arch/riscv/include/asm/ |
| H A D | runtime-const.h | 38 * different registers and then combine the results. 40 * If the processor supports the Zbkb extension, we can combine the final 43 * combine the final "slli,srli,add" into one instruction "add.uw".
|
| /linux/lib/crc/x86/ |
| H A D | crc32.h | 52 * CRC them independently, and combine them using PCLMULQDQ. in crc32c_arch() 84 * throughput very well, it avoids the need to combine streams. Stream in crc32c_arch()
|
| /linux/drivers/hid/ |
| H A 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() 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() 1375 hid_warn(hid, "Unable to create sysfs interface for \"combine\", errno %d\n", error); in lg4ff_init()
|
| /linux/arch/powerpc/perf/ |
| H A D | isa207-common.h | 42 #define EVENT_COMBINE_SHIFT 11 /* Combine bit */ 73 #define p9_EVENT_COMBINE_SHIFT 10 /* Combine bit */ 217 /* MMCR1 Combine bits macro for power9 */
|
| H A D | power7-pmu.c | 253 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/arch/mips/boot/ |
| H A 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/Documentation/devicetree/bindings/iio/adc/ |
| H A D | maxim,max9611.yaml | 13 These devices combine a high-side current sense amplifier with a 12 bit ADC.
|
| /linux/drivers/gpu/drm/amd/display/dc/dce110/ |
| H A 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/arch/xtensa/ |
| H A D | Kconfig.debug | 18 The default linker behavior is to combine identical literal
|
| /linux/arch/arm/lib/ |
| H A D | lshrdi3.S | 15 the file, and distribution when not linked into a combine
|
| H A D | ashldi3.S | 15 the file, and distribution when not linked into a combine
|
| /linux/lib/crypto/mpi/ |
| H A D | generic_mpih-sub1.c | 42 cy += y > x; /* get out carry from the subtract, combine */ in mpihelp_sub_n()
|