Home
last modified time | relevance | path

Searched refs:iadev_count (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.6/drivers/atm/
Diphase.c79 static int iadev_count; variable
2442 for (i = 0; i < iadev_count; i++) {
2766 if ((board < 0) || (board > iadev_count))
2768 board = array_index_nospec(board, iadev_count + 1);
3194 ia_dev[iadev_count] = iadev;
3195 _ia_dev[iadev_count] = dev;
3196 iadev_count++;
3199 iadev_count--;
3200 ia_dev[iadev_count] = NULL;
3201 _ia_dev[iadev_count] = NULL;
[all …]