Lines Matching full:rid
71 unsigned int rid = rdev_get_id(dev); in tps65218_pmic_set_voltage_sel() local
78 switch (rid) { in tps65218_pmic_set_voltage_sel()
94 int rid = rdev_get_id(dev); in tps65218_pmic_enable() local
96 if (rid < TPS65218_DCDC_1 || rid > TPS65218_LDO_1) in tps65218_pmic_enable()
108 int rid = rdev_get_id(dev); in tps65218_pmic_disable() local
110 if (rid < TPS65218_DCDC_1 || rid > TPS65218_LDO_1) in tps65218_pmic_disable()
121 unsigned int rid = rdev_get_id(dev); in tps65218_pmic_set_suspend_enable() local
123 if (rid > TPS65218_LDO_1) in tps65218_pmic_set_suspend_enable()
134 unsigned int rid = rdev_get_id(dev); in tps65218_pmic_set_suspend_disable() local
136 if (rid > TPS65218_LDO_1) in tps65218_pmic_set_suspend_disable()
144 if (rid == TPS65218_DCDC_3 && tps->rev == TPS65218_REV_2_1) in tps65218_pmic_set_suspend_disable()
147 if (!tps->strobes[rid]) { in tps65218_pmic_set_suspend_disable()
148 if (rid == TPS65218_DCDC_3) in tps65218_pmic_set_suspend_disable()
149 tps->strobes[rid] = 3; in tps65218_pmic_set_suspend_disable()
156 tps->strobes[rid], TPS65218_PROTECT_L1); in tps65218_pmic_set_suspend_disable()