Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/security/librkcrypto/third_party/libdrm/src/
H A Dxf86drm.c3453 } bus_types[] = { in get_subsystem_type() local
3472 for (unsigned i = 0; i < ARRAY_SIZE(bus_types); i++) { in get_subsystem_type()
3473 if (strncmp(name, bus_types[i].name, strlen(bus_types[i].name)) == 0) in get_subsystem_type()
3474 return bus_types[i].bus_type; in get_subsystem_type()
/OK3568_Linux_fs/kernel/Documentation/devicetree/
H A Dusage-model.rst346 Well, for the way that Linux models devices, just about all bus_types
373 its spi_device children, and similarly for other bus_types.