#include "acq-fiber-hba.h"
#include <linux/debugfs.h>
Go to the source code of this file.
◆ NUM_REG_CREATE
#define NUM_REG_CREATE |
( |
|
dir, |
|
|
|
va, |
|
|
|
reg |
|
) |
| |
Value: sprintf(pcursor, "0x%04lx", reg); \
debugfs_create_x32(pcursor, S_IRUGO|S_IWUGO, dir, va+(reg)); \
pcursor += strlen(pcursor) + 1; \
if (pcursor-pbase >= 4096) { WARN_ON(true); return; }
Definition at line 30 of file afhba_debugfs.c.
◆ afhba_createDebugfs()
void afhba_createDebugfs |
( |
struct AFHBA_DEV * |
adev | ) |
|
◆ afhba_removeDebugfs()
void afhba_removeDebugfs |
( |
struct AFHBA_DEV * |
adev | ) |
|
◆ afhba_debug_root
struct dentry* afhba_debug_root |