/linux/Documentation/gpu/ |
H A D | kms-properties.csv | 7 ,,“left margin”,RANGE,"Min=0, Max=100",Connector,TBD 8 ,,“right margin”,RANGE,"Min=0, Max=100",Connector,TBD 9 ,,“top margin”,RANGE,"Min=0, Max=100",Connector,TBD 10 ,,“bottom margin”,RANGE,"Min=0, Max=100",Connector,TBD 11 ,,“brightness”,RANGE,"Min=0, Max=100",Connector,TBD 12 ,,“contrast”,RANGE,"Min=0, Max=100",Connector,TBD 13 ,,“flicker reduction”,RANGE,"Min=0, Max=100",Connector,TBD 14 ,,“overscan”,RANGE,"Min=0, Max=100",Connector,TBD 15 ,,“saturation”,RANGE,"Min=0, Max=100",Connector,TBD 16 ,,“hue”,RANGE,"Min=0, Max=100",Connector,TBD [all …]
|
/linux/drivers/gpu/drm/msm/adreno/ |
H A D | a6xx_gpu_state.c | 542 #define RANGE(reg, a) ((reg)[(a) + 1] - (reg)[(a)] + 1) macro 563 int count = RANGE(dbgahb->registers, j); in a6xx_get_dbgahb_cluster() 608 int count = RANGE(dbgahb->regs, i); in a7xx_get_dbgahb_cluster() 724 int count = RANGE(cluster->registers, j); in a6xx_get_cluster() 772 int count = RANGE(cluster->regs, i); in a7xx_get_cluster() 1002 u32 count = RANGE(regs->registers, i); in a6xx_get_crashdumper_hlsq_registers() 1047 u32 count = RANGE(regs->registers, i); in a6xx_get_crashdumper_registers() 1084 u32 count = RANGE(regs->regs, i); in a7xx_get_crashdumper_registers() 1120 regcount += RANGE(regs->registers, i); in a6xx_get_ahb_gpu_registers() 1128 u32 count = RANGE(regs->registers, i); in a6xx_get_ahb_gpu_registers() [all …]
|
/linux/Documentation/driver-api/media/drivers/ |
H A D | cx88-devel.rst | 44 3: RANGE = 1
|
/linux/drivers/comedi/drivers/ |
H A D | ni_pcimio.c | 128 RANGE(-5, 15), 130 RANGE(3, 7), 131 RANGE(4, 6),
|
H A D | pcmmio.c | 173 RANGE(-2.5, 7.5)
|
/linux/Documentation/userspace-api/media/rc/ |
H A D | lirc-get-features.rst | 105 .. _LIRC-CAN-SET-REC-CARRIER-RANGE:
|
/linux/include/linux/comedi/ |
H A D | comedidev.h | 603 #define RANGE(a, b) {(a) * 1e6, (b) * 1e6, 0} macro
|
/linux/drivers/gpu/drm/nouveau/dispnv50/ |
H A D | wndwc37e.c | 76 NVVAL(NVC37E, SET_CONTROL_INPUT_LUT, RANGE, asyw->xlut.i.range) | in wndwc37e_ilut_set()
|
H A D | headc37d.c | 187 NVVAL(NVC37D, HEAD_SET_CONTROL_OUTPUT_LUT, RANGE, asyh->olut.range) | in headc37d_olut_set()
|
/linux/drivers/input/misc/ |
H A D | adxl34x.c | 115 #define RANGE(x) ((x) & 0x3) macro
|
/linux/Documentation/trace/coresight/ |
H A D | coresight-etm4x-reference.rst | 623 comparator with a type used - i.e. RANGE, SINGLE, START, STOP. Once this tag
|
/linux/arch/arm64/kvm/ |
H A D | nested.c | 1184 if (!kvm_has_feat(kvm, ID_AA64ISAR0_EL1, TLB, RANGE)) in kvm_init_nv_sysregs()
|
H A D | sys_regs.c | 3218 !kvm_has_feat(kvm, ID_AA64ISAR0_EL1, TLB, RANGE)) in kvm_supported_tlbi_ipas2_op() 3226 !kvm_has_feat(kvm, ID_AA64ISAR0_EL1, TLB, RANGE)) in kvm_supported_tlbi_ipas2_op() 5016 if (!kvm_has_feat(kvm, ID_AA64ISAR0_EL1, TLB, RANGE)) in kvm_calculate_traps()
|
/linux/arch/arm64/kernel/ |
H A D | cpufeature.c | 2651 ARM64_CPUID_FIELDS(ID_AA64ISAR0_EL1, TLB, RANGE)
|