Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/block/
Damiflop.c254 static int num_dr_types = ARRAY_SIZE(drive_types); variable
1632 for (type = 0; type < num_dr_types; type++) in fd_probe()
1636 if (type >= num_dr_types) { in fd_probe()
1639 unit[drive].type = &drive_types[num_dr_types-1]; /* FD_NODRIVE */ in fd_probe()