Home
last modified time | relevance | path

Searched refs:oboff (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/crypto/ccp/
H A Dccp-debugfs.c16 #define OBUFP (obuf + oboff)
18 #define OBUFSPC (OBUFLEN - oboff)
46 unsigned int oboff = 0; in ccp5_debugfs_info_read() local
58 oboff += OSCNPRINTF("Device name: %s\n", ccp->name); in ccp5_debugfs_info_read()
59 oboff += OSCNPRINTF(" RNG name: %s\n", ccp->rngname); in ccp5_debugfs_info_read()
60 oboff += OSCNPRINTF(" # Queues: %d\n", ccp->cmd_q_count); in ccp5_debugfs_info_read()
61 oboff += OSCNPRINTF(" # Cmds: %d\n", ccp->cmd_count); in ccp5_debugfs_info_read()
64 oboff += OSCNPRINTF(" Version: %d\n", regval & RI_VERSION_NUM); in ccp5_debugfs_info_read()
65 oboff += OSCNPRINTF(" Engines:"); in ccp5_debugfs_info_read()
67 oboff in ccp5_debugfs_info_read()
109 unsigned int oboff = 0; ccp5_debugfs_stats_read() local
195 unsigned int oboff = 0; ccp5_debugfs_queue_read() local
[all...]
/kernel/linux/linux-6.6/drivers/crypto/ccp/
H A Dccp-debugfs.c16 #define OBUFP (obuf + oboff)
18 #define OBUFSPC (OBUFLEN - oboff)
46 unsigned int oboff = 0; in ccp5_debugfs_info_read() local
58 oboff += OSCNPRINTF("Device name: %s\n", ccp->name); in ccp5_debugfs_info_read()
59 oboff += OSCNPRINTF(" RNG name: %s\n", ccp->rngname); in ccp5_debugfs_info_read()
60 oboff += OSCNPRINTF(" # Queues: %d\n", ccp->cmd_q_count); in ccp5_debugfs_info_read()
61 oboff += OSCNPRINTF(" # Cmds: %d\n", ccp->cmd_count); in ccp5_debugfs_info_read()
64 oboff += OSCNPRINTF(" Version: %d\n", regval & RI_VERSION_NUM); in ccp5_debugfs_info_read()
65 oboff += OSCNPRINTF(" Engines:"); in ccp5_debugfs_info_read()
67 oboff in ccp5_debugfs_info_read()
109 unsigned int oboff = 0; ccp5_debugfs_stats_read() local
195 unsigned int oboff = 0; ccp5_debugfs_queue_read() local
[all...]
/kernel/linux/common_modules/tzdriver/core/
H A Dtzdebug.c219 uint32_t oboff = 0; in tz_dbg_opt_read() local
230 int len = snprintf_s(p, DEBUG_OPT_LEN - oboff, DEBUG_OPT_LEN -oboff -1, in tz_dbg_opt_read()
238 oboff += (uint32_t)len; in tz_dbg_opt_read()
240 obuf[oboff - 1] = '\n'; in tz_dbg_opt_read()
242 ret = simple_read_from_buffer(ubuf, cnt, ppos, obuf, oboff); in tz_dbg_opt_read()

Completed in 2 milliseconds