Searched refs:mdpy_types (Results 1 – 1 of 1) sorted by relevance
61 } mdpy_types[] = { variable106 for (i = 0; i < ARRAY_SIZE(mdpy_types); i++) in mdpy_find_type()107 if (strcmp(mdpy_types[i].name, kobj->name) == 0) in mdpy_find_type()108 return mdpy_types + i; in mdpy_find_type()250 type = &mdpy_types[0]; in mdpy_create()