Searched refs:misc_device (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/system/core/devmgr/
H A Ddevmgr-coordinator.cpp109 static device_t misc_device = []() { variable
117 device.children = LIST_INITIAL_VALUE(misc_device.children);
118 device.pending = LIST_INITIAL_VALUE(misc_device.pending);
119 device.metadata = LIST_INITIAL_VALUE(misc_device.metadata);
376 dc_dump_device(&misc_device, 1);
436 dc_dump_device_props(&misc_device);
529 } else if (!strcmp(misc_device.name, dev->name)) {
1825 list_add_head(&ctx->devhosts, &misc_device.proxy->host->snode);
1826 append_suspend_list(ctx, misc_device.proxy->host);
1884 check_pending(&misc_device);
[all...]

Completed in 28 milliseconds