Lines Matching refs:n_ilimsels
130 int n_ilimsels; member
379 .n_ilimsels = ARRAY_SIZE(fixed_2400000_ilimsel),
390 .n_ilimsels = ARRAY_SIZE(fixed_1200000_ilimsel),
401 .n_ilimsels = ARRAY_SIZE(fixed_1200000_ilimsel),
412 .n_ilimsels = ARRAY_SIZE(ldo_ilimsel),
425 .n_ilimsels = ARRAY_SIZE(ldo_ilimsel),
438 .n_ilimsels = ARRAY_SIZE(usb_ilimsel),
449 .n_ilimsels = ARRAY_SIZE(fixed_400000_ilimsel),
501 if (info->n_ilimsels == 1) in set_current_limit()
504 for (i = info->n_ilimsels - 1; i >= 0; i--) { in set_current_limit()
522 if (info->n_ilimsels == 1) in get_current_limit()
528 if (WARN_ON(ret >= info->n_ilimsels)) in get_current_limit()