| /u-boot/doc/device-tree-bindings/input/ |
| A D | adc-keys.txt | 8 - keyup-threshold-microvolt: Voltage above or equal to which all the keys are 21 - press-threshold-microvolt: voltage above or equal to which this key is 24 No two values of press-threshold-microvolt may be the same. 25 All values of press-threshold-microvolt must be less than 26 keyup-threshold-microvolt. 36 keyup-threshold-microvolt = <2000000>; 41 press-threshold-microvolt = <1500000>; 47 press-threshold-microvolt = <1000000>; 53 press-threshold-microvolt = <500000>;
|
| /u-boot/arch/arm/dts/ |
| A D | meson-gxbb-p200.dts | 28 keyup-threshold-microvolt = <1800000>; 33 press-threshold-microvolt = <900000>; /* 50% */ 39 press-threshold-microvolt = <684000>; /* 38% */ 45 press-threshold-microvolt = <468000>; /* 26% */ 51 press-threshold-microvolt = <252000>; /* 14% */ 57 press-threshold-microvolt = <0>; /* 0% */
|
| A D | rk3308-evb.dts | 24 keyup-threshold-microvolt = <1800000>; 29 press-threshold-microvolt = <18000>; 38 keyup-threshold-microvolt = <1800000>; 43 press-threshold-microvolt = <1130000>; 49 press-threshold-microvolt = <901000>; 55 press-threshold-microvolt = <624000>; 61 press-threshold-microvolt = <300000>; 67 press-threshold-microvolt = <18000>;
|
| A D | rk3399-nanopi-m4b.dts | 19 keyup-threshold-microvolt = <1500000>; 25 press-threshold-microvolt = <18000>;
|
| A D | meson-gxm-wetek-core2.dts | 37 keyup-threshold-microvolt = <1710000>; 42 press-threshold-microvolt = <10000>;
|
| A D | meson-gxm-gt1-ultimate.dts | 33 keyup-threshold-microvolt = <1710000>; 38 press-threshold-microvolt = <10000>;
|
| A D | meson-axg-s400.dts | 19 keyup-threshold-microvolt = <1800000>; 24 press-threshold-microvolt = <1116000>; /* 62% */ 30 press-threshold-microvolt = <900000>; /* 50% */ 36 press-threshold-microvolt = <684000>; /* 38% */ 42 press-threshold-microvolt = <468000>; /* 26% */ 48 press-threshold-microvolt = <252000>; /* 14% */ 54 press-threshold-microvolt = <0>; /* 0% */
|
| A D | rk3399-nanopc-t4.dts | 39 keyup-threshold-microvolt = <1800000>; 45 press-threshold-microvolt = <18000>;
|
| A D | px30-firefly.dts | 24 keyup-threshold-microvolt = <1800000>; 30 press-threshold-microvolt = <1310000>; 36 press-threshold-microvolt = <624000>; 42 press-threshold-microvolt = <987000>; 48 press-threshold-microvolt = <300000>; 54 press-threshold-microvolt = <17000>;
|
| A D | px30-evb.dts | 30 keyup-threshold-microvolt = <1800000>; 36 press-threshold-microvolt = <1310000>; 42 press-threshold-microvolt = <624000>; 48 press-threshold-microvolt = <987000>; 54 press-threshold-microvolt = <300000>; 60 press-threshold-microvolt = <17000>;
|
| A D | meson-g12b-bananapi-cm4-cm4io.dts | 27 keyup-threshold-microvolt = <1710000>; 32 press-threshold-microvolt = <10000>;
|
| A D | at91sam9x5dm.dtsi | 52 atmel,adc-ts-pressure-threshold = <10000>;
|
| A D | rk3399-gru-chromebook.dtsi | 77 ovp-threshold-percent = <16>; 220 ovp-threshold-percent = <16>; 225 ovp-threshold-percent = <16>; 230 ovp-threshold-percent = <16>;
|
| A D | sama5d3xdm.dtsi | 53 atmel,adc-ts-pressure-threshold = <10000>;
|
| A D | rk3066a-mk808.dts | 32 keyup-threshold-microvolt = <2500000>; 38 press-threshold-microvolt = <0>;
|
| A D | meson-gxl-s905x-khadas-vim.dts | 20 keyup-threshold-microvolt = <1710000>; 25 press-threshold-microvolt = <10000>;
|
| A D | rk3399-orangepi.dts | 39 keyup-threshold-microvolt = <1800000>; 45 press-threshold-microvolt = <100000>; 51 press-threshold-microvolt = <300000>; 57 press-threshold-microvolt = <985000>; 63 press-threshold-microvolt = <1314000>;
|
| A D | at91sam9x5ek.dtsi | 76 atmel,adc-ts-pressure-threshold = <10000>;
|
| /u-boot/lib/zstd/common/ |
| A D | entropy_common.c | 67 int threshold; in FSE_readNCount_body() local 95 threshold = 1<<nbBits; in FSE_readNCount_body() 149 int const max = (2*threshold-1) - remaining; in FSE_readNCount_body() 152 if ((bitStream & (threshold-1)) < (U32)max) { in FSE_readNCount_body() 153 count = bitStream & (threshold-1); in FSE_readNCount_body() 156 count = bitStream & (2*threshold-1); in FSE_readNCount_body() 157 if (count >= threshold) count -= max; in FSE_readNCount_body() 174 assert(threshold > 1); in FSE_readNCount_body() 175 if (remaining < threshold) { in FSE_readNCount_body() 182 threshold = 1 << (nbBits - 1); in FSE_readNCount_body()
|
| A D | fse.h | 572 U32 const threshold = (minNbBits+1) << 16; in FSE_bitCost() local 576 U32 const deltaFromThreshold = threshold - (symbolTT[symbolValue].deltaNbBits + tableSize); in FSE_bitCost() 579 assert(symbolTT[symbolValue].deltaNbBits + tableSize <= threshold); in FSE_bitCost()
|
| /u-boot/doc/device-tree-bindings/sound/ |
| A D | da7219.txt | 52 - dlg,mic-det-thr : Impedance threshold for mic detection measurement (Ohms) 60 - dlg,a-d-btn-thr : Impedance threshold between buttons A and D 62 - dlg,d-b-btn-thr : Impedance threshold between buttons D and B 64 - dlg,b-c-btn-thr : Impedance threshold between buttons B and C 66 - dlg,c-mic-btn-thr : Impedance threshold between button C and Mic
|
| /u-boot/arch/powerpc/lib/ |
| A D | Kconfig | 8 overhead. This option allows you to set a threshold for how
|
| /u-boot/drivers/mtd/ubi/ |
| A D | Kconfig | 36 int "UBI wear-leveling threshold" 42 of UBI devices. When this threshold is exceeded, UBI starts performing 49 life-cycle less than 10000, the threshold should be lessened (e.g.,
|
| /u-boot/drivers/mtd/nand/raw/ |
| A D | mxs_nand.c | 645 unsigned int threshold; in mxs_nand_erased_page() local 650 threshold = geo->gf_len / 2; in mxs_nand_erased_page() 651 if (threshold > geo->ecc_strength) in mxs_nand_erased_page() 652 threshold = geo->ecc_strength; in mxs_nand_erased_page() 656 if (flip_bits > threshold) in mxs_nand_erased_page() 665 if (flip_bits_noecc > threshold) in mxs_nand_erased_page() 673 …printf("The page(%d) is an erased page(%d,%d,%d,%d).\n", page, chunk, threshold, flip_bits, flip_b… in mxs_nand_erased_page()
|
| /u-boot/doc/device-tree-bindings/video/tilcdc/ |
| A D | panel.txt | 14 - fifo-th: DMA FIFO threshold
|