Lines Matching refs:bcs
60 static struct ehv_bc_data *bcs;
511 struct ehv_bc_data *bc = &bcs[ttys->index];
526 struct ehv_bc_data *bc = &bcs[ttys->index];
690 bc = &bcs[i];
755 unsigned int count = 0; /* Number of elements in bcs[] */
767 /* The array index of an element in bcs[] is the same as the tty index
769 * array, then you can use pointer math (e.g. "bc - bcs") to get its
772 bcs = kcalloc(count, sizeof(struct ehv_bc_data), GFP_KERNEL);
773 if (!bcs)
810 kfree(bcs);