Lines Matching defs:count
40 * @count: number of elements in array
47 unsigned int count;
221 for (j = 0; j < tbp->count; j++) {
256 for (j = 0; j < tbp->count; j++) {
684 int ret, i, count;
711 count = of_count_phandle_with_args(np, "cooling-device",
713 if (count <= 0) {
719 __tcbp = kcalloc(count, sizeof(*__tcbp), GFP_KERNEL);
725 for (i = 0; i < count; i++) {
744 __tbp->count = count;
961 for (j = 0; j < tbp->count; j++)
988 for (j = 0; j < tbp->count; j++)