| /linux-6.15/drivers/misc/ |
| H A D | qcom-coincell.c | 30 static int qcom_coincell_chgr_config(struct qcom_coincell *chgr, int rset, in qcom_coincell_chgr_config() argument 42 if (rset == qcom_rset_map[i]) in qcom_coincell_chgr_config() 46 dev_err(chgr->dev, "invalid rset-ohms value %d\n", rset); in qcom_coincell_chgr_config() 88 u32 rset = 0; in qcom_coincell_probe() local 108 rc = of_property_read_u32(node, "qcom,rset-ohms", &rset); in qcom_coincell_probe() 123 return qcom_coincell_chgr_config(&chgr, rset, vset, enable); in qcom_coincell_probe()
|
| /linux-6.15/drivers/iio/light/ |
| H A D | veml6070.c | 46 u32 rset; member 54 data->rset = 270000; in veml6070_calc_it() 55 device_property_read_u32(dev, "vishay,rset-ohms", &data->rset); in veml6070_calc_it() 57 if (data->rset < 75000 || data->rset > 1200000) in veml6070_calc_it() 64 data->rset /= KILO; in veml6070_calc_it() 66 tmp_it = VEML6070_MIN_IT_US * data->rset / VEML6070_MIN_RSET_KOHM; in veml6070_calc_it() 176 val = (val * 270 / data->rset) << 1; in veml6070_to_uv_index() 178 val = (val * 270 / data->rset) >> (it_idx - 1); in veml6070_to_uv_index()
|
| H A D | cm3605.c | 161 u32 rset; in cm3605_probe() local 174 ret = device_property_read_u32(dev, "capella,aset-resistance-ohms", &rset); in cm3605_probe() 177 rset = 100000; in cm3605_probe() 179 switch (rset) { in cm3605_probe()
|
| /linux-6.15/crypto/ |
| H A D | poly1305_generic.c | 28 dctx->rset = 0; in crypto_poly1305_init() 38 if (!dctx->rset && srclen >= POLY1305_BLOCK_SIZE) { in crypto_poly1305_setdesckey() 42 dctx->rset = 2; in crypto_poly1305_setdesckey()
|
| /linux-6.15/arch/powerpc/crypto/ |
| H A D | poly1305-p10-glue.c | 43 dctx->rset = 0; in crypto_poly1305_p10_init() 55 if (!dctx->rset && len >= POLY1305_BLOCK_SIZE) { in crypto_poly1305_setdctxkey() 63 dctx->rset = 1; in crypto_poly1305_setdctxkey()
|
| /linux-6.15/Documentation/devicetree/bindings/iio/light/ |
| H A D | vishay,veml6075.yaml | 25 vishay,rset-ohms: 48 vishay,rset-ohms: false
|
| /linux-6.15/arch/mips/crypto/ |
| H A D | poly1305-glue.c | 36 dctx->rset = 0; in mips_poly1305_init() 46 if (!dctx->rset) { in mips_poly1305_blocks() 50 dctx->rset = 1; in mips_poly1305_blocks()
|
| /linux-6.15/Documentation/devicetree/bindings/power/supply/ |
| H A D | qcom,pm8941-coincell.yaml | 30 qcom,rset-ohms: 64 qcom,rset-ohms = <2100>;
|
| /linux-6.15/arch/arm64/crypto/ |
| H A D | poly1305-glue.c | 44 dctx->rset = 0; in neon_poly1305_init() 54 if (!dctx->rset) { in neon_poly1305_blocks() 58 dctx->rset = 1; in neon_poly1305_blocks()
|
| /linux-6.15/arch/arm/crypto/ |
| H A D | poly1305-glue.c | 48 dctx->rset = 0; in arm_poly1305_init() 58 if (!dctx->rset) { in arm_poly1305_blocks() 62 dctx->rset = 1; in arm_poly1305_blocks()
|
| /linux-6.15/include/crypto/ |
| H A D | poly1305.h | 47 unsigned short rset; member
|
| /linux-6.15/lib/crypto/ |
| H A D | poly1305.c | 26 desc->rset = 2; in poly1305_init_generic()
|
| /linux-6.15/arch/x86/crypto/ |
| H A D | poly1305_glue.c | 149 if (!dctx->rset && len >= POLY1305_BLOCK_SIZE) { in crypto_poly1305_setdctxkey() 154 dctx->rset = 1; in crypto_poly1305_setdctxkey()
|
| /linux-6.15/arch/arm/boot/dts/qcom/ |
| H A D | qcom-msm8974-sony-xperia-rhine.dtsi | 164 qcom,rset-ohms = <2100>;
|
| H A D | qcom-msm8974pro-sony-xperia-shinano-common.dtsi | 138 qcom,rset-ohms = <2100>;
|
| H A D | qcom-msm8974pro-oneplus-bacon.dts | 194 qcom,rset-ohms = <800>;
|
| /linux-6.15/drivers/scsi/elx/libefc_sli/ |
| H A D | sli4.h | 304 u32 rset; member
|