cregit-Linux how code gets into the kernel

Release 4.16 drivers/usb/dwc2/debug.h

Directory: drivers/usb/dwc2
// SPDX-License-Identifier: GPL-2.0
/**
 * debug.h - Designware USB2 DRD controller debug header
 *
 * Copyright (C) 2015 Intel Corporation
 * Mian Yousaf Kaukab <yousaf.kaukab@intel.com>
 */

#include "core.h"

#ifdef CONFIG_DEBUG_FS
int dwc2_debugfs_init(struct dwc2_hsotg *hsotg);
void dwc2_debugfs_exit(struct dwc2_hsotg *hsotg);
#else

static inline int dwc2_debugfs_init(struct dwc2_hsotg *hsotg) { return 0; }

Contributors

PersonTokensPropCommitsCommitProp
Mian Yousaf Kaukab15100.00%1100.00%
Total15100.00%1100.00%


static inline void dwc2_debugfs_exit(struct dwc2_hsotg *hsotg) { }

Contributors

PersonTokensPropCommitsCommitProp
Mian Yousaf Kaukab11100.00%1100.00%
Total11100.00%1100.00%

#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Mian Yousaf Kaukab5292.86%125.00%
Greg Kroah-Hartman23.57%250.00%
John Youn23.57%125.00%
Total56100.00%4100.00%
Directory: drivers/usb/dwc2
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.