Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/block/paride/
Dpg.c127 #define PG_UNITS 4 macro
223 static struct pg devices[PG_UNITS];
248 for (unit = 0; unit < PG_UNITS; unit++) { in pg_init_units()
503 for (unit = 0; unit < PG_UNITS; unit++, dev++) { in pg_detect()
533 if ((unit >= PG_UNITS) || (!dev->present)) { in pg_open()
685 for (unit = 0; unit < PG_UNITS; unit++) { in pg_init()
698 for (unit = 0; unit < PG_UNITS; unit++) { in pg_init()
717 for (unit = 0; unit < PG_UNITS; unit++) { in pg_exit()
725 for (unit = 0; unit < PG_UNITS; unit++) { in pg_exit()