Lines Matching refs:rid
75 int rid = rdev_get_id(dev); in tps65217_pmic_enable() local
77 if (rid < TPS65217_DCDC_1 || rid > TPS65217_LDO_4) in tps65217_pmic_enable()
89 int rid = rdev_get_id(dev); in tps65217_pmic_disable() local
91 if (rid < TPS65217_DCDC_1 || rid > TPS65217_LDO_4) in tps65217_pmic_disable()
104 unsigned int rid = rdev_get_id(dev); in tps65217_pmic_set_voltage_sel() local
111 switch (rid) { in tps65217_pmic_set_voltage_sel()
125 unsigned int rid = rdev_get_id(dev); in tps65217_pmic_set_suspend_enable() local
127 if (rid > TPS65217_LDO_4) in tps65217_pmic_set_suspend_enable()
138 unsigned int rid = rdev_get_id(dev); in tps65217_pmic_set_suspend_disable() local
140 if (rid > TPS65217_LDO_4) in tps65217_pmic_set_suspend_disable()
143 if (!tps->strobes[rid]) in tps65217_pmic_set_suspend_disable()
148 tps->strobes[rid], TPS65217_PROTECT_L1); in tps65217_pmic_set_suspend_disable()