Searched refs:RANGE (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.4/Documentation/gpu/ |
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-v5.4/drivers/gpu/drm/msm/adreno/ |
D | a6xx_gpu_state.c | 424 #define RANGE(reg, a) ((reg)[(a) + 1] - (reg)[(a)] + 1) macro 445 int count = RANGE(dbgahb->registers, j); in a6xx_get_dbgahb_cluster() 517 int count = RANGE(cluster->registers, j); in a6xx_get_cluster() 629 u32 count = RANGE(regs->registers, i); in a6xx_get_crashdumper_hlsq_registers() 669 u32 count = RANGE(regs->registers, i); in a6xx_get_crashdumper_registers() 699 regcount += RANGE(regs->registers, i); in a6xx_get_ahb_gpu_registers() 707 u32 count = RANGE(regs->registers, i); in a6xx_get_ahb_gpu_registers() 728 regcount += RANGE(regs->registers, i); in _a6xx_get_gmu_registers() 736 u32 count = RANGE(regs->registers, i); in _a6xx_get_gmu_registers() 937 u32 count = RANGE(registers, i); in a6xx_show_registers() [all …]
|
/Linux-v5.4/Documentation/media/uapi/rc/ |
D | lirc-get-features.rst | 112 .. _LIRC-CAN-SET-REC-DUTY-CYCLE-RANGE: 118 .. _LIRC-CAN-SET-REC-CARRIER-RANGE:
|
/Linux-v5.4/drivers/staging/comedi/drivers/ |
D | ni_pcimio.c | 121 RANGE(-5, 15), 123 RANGE(3, 7), 124 RANGE(4, 6),
|
D | pcmmio.c | 174 RANGE(-2.5, 7.5)
|
/Linux-v5.4/drivers/staging/comedi/ |
D | comedidev.h | 604 #define RANGE(a, b) {(a) * 1e6, (b) * 1e6, 0} macro
|
/Linux-v5.4/Documentation/media/v4l-drivers/ |
D | cx88.rst | 96 3: RANGE = 1
|
/Linux-v5.4/drivers/input/misc/ |
D | adxl34x.c | 115 #define RANGE(x) ((x) & 0x3) macro
|