• Home
  • Raw
  • Download

Lines Matching refs:user_buf

19 static ssize_t read_file_tgt_int_stats(struct file *file, char __user *user_buf,  in read_file_tgt_int_stats()  argument
67 return simple_read_from_buffer(user_buf, count, ppos, buf, len); in read_file_tgt_int_stats()
77 static ssize_t read_file_tgt_tx_stats(struct file *file, char __user *user_buf, in read_file_tgt_tx_stats() argument
137 return simple_read_from_buffer(user_buf, count, ppos, buf, len); in read_file_tgt_tx_stats()
147 static ssize_t read_file_tgt_rx_stats(struct file *file, char __user *user_buf, in read_file_tgt_rx_stats() argument
183 return simple_read_from_buffer(user_buf, count, ppos, buf, len); in read_file_tgt_rx_stats()
193 static ssize_t read_file_xmit(struct file *file, char __user *user_buf, in read_file_xmit() argument
235 return simple_read_from_buffer(user_buf, count, ppos, buf, len); in read_file_xmit()
251 static ssize_t read_file_skb_rx(struct file *file, char __user *user_buf, in read_file_skb_rx() argument
276 retval = simple_read_from_buffer(user_buf, count, ppos, buf, len); in read_file_skb_rx()
289 static ssize_t read_file_slot(struct file *file, char __user *user_buf, in read_file_slot() argument
314 return simple_read_from_buffer(user_buf, count, ppos, buf, len); in read_file_slot()
324 static ssize_t read_file_queue(struct file *file, char __user *user_buf, in read_file_queue() argument
360 return simple_read_from_buffer(user_buf, count, ppos, buf, len); in read_file_queue()
371 static ssize_t read_file_debug(struct file *file, char __user *user_buf, in read_file_debug() argument
380 return simple_read_from_buffer(user_buf, count, ppos, buf, len); in read_file_debug()
383 static ssize_t write_file_debug(struct file *file, const char __user *user_buf, in write_file_debug() argument
393 if (copy_from_user(buf, user_buf, len)) in write_file_debug()