Lines Matching refs:ubuf
1892 const char __user *ubuf, in ath10k_write_pktlog_filter() argument
1899 if (kstrtouint_from_user(ubuf, count, 0, &filter)) in ath10k_write_pktlog_filter()
1938 static ssize_t ath10k_read_pktlog_filter(struct file *file, char __user *ubuf, in ath10k_read_pktlog_filter() argument
1950 return simple_read_from_buffer(ubuf, count, ppos, buf, len); in ath10k_read_pktlog_filter()
1960 const char __user *ubuf, in ath10k_write_quiet_period() argument
1966 if (kstrtouint_from_user(ubuf, count, 0, &period)) in ath10k_write_quiet_period()
1982 static ssize_t ath10k_read_quiet_period(struct file *file, char __user *ubuf, in ath10k_read_quiet_period() argument
1994 return simple_read_from_buffer(ubuf, count, ppos, buf, len); in ath10k_read_quiet_period()
2004 const char __user *ubuf, in ath10k_write_btcoex() argument
2015 if (copy_from_user(buf, ubuf, buf_size)) in ath10k_write_btcoex()
2066 static ssize_t ath10k_read_btcoex(struct file *file, char __user *ubuf, in ath10k_read_btcoex() argument
2078 return simple_read_from_buffer(ubuf, count, ppos, buf, len); in ath10k_read_btcoex()
2088 const char __user *ubuf, in ath10k_write_enable_extd_tx_stats() argument
2095 if (kstrtouint_from_user(ubuf, count, 0, &filter)) in ath10k_write_enable_extd_tx_stats()
2120 char __user *ubuf, in ath10k_read_enable_extd_tx_stats() argument
2133 return simple_read_from_buffer(ubuf, count, ppos, buf, len); in ath10k_read_enable_extd_tx_stats()
2143 const char __user *ubuf, in ath10k_write_peer_stats() argument
2153 if (copy_from_user(buf, ubuf, buf_size)) in ath10k_write_peer_stats()
2189 static ssize_t ath10k_read_peer_stats(struct file *file, char __user *ubuf, in ath10k_read_peer_stats() argument
2202 return simple_read_from_buffer(ubuf, count, ppos, buf, len); in ath10k_read_peer_stats()