Home
last modified time | relevance | path

Searched refs:DEBUGFS_BUF_SIZE (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/drivers/net/caif/
Dcaif_spi.c110 #define DEBUGFS_BUF_SIZE 4096 macro
139 buf = kzalloc(DEBUGFS_BUF_SIZE, GFP_KERNEL); in dbgfs_state()
144 len += snprintf((buf + len), (DEBUGFS_BUF_SIZE - len), in dbgfs_state()
147 len += snprintf((buf + len), (DEBUGFS_BUF_SIZE - len), FLAVOR); in dbgfs_state()
149 len += snprintf((buf + len), (DEBUGFS_BUF_SIZE - len), in dbgfs_state()
151 len += snprintf((buf + len), (DEBUGFS_BUF_SIZE - len), in dbgfs_state()
153 len += snprintf((buf + len), (DEBUGFS_BUF_SIZE - len), in dbgfs_state()
155 len += snprintf((buf + len), (DEBUGFS_BUF_SIZE - len), in dbgfs_state()
157 len += snprintf((buf + len), (DEBUGFS_BUF_SIZE - len), in dbgfs_state()
159 len += snprintf((buf + len), (DEBUGFS_BUF_SIZE - len), in dbgfs_state()
[all …]