Home
last modified time | relevance | path

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

/system/core/devmgr/devhost/
A Dapi.cpp80 r = devhost_device_add(dev, parent_ref, args->props, args->prop_count, args->proxy_args); in device_add_from_driver()
83 r = devhost_device_add(dev, parent_ref, nullptr, 0, nullptr); in device_add_from_driver()
85 r = devhost_device_add(dev, parent_ref, args->props, args->prop_count, nullptr); in device_add_from_driver()
A Ddevhost.h146 zx_status_t devhost_device_add(const fbl::RefPtr<zx_device_t>& dev,
A Dcore.cpp385 zx_status_t devhost_device_add(const fbl::RefPtr<zx_device_t>& dev, in devhost_device_add() function

Completed in 6 milliseconds