• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath9k/

Lines Matching refs:user_buf

37 static ssize_t read_file_debug(struct file *file, char __user *user_buf,
46 return simple_read_from_buffer(user_buf, count, ppos, buf, len);
49 static ssize_t write_file_debug(struct file *file, const char __user *user_buf,
59 if (copy_from_user(buf, user_buf, len))
81 static ssize_t read_file_tx_chainmask(struct file *file, char __user *user_buf,
90 return simple_read_from_buffer(user_buf, count, ppos, buf, len);
93 static ssize_t write_file_tx_chainmask(struct file *file, const char __user *user_buf,
103 if (copy_from_user(buf, user_buf, len))
123 static ssize_t read_file_rx_chainmask(struct file *file, char __user *user_buf,
132 return simple_read_from_buffer(user_buf, count, ppos, buf, len);
135 static ssize_t write_file_rx_chainmask(struct file *file, const char __user *user_buf,
145 if (copy_from_user(buf, user_buf, len))
165 static ssize_t read_file_dma(struct file *file, char __user *user_buf,
254 retval = simple_read_from_buffer(user_buf, count, ppos, buf, len);
315 static ssize_t read_file_interrupt(struct file *file, char __user *user_buf,
372 return simple_read_from_buffer(user_buf, count, ppos, buf, len);
399 static ssize_t read_file_rcstat(struct file *file, char __user *user_buf,
459 retval = simple_read_from_buffer(user_buf, count, ppos, buf, len);
487 static ssize_t read_file_wiphy(struct file *file, char __user *user_buf,
524 return simple_read_from_buffer(user_buf, count, ppos, buf, len);
578 static ssize_t write_file_wiphy(struct file *file, const char __user *user_buf,
586 if (copy_from_user(buf, user_buf, len))
639 static ssize_t read_file_xmit(struct file *file, char __user *user_buf,
670 retval = simple_read_from_buffer(user_buf, count, ppos, buf, len);
708 static ssize_t read_file_recv(struct file *file, char __user *user_buf,
776 retval = simple_read_from_buffer(user_buf, count, ppos, buf, len);
820 static ssize_t read_file_regidx(struct file *file, char __user *user_buf,
828 return simple_read_from_buffer(user_buf, count, ppos, buf, len);
831 static ssize_t write_file_regidx(struct file *file, const char __user *user_buf,
840 if (copy_from_user(buf, user_buf, len))
858 static ssize_t read_file_regval(struct file *file, char __user *user_buf,
869 return simple_read_from_buffer(user_buf, count, ppos, buf, len);
872 static ssize_t write_file_regval(struct file *file, const char __user *user_buf,
882 if (copy_from_user(buf, user_buf, len))