Lines Matching refs:n_ilimsels
130 int n_ilimsels; member
380 .n_ilimsels = ARRAY_SIZE(fixed_2400000_ilimsel),
391 .n_ilimsels = ARRAY_SIZE(fixed_1200000_ilimsel),
402 .n_ilimsels = ARRAY_SIZE(fixed_1200000_ilimsel),
413 .n_ilimsels = ARRAY_SIZE(ldo_ilimsel),
426 .n_ilimsels = ARRAY_SIZE(ldo_ilimsel),
439 .n_ilimsels = ARRAY_SIZE(usb_ilimsel),
450 .n_ilimsels = ARRAY_SIZE(fixed_400000_ilimsel),
502 if (info->n_ilimsels == 1) in set_current_limit()
505 for (i = info->n_ilimsels - 1; i >= 0; i--) { in set_current_limit()
523 if (info->n_ilimsels == 1) in get_current_limit()
529 if (WARN_ON(ret >= info->n_ilimsels)) in get_current_limit()