Searched refs:device_bind (Results 1 – 3 of 3) sorted by relevance
167 zx_status_t device_bind(const fbl::RefPtr<zx_device_t>& dev, const char* drv_libname);
194 zx_status_t device_bind(const fbl::RefPtr<zx_device_t>& dev, const char* drv_libname) { in device_bind() function
167 if ((r = device_bind(dev, drv_libname) < 0)) { in do_ioctl()
Completed in 9 milliseconds