snvs               33 drivers/input/keyboard/snvs_pwrkey.c 	struct regmap *snvs;
snvs               48 drivers/input/keyboard/snvs_pwrkey.c 	regmap_read(pdata->snvs, SNVS_HPSR_REG, &state);
snvs               74 drivers/input/keyboard/snvs_pwrkey.c 	regmap_read(pdata->snvs, SNVS_LPSR_REG, &lp_status);
snvs               79 drivers/input/keyboard/snvs_pwrkey.c 	regmap_write(pdata->snvs, SNVS_LPSR_REG, SNVS_LPSR_SPO);
snvs              107 drivers/input/keyboard/snvs_pwrkey.c 	pdata->snvs = syscon_regmap_lookup_by_phandle(np, "regmap");
snvs              108 drivers/input/keyboard/snvs_pwrkey.c 	if (IS_ERR(pdata->snvs)) {
snvs              110 drivers/input/keyboard/snvs_pwrkey.c 		return PTR_ERR(pdata->snvs);
snvs              124 drivers/input/keyboard/snvs_pwrkey.c 	regmap_update_bits(pdata->snvs, SNVS_LPCR_REG, SNVS_LPCR_DEP_EN, SNVS_LPCR_DEP_EN);
snvs              127 drivers/input/keyboard/snvs_pwrkey.c 	regmap_write(pdata->snvs, SNVS_LPSR_REG, SNVS_LPSR_SPO);