/linux/drivers/misc/ |
H A D | qcom-coincell.c | 29 /* if enable==0, rset and vset are ignored */ 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() 69 dev_err(chgr->dev, "could not write to RSET register\n"); 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() 111 "can't find 'qcom,rset-ohms' in DT block"); in qcom_coincell_probe() 123 return qcom_coincell_chgr_config(&chgr, rset, vset, enable); in qcom_coincell_probe()
|
/linux/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/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/Documentation/devicetree/bindings/power/supply/ |
H A D | qcom,pm8941-coincell.yaml | 30 qcom,rset-ohms: 64 qcom,rset-ohms = <2100>;
|
/linux/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/Documentation/devicetree/bindings/leds/ |
H A D | skyworks,aat1290.yaml | 42 formula:: I = 1A * 162 kOhm / Rset. 77 // Ct = 220 nF, Rset = 160 kOhm
|
H A D | kinetic,ktd2692.yaml | 56 Formula - I(uA) = 15000000 / Rset.
|
/linux/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/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/include/crypto/ |
H A D | poly1305.h | 47 unsigned short rset; member
|
/linux/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/lib/crypto/ |
H A D | poly1305.c | 26 desc->rset = 2; in poly1305_init_generic()
|
/linux/net/nfc/hci/ |
H A D | llc_shdlc.c | 403 * We sent RSET, but chip wants to negotiate or we in llc_shdlc_rcv_u_frame() 404 * got RSET before we managed to send out our. in llc_shdlc_rcv_u_frame() 423 * Chip resent RSET due to its timeout - Ignote it in llc_shdlc_rcv_u_frame()
|
/linux/arch/arm/boot/dts/qcom/ |
H A D | qcom-msm8974pro-oneplus-bacon.dts | 194 qcom,rset-ohms = <800>;
|
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>;
|
/linux/drivers/media/i2c/ |
H A D | s5k5baf.c | 232 RSET, enumerator 962 s5k5baf_gpio_deassert(state, RSET); in s5k5baf_power_on() 980 s5k5baf_gpio_assert(state, RSET); in s5k5baf_power_off()
|
/linux/drivers/net/wireless/microchip/wilc1000/ |
H A D | wlan_if.h | 252 * Configuration : HighPerf Compat(RSet #1) Compat(RSet #2)
|
/linux/drivers/iio/dac/ |
H A D | ad8460.c | 484 * vADJ = vCONV * (2000 / rSET) * (vREF / 1.2) in ad8460_read_raw()
|
/linux/drivers/fsi/ |
H A D | fsi-sbefifo.c | 117 #define SBEFIFO_RESET_MAGIC 0x52534554 /* "RSET" */
|
/linux/drivers/scsi/elx/libefc_sli/ |
H A D | sli4.h | 304 u32 rset; member
|