Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/atm/
Diphase.c78 static int iadev_count; variable
2441 for (i = 0; i < iadev_count; i++) {
2765 if ((board < 0) || (board > iadev_count))
2767 board = array_index_nospec(board, iadev_count + 1);
3193 ia_dev[iadev_count] = iadev;
3194 _ia_dev[iadev_count] = dev;
3195 iadev_count++;
3198 iadev_count--;
3199 ia_dev[iadev_count] = NULL;
3200 _ia_dev[iadev_count] = NULL;
[all …]