pwr_regulator 242 drivers/crypto/ux500/cryp/cryp.h struct regulator *pwr_regulator; pwr_regulator 695 drivers/crypto/ux500/cryp/cryp_core.c ret = regulator_disable(device_data->pwr_regulator); pwr_regulator 720 drivers/crypto/ux500/cryp/cryp_core.c ret = regulator_enable(device_data->pwr_regulator); pwr_regulator 731 drivers/crypto/ux500/cryp/cryp_core.c regulator_disable(device_data->pwr_regulator); pwr_regulator 1371 drivers/crypto/ux500/cryp/cryp_core.c device_data->pwr_regulator = regulator_get(&pdev->dev, "v-ape"); pwr_regulator 1372 drivers/crypto/ux500/cryp/cryp_core.c if (IS_ERR(device_data->pwr_regulator)) { pwr_regulator 1374 drivers/crypto/ux500/cryp/cryp_core.c ret = PTR_ERR(device_data->pwr_regulator); pwr_regulator 1375 drivers/crypto/ux500/cryp/cryp_core.c device_data->pwr_regulator = NULL; pwr_regulator 1459 drivers/crypto/ux500/cryp/cryp_core.c regulator_put(device_data->pwr_regulator); pwr_regulator 1507 drivers/crypto/ux500/cryp/cryp_core.c regulator_put(device_data->pwr_regulator);