cregit-Linux how code gets into the kernel

Release 4.15 drivers/usb/gadget/udc/bdc/bdc_dbg.h

// SPDX-License-Identifier: GPL-2.0+
/*
 * bdc_dbg.h - header for the BDC debug functions
 *
 * Copyright (C) 2014 Broadcom Corporation
 *
 * Author: Ashwini Pahuja
 */
#ifndef __LINUX_BDC_DBG_H__

#define __LINUX_BDC_DBG_H__

#include "bdc.h"

#ifdef CONFIG_USB_GADGET_VERBOSE
void bdc_dbg_bd_list(struct bdc *, struct bdc_ep*);
void bdc_dbg_srr(struct bdc *, u32);
void bdc_dbg_regs(struct bdc *);
void bdc_dump_epsts(struct bdc *);
#else

static inline void bdc_dbg_regs(struct bdc *bdc) { }

Contributors

PersonTokensPropCommitsCommitProp
Ashwini Pahuja11100.00%1100.00%
Total11100.00%1100.00%


static inline void bdc_dbg_srr(struct bdc *bdc, u32 srr_num) { }

Contributors

PersonTokensPropCommitsCommitProp
Ashwini Pahuja14100.00%1100.00%
Total14100.00%1100.00%


static inline void bdc_dbg_bd_list(struct bdc *bdc, struct bdc_ep *ep) { }

Contributors

PersonTokensPropCommitsCommitProp
Ashwini Pahuja16100.00%1100.00%
Total16100.00%1100.00%


static inline void bdc_dump_epsts(struct bdc *bdc) { }

Contributors

PersonTokensPropCommitsCommitProp
Ashwini Pahuja11100.00%1100.00%
Total11100.00%1100.00%

#endif /* CONFIG_USB_GADGET_VERBOSE */ #endif /* __LINUX_BDC_DBG_H__ */

Overall Contributors

PersonTokensPropCommitsCommitProp
Ashwini Pahuja11098.21%133.33%
Greg Kroah-Hartman21.79%266.67%
Total112100.00%3100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.