Release 4.16 drivers/usb/dwc2/debug.h
// 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
Person | Tokens | Prop | Commits | CommitProp |
Mian Yousaf Kaukab | 15 | 100.00% | 1 | 100.00% |
Total | 15 | 100.00% | 1 | 100.00% |
static inline void dwc2_debugfs_exit(struct dwc2_hsotg *hsotg)
{ }
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Mian Yousaf Kaukab | 11 | 100.00% | 1 | 100.00% |
Total | 11 | 100.00% | 1 | 100.00% |
#endif
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Mian Yousaf Kaukab | 52 | 92.86% | 1 | 25.00% |
Greg Kroah-Hartman | 2 | 3.57% | 2 | 50.00% |
John Youn | 2 | 3.57% | 1 | 25.00% |
Total | 56 | 100.00% | 4 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.