/linux-6.6.21/drivers/net/ipa/data/ |
D | ipa_data-v3.1.c | 190 .min = 3, .max = 255, 193 .min = 3, .max = 255, 196 .min = 1, .max = 255, 199 .min = 1, .max = 255, 202 .min = 2, .max = 255, 207 .min = 0, .max = 255, 210 .min = 0, .max = 255, 213 .min = 0, .max = 255, 216 .min = 0, .max = 255, 219 .min = 0, .max = 255, [all …]
|
D | ipa_data-v5.0.c | 188 .min = 3, .max = 9, 191 .min = 4, .max = 10, 194 .min = 1, .max = 63, 197 .min = 0, .max = 63, 202 .min = 9, .max = 9, 205 .min = 12, .max = 12, 208 .min = 10, .max = 10, 213 .min = 9, .max = 9, 216 .min = 24, .max = 24, 219 .min = 20, .max = 20, [all …]
|
/linux-6.6.21/drivers/iio/pressure/ |
D | abp060mg.c | 34 int min; member 40 [ABP006KG] = { .min = 0, .max = 6000 }, 41 [ABP010KG] = { .min = 0, .max = 10000 }, 42 [ABP016KG] = { .min = 0, .max = 16000 }, 43 [ABP025KG] = { .min = 0, .max = 25000 }, 44 [ABP040KG] = { .min = 0, .max = 40000 }, 45 [ABP060KG] = { .min = 0, .max = 60000 }, 46 [ABP100KG] = { .min = 0, .max = 100000 }, 47 [ABP160KG] = { .min = 0, .max = 160000 }, 48 [ABP250KG] = { .min = 0, .max = 250000 }, [all …]
|
/linux-6.6.21/arch/arm64/boot/dts/mediatek/ |
D | mt6359.dtsi | 18 regulator-min-microvolt = <800000>; 25 regulator-min-microvolt = <400000>; 33 regulator-min-microvolt = <400000>; 40 regulator-min-microvolt = <400000>; 48 regulator-min-microvolt = <400000>; 56 regulator-min-microvolt = <800000>; 63 regulator-min-microvolt = <500000>; 69 regulator-min-microvolt = <400000>; 77 regulator-min-microvolt = <400000>; 85 regulator-min-microvolt = <400000>; [all …]
|
D | mt6358.dtsi | 25 regulator-min-microvolt = <500000>; 35 regulator-min-microvolt = <500000>; 45 regulator-min-microvolt = <500000>; 54 regulator-min-microvolt = <500000>; 64 regulator-min-microvolt = <500000>; 74 regulator-min-microvolt = <500000>; 83 regulator-min-microvolt = <500000>; 92 regulator-min-microvolt = <500000>; 102 regulator-min-microvolt = <1000000>; 111 regulator-min-microvolt = <600000>; [all …]
|
D | mt6357.dtsi | 16 regulator-min-microvolt = <518750>; 25 regulator-min-microvolt = <518750>; 34 regulator-min-microvolt = <500000>; 42 regulator-min-microvolt = <1200000>; 51 regulator-min-microvolt = <500000>; 60 regulator-min-microvolt = <2800000>; 67 regulator-min-microvolt = <2200000>; 75 regulator-min-microvolt = <1800000>; 83 regulator-min-microvolt = <1200000>; 90 regulator-min-microvolt = <1200000>; [all …]
|
/linux-6.6.21/drivers/clk/at91/ |
D | sama5d2.c | 13 .output = { .min = 124000000, .max = 166000000 }, 22 { .min = 600000000, .max = 1200000000 }, 26 .input = { .min = 12000000, .max = 24000000 }, 65 { .n = "macb0_clk", .id = 5, .r = { .min = 0, .max = 83000000 }, }, 66 { .n = "tdes_clk", .id = 11, .r = { .min = 0, .max = 83000000 }, }, 69 { .n = "pioA_clk", .id = 18, .r = { .min = 0, .max = 83000000 }, }, 70 { .n = "flx0_clk", .id = 19, .r = { .min = 0, .max = 83000000 }, }, 71 { .n = "flx1_clk", .id = 20, .r = { .min = 0, .max = 83000000 }, }, 72 { .n = "flx2_clk", .id = 21, .r = { .min = 0, .max = 83000000 }, }, 73 { .n = "flx3_clk", .id = 22, .r = { .min = 0, .max = 83000000 }, }, [all …]
|
/linux-6.6.21/drivers/memory/ |
D | of_memory.c | 32 struct lpddr2_min_tck *min; in of_get_min_tck() local 34 min = devm_kzalloc(dev, sizeof(*min), GFP_KERNEL); in of_get_min_tck() 35 if (!min) in of_get_min_tck() 38 ret |= of_property_read_u32(np, "tRPab-min-tck", &min->tRPab); in of_get_min_tck() 39 ret |= of_property_read_u32(np, "tRCD-min-tck", &min->tRCD); in of_get_min_tck() 40 ret |= of_property_read_u32(np, "tWR-min-tck", &min->tWR); in of_get_min_tck() 41 ret |= of_property_read_u32(np, "tRASmin-min-tck", &min->tRASmin); in of_get_min_tck() 42 ret |= of_property_read_u32(np, "tRRD-min-tck", &min->tRRD); in of_get_min_tck() 43 ret |= of_property_read_u32(np, "tWTR-min-tck", &min->tWTR); in of_get_min_tck() 44 ret |= of_property_read_u32(np, "tXP-min-tck", &min->tXP); in of_get_min_tck() [all …]
|
/linux-6.6.21/arch/arm64/boot/dts/qcom/ |
D | msm8992-lg-bullhead.dtsi | 92 regulator-min-microvolt = <1025000>; 101 regulator-min-microvolt = <1300000>; 106 regulator-min-microvolt = <1800000>; 113 regulator-min-microvolt = <2150000>; 118 regulator-min-microvolt = <1000000>; 125 regulator-min-microvolt = <1000000>; 130 regulator-min-microvolt = <1250000>; 135 regulator-min-microvolt = <1200000>; 140 regulator-min-microvolt = <1225000>; 147 regulator-min-microvolt = <1800000>; [all …]
|
D | apq8096-ifc6640.dts | 33 regulator-min-microvolt = <1050000>; 45 regulator-min-microvolt = <12000000>; 55 regulator-min-microvolt = <3300000>; 67 regulator-min-microvolt = <5000000>; 79 regulator-min-microvolt = <3800000>; 153 regulator-min-microvolt = <1300000>; 159 regulator-min-microvolt = <1800000>; 165 regulator-min-microvolt = <2150000>; 170 regulator-min-microvolt = <800000>; 176 regulator-min-microvolt = <1000000>; [all …]
|
D | msm8992-xiaomi-libra.dts | 178 regulator-min-microvolt = <680000>; 186 regulator-min-microvolt = <700000>; 215 regulator-min-microvolt = <1300000>; 220 regulator-min-microvolt = <1800000>; 228 regulator-min-microvolt = <2150000>; 233 regulator-min-microvolt = <1000000>; 240 regulator-min-microvolt = <1000000>; 245 regulator-min-microvolt = <1250000>; 250 regulator-min-microvolt = <1200000>; 255 regulator-min-microvolt = <1225000>; [all …]
|
D | sm6115-fxtec-pro1x.dts | 81 regulator-min-microvolt = <304000>; 86 regulator-min-microvolt = <1280000>; 91 regulator-min-microvolt = <1064000>; 96 regulator-min-microvolt = <952000>; 101 regulator-min-microvolt = <488000>; 106 regulator-min-microvolt = <1648000>; 111 regulator-min-microvolt = <576000>; 116 regulator-min-microvolt = <1200000>; 121 regulator-min-microvolt = <400000>; 126 regulator-min-microvolt = <1800000>; [all …]
|
D | sm6350-sony-xperia-lena-pdx213.dts | 63 regulator-min-microvolt = <1000000>; 69 regulator-min-microvolt = <1503000>; 75 regulator-min-microvolt = <1503000>; 81 regulator-min-microvolt = <2700000>; 87 regulator-min-microvolt = <352000>; 93 regulator-min-microvolt = <1503000>; 99 regulator-min-microvolt = <1710000>; 105 regulator-min-microvolt = <1620000>; 111 regulator-min-microvolt = <2500000>; 117 regulator-min-microvolt = <1650000>; [all …]
|
D | sm4250-oneplus-billie2.dts | 70 regulator-min-microvolt = <320000>; 75 regulator-min-microvolt = <1280000>; 80 regulator-min-microvolt = <1064000>; 85 regulator-min-microvolt = <952000>; 90 regulator-min-microvolt = <488000>; 95 regulator-min-microvolt = <1648000>; 100 regulator-min-microvolt = <576000>; 105 regulator-min-microvolt = <1200000>; 110 regulator-min-microvolt = <400000>; 115 regulator-min-microvolt = <1800000>; [all …]
|
D | sm6375-sony-xperia-murray-pdx225.dts | 86 regulator-min-microvolt = <3700000>; 195 regulator-min-microvolt = <382000>; 200 regulator-min-microvolt = <320000>; 205 regulator-min-microvolt = <1574000>; 215 regulator-min-microvolt = <1170000>; 220 regulator-min-microvolt = <1100000>; 225 regulator-min-microvolt = <1100000>; 230 regulator-min-microvolt = <1650000>; 236 regulator-min-microvolt = <1080000>; 241 regulator-min-microvolt = <720000>; [all …]
|
D | sdx75-idp.dts | 25 regulator-min-microvolt = <3700000>; 32 regulator-min-microvolt = <3700000>; 39 regulator-min-microvolt = <3300000>; 79 regulator-min-microvolt = <1224000>; 85 regulator-min-microvolt = <684000>; 91 regulator-min-microvolt = <1824000>; 97 regulator-min-microvolt = <352000>; 103 regulator-min-microvolt = <500000>; 109 regulator-min-microvolt = <1200000>; 116 regulator-min-microvolt = <1000000>; [all …]
|
/linux-6.6.21/Documentation/devicetree/bindings/memory-controllers/ddr/ |
D | jedec,lpddr3.yaml | 41 tCKE-min-tck: 48 tCKESR-min-tck: 55 tDQSCK-min-tck: 62 tFAW-min-tck: 68 tMRD-min-tck: 74 tR2R-C2C-min-tck: 81 tRAS-min-tck: 87 tRC-min-tck: 93 tRCD-min-tck: 99 tRFC-min-tck: [all …]
|
/linux-6.6.21/drivers/gpu/drm/i915/display/ |
D | intel_dpll.c | 32 int min, max; member 41 .dot = { .min = 25000, .max = 350000 }, 42 .vco = { .min = 908000, .max = 1512000 }, 43 .n = { .min = 2, .max = 16 }, 44 .m = { .min = 96, .max = 140 }, 45 .m1 = { .min = 18, .max = 26 }, 46 .m2 = { .min = 6, .max = 16 }, 47 .p = { .min = 4, .max = 128 }, 48 .p1 = { .min = 2, .max = 33 }, 54 .dot = { .min = 25000, .max = 350000 }, [all …]
|
/linux-6.6.21/arch/arm/boot/dts/ti/omap/ |
D | elpida_ecb240abacn.dtsi | 12 tRPab-min-tck = <3>; 13 tRCD-min-tck = <3>; 14 tWR-min-tck = <3>; 15 tRASmin-min-tck = <3>; 16 tRRD-min-tck = <2>; 17 tWTR-min-tck = <2>; 18 tXP-min-tck = <2>; 19 tRTP-min-tck = <2>; 20 tCKE-min-tck = <3>; 21 tCKESR-min-tck = <3>; [all …]
|
/linux-6.6.21/Documentation/devicetree/bindings/regulator/ |
D | mt6359-regulator.yaml | 109 regulator-min-microvolt = <800000>; 116 regulator-min-microvolt = <400000>; 124 regulator-min-microvolt = <400000>; 131 regulator-min-microvolt = <400000>; 139 regulator-min-microvolt = <400000>; 147 regulator-min-microvolt = <800000>; 154 regulator-min-microvolt = <500000>; 160 regulator-min-microvolt = <400000>; 168 regulator-min-microvolt = <400000>; 176 regulator-min-microvolt = <400000>; [all …]
|
D | mt6358-regulator.txt | 31 regulator-min-microvolt = <500000>; 40 regulator-min-microvolt = <500000>; 49 regulator-min-microvolt = <500000>; 57 regulator-min-microvolt = <500000>; 66 regulator-min-microvolt = <500000>; 75 regulator-min-microvolt = <500000>; 83 regulator-min-microvolt = <500000>; 92 regulator-min-microvolt = <500000>; 101 regulator-min-microvolt = <1000000>; 110 regulator-min-microvolt = <600000>; [all …]
|
D | da9211.txt | 30 regulator-min-microvolt = < 300000>; 32 regulator-min-microamp = <2000000>; 50 regulator-min-microvolt = < 300000>; 52 regulator-min-microamp = <2000000>; 58 regulator-min-microvolt = < 300000>; 60 regulator-min-microamp = <2000000>; 76 regulator-min-microvolt = < 300000>; 78 regulator-min-microamp = <3000000>; 94 regulator-min-microvolt = < 300000>; 96 regulator-min-microamp = <3000000>; [all …]
|
D | mt6323-regulator.txt | 25 regulator-min-microvolt = < 700000>; 34 regulator-min-microvolt = <1400000>; 43 regulator-min-microvolt = < 500000>; 49 regulator-min-microvolt = <2800000>; 58 regulator-min-microvolt = <2800000>; 65 regulator-min-microvolt = <3300000>; 72 regulator-min-microvolt = <3300000>; 79 regulator-min-microvolt = <2800000>; 88 regulator-min-microvolt = <1500000>; 95 regulator-min-microvolt = <2800000>; [all …]
|
/linux-6.6.21/arch/arm/boot/dts/qcom/ |
D | qcom-apq8026-asus-sparrow.dts | 51 regulator-min-microvolt = <2950000>; 94 regulator-min-microvolt = <1200000>; 98 regulator-min-microvolt = <1800000>; 102 regulator-min-microvolt = <1150000>; 107 regulator-min-microvolt = <1225000>; 111 regulator-min-microvolt = <1200000>; 115 regulator-min-microvolt = <750000>; 119 regulator-min-microvolt = <1200000>; 123 regulator-min-microvolt = <1200000>; 127 regulator-min-microvolt = <1800000>; [all …]
|
/linux-6.6.21/arch/arm/boot/dts/marvell/ |
D | mmp2-brownstone.dts | 41 regulator-min-microvolt = <637500>; 47 regulator-min-microvolt = <650000>; 53 regulator-min-microvolt = <750000>; 59 regulator-min-microvolt = <750000>; 65 regulator-min-microvolt = <650000>; 71 regulator-min-microvolt = <650000>; 77 regulator-min-microvolt = <750000>; 83 regulator-min-microvolt = <750000>; 89 regulator-min-microvolt = <750000>; 95 regulator-min-microvolt = <750000>; [all …]
|