Home
last modified time | relevance | path

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

/Linux-v5.4/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);
3209 ia_dev[iadev_count] = iadev;
3210 _ia_dev[iadev_count] = dev;
3211 iadev_count++;
3214 iadev_count--;
3215 ia_dev[iadev_count] = NULL;
3216 _ia_dev[iadev_count] = NULL;
[all …]