Scroll to navigation

DRM_USB_INIT(9) DRM Core DRM_USB_INIT(9)

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.

AUTHORS

Jesse Barnes <jesse.barnes@intel.com>
 
Intel Corporation,
Initial version
Laurent Pinchart <laurent.pinchart@ideasonboard.com>
 
Ideas on board SPRL,
Driver internals
Daniel Vetter <daniel.vetter@ffwll.ch>
 
Intel Corporation,
Contributions all over the place

COPYRIGHT

May 2018 Kernel Hackers Manual 3.16