cregit-Linux how code gets into the kernel

Release 4.16 include/drm/drm_sysfs.h

Directory: include/drm
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _DRM_SYSFS_H_

#define _DRM_SYSFS_H_

struct drm_device;
struct device;

int drm_class_device_register(struct device *dev);
void drm_class_device_unregister(struct device *dev);

void drm_sysfs_hotplug_event(struct drm_device *dev);

#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Thomas Hellstrom2661.90%133.33%
Daniel Vetter1535.71%133.33%
Greg Kroah-Hartman12.38%133.33%
Total42100.00%3100.00%
Directory: include/drm
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.