Lines Matching refs:user_buf
19 static ssize_t read_file_tgt_int_stats(struct file *file, char __user *user_buf,
67 return simple_read_from_buffer(user_buf, count, ppos, buf, len);
77 static ssize_t read_file_tgt_tx_stats(struct file *file, char __user *user_buf,
137 return simple_read_from_buffer(user_buf, count, ppos, buf, len);
147 static ssize_t read_file_tgt_rx_stats(struct file *file, char __user *user_buf,
183 return simple_read_from_buffer(user_buf, count, ppos, buf, len);
193 static ssize_t read_file_xmit(struct file *file, char __user *user_buf,
235 return simple_read_from_buffer(user_buf, count, ppos, buf, len);
251 static ssize_t read_file_skb_rx(struct file *file, char __user *user_buf,
276 retval = simple_read_from_buffer(user_buf, count, ppos, buf, len);
289 static ssize_t read_file_slot(struct file *file, char __user *user_buf,
303 return simple_read_from_buffer(user_buf, count, ppos, buf, len);
313 static ssize_t read_file_queue(struct file *file, char __user *user_buf,
349 return simple_read_from_buffer(user_buf, count, ppos, buf, len);
360 static ssize_t read_file_debug(struct file *file, char __user *user_buf,
369 return simple_read_from_buffer(user_buf, count, ppos, buf, len);
372 static ssize_t write_file_debug(struct file *file, const char __user *user_buf,
380 ret = kstrtoul_from_user(user_buf, count, 0, &mask);