Name

drm_usb_init — Register matching USB devices with the DRM subsystem

Synopsis

int drm_usb_init (struct drm_driver * driver,
 struct usb_driver * udriver);
 

Arguments

driver

DRM device driver

udriver

USB device driver

Description

Registers one or more devices matched by a USB driver with the DRM subsystem.

Return

0 on success or a negative error code on failure.