Lines Matching full:rid
67 int rid = rdev_get_id(dev); in tps65217_pmic_enable() local
69 if (rid < TPS65217_DCDC_1 || rid > TPS65217_LDO_4) in tps65217_pmic_enable()
81 int rid = rdev_get_id(dev); in tps65217_pmic_disable() local
83 if (rid < TPS65217_DCDC_1 || rid > TPS65217_LDO_4) in tps65217_pmic_disable()
96 unsigned int rid = rdev_get_id(dev); in tps65217_pmic_set_voltage_sel() local
103 switch (rid) { in tps65217_pmic_set_voltage_sel()
117 unsigned int rid = rdev_get_id(dev); in tps65217_pmic_set_suspend_enable() local
119 if (rid > TPS65217_LDO_4) in tps65217_pmic_set_suspend_enable()
130 unsigned int rid = rdev_get_id(dev); in tps65217_pmic_set_suspend_disable() local
132 if (rid > TPS65217_LDO_4) in tps65217_pmic_set_suspend_disable()
135 if (!tps->strobes[rid]) in tps65217_pmic_set_suspend_disable()
140 tps->strobes[rid], TPS65217_PROTECT_L1); in tps65217_pmic_set_suspend_disable()