Lines Matching refs:rid
79 unsigned int rid = rdev_get_id(dev); in tps65218_pmic_set_voltage_sel() local
86 switch (rid) { in tps65218_pmic_set_voltage_sel()
102 int rid = rdev_get_id(dev); in tps65218_pmic_enable() local
104 if (rid < TPS65218_DCDC_1 || rid > TPS65218_LDO_1) in tps65218_pmic_enable()
116 int rid = rdev_get_id(dev); in tps65218_pmic_disable() local
118 if (rid < TPS65218_DCDC_1 || rid > TPS65218_LDO_1) in tps65218_pmic_disable()
129 unsigned int rid = rdev_get_id(dev); in tps65218_pmic_set_suspend_enable() local
131 if (rid > TPS65218_LDO_1) in tps65218_pmic_set_suspend_enable()
142 unsigned int rid = rdev_get_id(dev); in tps65218_pmic_set_suspend_disable() local
144 if (rid > TPS65218_LDO_1) in tps65218_pmic_set_suspend_disable()
152 if (rid == TPS65218_DCDC_3 && tps->rev == TPS65218_REV_2_1) in tps65218_pmic_set_suspend_disable()
155 if (!tps->strobes[rid]) { in tps65218_pmic_set_suspend_disable()
156 if (rid == TPS65218_DCDC_3) in tps65218_pmic_set_suspend_disable()
157 tps->strobes[rid] = 3; in tps65218_pmic_set_suspend_disable()
164 tps->strobes[rid], TPS65218_PROTECT_L1); in tps65218_pmic_set_suspend_disable()