n_currents        794 drivers/regulator/helpers.c 	unsigned int n_currents = rdev->desc->n_current_limits;
n_currents        797 drivers/regulator/helpers.c 	if (n_currents == 0)
n_currents        802 drivers/regulator/helpers.c 		bool ascend = curr_table[n_currents - 1] > curr_table[0];
n_currents        806 drivers/regulator/helpers.c 			for (i = n_currents - 1; i >= 0; i--) {
n_currents        814 drivers/regulator/helpers.c 			for (i = 0; i < n_currents; i++) {