Lines Matching refs:base
73 * only the base PMIC device will contain a reference to
77 * returns a pointer to the base PMIC device.
89 * Quick return if the function device is already in the base
120 * If the base USID for this PMIC hasn't been
138 struct spmi_device *base;
141 base = qcom_pmic_get_base_usid(sdev, ctx);
142 if (IS_ERR(base))
143 return PTR_ERR(base);
146 * Copy revid info from base device if it has probed and is still
150 base_ctx = spmi_device_get_drvdata(base);
159 put_device(&base->dev);
220 * qcom_pmic_get() - Get a pointer to the base PMIC device