Searched refs:wl1271_format_buffer (Results  1 – 3 of 3) sorted by relevance
| /Linux-v5.4/drivers/net/wireless/ti/wlcore/ | 
| D | debugfs.h | 15 __printf(4, 5) int wl1271_format_buffer(char __user *userbuf, size_t count, 30 	return wl1271_format_buffer(userbuf, count, ppos,		\ 63 	return wl1271_format_buffer(userbuf, count, ppos, fmt "\n",	\ 89 	return wl1271_format_buffer(userbuf, count, ppos, "%s", buf);	\
  | 
| D | debugfs.c | 31 int wl1271_format_buffer(char __user *userbuf, size_t count,  in wl1271_format_buffer()  function 44 EXPORT_SYMBOL_GPL(wl1271_format_buffer); 140 	return wl1271_format_buffer(user_buf, count,			\ 257 	return wl1271_format_buffer(user_buf, count,  in dynamic_ps_timeout_read() 324 	return wl1271_format_buffer(user_buf, count,  in forced_ps_read() 396 	return wl1271_format_buffer(user_buf, count,  in split_scan_timeout_read() 654 	return wl1271_format_buffer(user_buf, count, ppos, "%d\n", value);  in dtim_interval_read() 715 	return wl1271_format_buffer(user_buf, count, ppos, "%d\n", value);  in suspend_dtim_interval_read() 770 	return wl1271_format_buffer(user_buf, count, ppos, "%d\n", value);  in beacon_interval_read() 863 	return wl1271_format_buffer(userbuf, count, ppos,  in rx_streaming_interval_read() [all …] 
 | 
| /Linux-v5.4/drivers/net/wireless/ti/wl18xx/ | 
| D | debugfs.c | 331 	return wl1271_format_buffer(userbuf, count, ppos,  in dynamic_fw_traces_read() 396 	return wl1271_format_buffer(userbuf, count, ppos,  in radar_debug_mode_read()
  |