Searched refs:wl1271_format_buffer (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/net/wireless/ti/wlcore/ |
H A 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); \
|
H A 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); 128 return wl1271_format_buffer(user_buf, count, \ 245 return wl1271_format_buffer(user_buf, count, in dynamic_ps_timeout_read() 310 return wl1271_format_buffer(user_buf, count, in forced_ps_read() 380 return wl1271_format_buffer(user_buf, count, in split_scan_timeout_read() 638 return wl1271_format_buffer(user_buf, count, ppos, "%d\n", value); in dtim_interval_read() 845 return wl1271_format_buffer(userbuf, count, ppos, in rx_streaming_interval_read() 901 return wl1271_format_buffer(userbuf, count, ppos, in rx_streaming_always_read() 974 return wl1271_format_buffer(user_buf, count, in sleep_auth_read() [all …]
|
/openbmc/linux/drivers/net/wireless/ti/wl18xx/ |
H A D | debugfs.c | 327 return wl1271_format_buffer(userbuf, count, ppos, in dynamic_fw_traces_read() 390 return wl1271_format_buffer(userbuf, count, ppos, in radar_debug_mode_read()
|