Searched refs:wl1271_format_buffer (Results 1 – 3 of 3) sorted by relevance
/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", \ 90 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); 133 return wl1271_format_buffer(user_buf, count, \ 250 return wl1271_format_buffer(user_buf, count, in dynamic_ps_timeout_read() 317 return wl1271_format_buffer(user_buf, count, in forced_ps_read() 389 return wl1271_format_buffer(user_buf, count, in split_scan_timeout_read() 647 return wl1271_format_buffer(user_buf, count, ppos, "%d\n", value); in dtim_interval_read() 708 return wl1271_format_buffer(user_buf, count, ppos, "%d\n", value); in suspend_dtim_interval_read() 763 return wl1271_format_buffer(user_buf, count, ppos, "%d\n", value); in beacon_interval_read() 856 return wl1271_format_buffer(userbuf, count, ppos, in rx_streaming_interval_read() [all …]
|
/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()
|