debugfs_create_x8 — create a debugfs file that is used to read and write an unsigned 8-bit value
struct dentry * debugfs_create_x8 ( | const char * | name, |
mode_t | mode, | |
struct dentry * | parent, | |
u8 * | value) ; |
name
-- undescribed --
mode
-- undescribed --
parent
-- undescribed --
value
-- undescribed --
debugfs_create_x16 - create a debugfs file that is used to read and write an unsigned 16-bit value debugfs_create_x32 - create a debugfs file that is used to read and write an unsigned 32-bit value
These functions are exactly the same as the above functions, (but use a hex output for the decimal challenged) for details look at the above unsigned decimal functions.