/* * bdc_dbg.h - header for the BDC debug functions * * Copyright (C) 2014 Broadcom Corporation * * Author: Ashwini Pahuja * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Foundation; either version 2 of the License, or (at your * option) any later version. * */ #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
Person | Tokens | Prop | Commits | CommitProp | |
ashwini pahuja | ashwini pahuja | 11 | 100.00% | 1 | 100.00% |
Total | 11 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp | |
ashwini pahuja | ashwini pahuja | 14 | 100.00% | 1 | 100.00% |
Total | 14 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp | |
ashwini pahuja | ashwini pahuja | 16 | 100.00% | 1 | 100.00% |
Total | 16 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp | |
ashwini pahuja | ashwini pahuja | 11 | 100.00% | 1 | 100.00% |
Total | 11 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp | |
ashwini pahuja | ashwini pahuja | 111 | 100.00% | 1 | 100.00% |
Total | 111 | 100.00% | 1 | 100.00% |