Home
last modified time | relevance | path

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

/drivers/video/adf/
Dadf_client.c644 int adf_device_attach(struct adf_device *dev, struct adf_overlay_engine *eng, in adf_device_attach() function
693 EXPORT_SYMBOL(adf_device_attach);
Dadf_fbdev.c371 ret = adf_device_attach(dev, fbdev->eng, fbdev->intf); in adf_fbdev_open()
Dadf_fops.c528 return adf_device_attach(dev, eng, intf); in adf_device_handle_attachment()