Home
last modified time | relevance | path

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

/Linux-v4.19/samples/vfio-mdev/
Dmbochs.c98 } mbochs_types[] = { variable
190 for (i = 0; i < ARRAY_SIZE(mbochs_types); i++) in mbochs_find_type()
191 if (strcmp(mbochs_types[i].name, kobj->name) == 0) in mbochs_find_type()
192 return mbochs_types + i; in mbochs_find_type()
444 type = &mbochs_types[0]; in mbochs_create()