Home
last modified time | relevance | path

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

/third_party/libdrm/
Dxf86drm.c3074 } bus_types[] = { in get_subsystem_type() local
3093 for (unsigned i = 0; i < ARRAY_SIZE(bus_types); i++) { in get_subsystem_type()
3094 if (strncmp(name, bus_types[i].name, strlen(bus_types[i].name)) == 0) in get_subsystem_type()
3095 return bus_types[i].bus_type; in get_subsystem_type()