Lines Matching defs:ubuf
1850 const char __user *ubuf,
1857 if (kstrtouint_from_user(ubuf, count, 0, &filter))
1896 static ssize_t ath10k_read_pktlog_filter(struct file *file, char __user *ubuf,
1908 return simple_read_from_buffer(ubuf, count, ppos, buf, len);
1918 const char __user *ubuf,
1924 if (kstrtouint_from_user(ubuf, count, 0, &period))
1940 static ssize_t ath10k_read_quiet_period(struct file *file, char __user *ubuf,
1952 return simple_read_from_buffer(ubuf, count, ppos, buf, len);
1962 const char __user *ubuf,
1973 if (copy_from_user(buf, ubuf, buf_size))
2024 static ssize_t ath10k_read_btcoex(struct file *file, char __user *ubuf,
2036 return simple_read_from_buffer(ubuf, count, ppos, buf, len);
2046 const char __user *ubuf,
2053 if (kstrtouint_from_user(ubuf, count, 0, &filter))
2078 char __user *ubuf,
2091 return simple_read_from_buffer(ubuf, count, ppos, buf, len);
2101 const char __user *ubuf,
2111 if (copy_from_user(buf, ubuf, buf_size))
2147 static ssize_t ath10k_read_peer_stats(struct file *file, char __user *ubuf,
2160 return simple_read_from_buffer(ubuf, count, ppos, buf, len);