Lines Matching refs:user_buf

153 					char __user *user_buf,          \
158 const char __user *user_buf, \
229 il_dbgfs_tx_stats_read(struct file *file, char __user *user_buf, size_t count, in il_dbgfs_tx_stats_read() argument
263 ret = simple_read_from_buffer(user_buf, count, ppos, buf, pos); in il_dbgfs_tx_stats_read()
270 const char __user *user_buf, size_t count, in il_dbgfs_clear_traffic_stats_write() argument
280 if (copy_from_user(buf, user_buf, buf_size)) in il_dbgfs_clear_traffic_stats_write()
290 il_dbgfs_rx_stats_read(struct file *file, char __user *user_buf, size_t count, in il_dbgfs_rx_stats_read() argument
325 ret = simple_read_from_buffer(user_buf, count, ppos, buf, pos); in il_dbgfs_rx_stats_read()
334 il_dbgfs_sram_read(struct file *file, char __user *user_buf, size_t count, in il_dbgfs_sram_read() argument
387 ret = simple_read_from_buffer(user_buf, count, ppos, buf, pos); in il_dbgfs_sram_read()
393 il_dbgfs_sram_write(struct file *file, const char __user *user_buf, in il_dbgfs_sram_write() argument
403 if (copy_from_user(buf, user_buf, buf_size)) in il_dbgfs_sram_write()
418 il_dbgfs_stations_read(struct file *file, char __user *user_buf, size_t count, in il_dbgfs_stations_read() argument
476 ret = simple_read_from_buffer(user_buf, count, ppos, buf, pos); in il_dbgfs_stations_read()
482 il_dbgfs_nvm_read(struct file *file, char __user *user_buf, size_t count, in il_dbgfs_nvm_read() argument
520 ret = simple_read_from_buffer(user_buf, count, ppos, buf, pos); in il_dbgfs_nvm_read()
526 il_dbgfs_channels_read(struct file *file, char __user *user_buf, size_t count, in il_dbgfs_channels_read() argument
599 ret = simple_read_from_buffer(user_buf, count, ppos, buf, pos); in il_dbgfs_channels_read()
605 il_dbgfs_status_read(struct file *file, char __user *user_buf, size_t count, in il_dbgfs_status_read() argument
662 return simple_read_from_buffer(user_buf, count, ppos, buf, pos); in il_dbgfs_status_read()
666 il_dbgfs_interrupt_read(struct file *file, char __user *user_buf, size_t count, in il_dbgfs_interrupt_read() argument
739 ret = simple_read_from_buffer(user_buf, count, ppos, buf, pos); in il_dbgfs_interrupt_read()
745 il_dbgfs_interrupt_write(struct file *file, const char __user *user_buf, in il_dbgfs_interrupt_write() argument
755 if (copy_from_user(buf, user_buf, buf_size)) in il_dbgfs_interrupt_write()
766 il_dbgfs_qos_read(struct file *file, char __user *user_buf, size_t count, in il_dbgfs_qos_read() argument
787 return simple_read_from_buffer(user_buf, count, ppos, buf, pos); in il_dbgfs_qos_read()
791 il_dbgfs_disable_ht40_write(struct file *file, const char __user *user_buf, in il_dbgfs_disable_ht40_write() argument
801 if (copy_from_user(buf, user_buf, buf_size)) in il_dbgfs_disable_ht40_write()
817 il_dbgfs_disable_ht40_read(struct file *file, char __user *user_buf, in il_dbgfs_disable_ht40_read() argument
828 return simple_read_from_buffer(user_buf, count, ppos, buf, pos); in il_dbgfs_disable_ht40_read()
841 il_dbgfs_tx_queue_read(struct file *file, char __user *user_buf, size_t count, in il_dbgfs_tx_queue_read() argument
882 ret = simple_read_from_buffer(user_buf, count, ppos, buf, pos); in il_dbgfs_tx_queue_read()
888 il_dbgfs_rx_queue_read(struct file *file, char __user *user_buf, size_t count, in il_dbgfs_rx_queue_read() argument
913 return simple_read_from_buffer(user_buf, count, ppos, buf, pos); in il_dbgfs_rx_queue_read()
917 il_dbgfs_ucode_rx_stats_read(struct file *file, char __user *user_buf, in il_dbgfs_ucode_rx_stats_read() argument
922 return il->debugfs_ops->rx_stats_read(file, user_buf, count, ppos); in il_dbgfs_ucode_rx_stats_read()
926 il_dbgfs_ucode_tx_stats_read(struct file *file, char __user *user_buf, in il_dbgfs_ucode_tx_stats_read() argument
931 return il->debugfs_ops->tx_stats_read(file, user_buf, count, ppos); in il_dbgfs_ucode_tx_stats_read()
935 il_dbgfs_ucode_general_stats_read(struct file *file, char __user *user_buf, in il_dbgfs_ucode_general_stats_read() argument
940 return il->debugfs_ops->general_stats_read(file, user_buf, count, ppos); in il_dbgfs_ucode_general_stats_read()
944 il_dbgfs_sensitivity_read(struct file *file, char __user *user_buf, in il_dbgfs_sensitivity_read() argument
1037 ret = simple_read_from_buffer(user_buf, count, ppos, buf, pos); in il_dbgfs_sensitivity_read()
1043 il_dbgfs_chain_noise_read(struct file *file, char __user *user_buf, in il_dbgfs_chain_noise_read() argument
1108 ret = simple_read_from_buffer(user_buf, count, ppos, buf, pos); in il_dbgfs_chain_noise_read()
1114 il_dbgfs_power_save_status_read(struct file *file, char __user *user_buf, in il_dbgfs_power_save_status_read() argument
1134 return simple_read_from_buffer(user_buf, count, ppos, buf, pos); in il_dbgfs_power_save_status_read()
1139 const char __user *user_buf, size_t count, in il_dbgfs_clear_ucode_stats_write() argument
1149 if (copy_from_user(buf, user_buf, buf_size)) in il_dbgfs_clear_ucode_stats_write()
1163 il_dbgfs_rxon_flags_read(struct file *file, char __user *user_buf, in il_dbgfs_rxon_flags_read() argument
1172 return simple_read_from_buffer(user_buf, count, ppos, buf, len); in il_dbgfs_rxon_flags_read()
1176 il_dbgfs_rxon_filter_flags_read(struct file *file, char __user *user_buf, in il_dbgfs_rxon_filter_flags_read() argument
1186 return simple_read_from_buffer(user_buf, count, ppos, buf, len); in il_dbgfs_rxon_filter_flags_read()
1190 il_dbgfs_fh_reg_read(struct file *file, char __user *user_buf, size_t count, in il_dbgfs_fh_reg_read() argument
1202 simple_read_from_buffer(user_buf, count, ppos, buf, in il_dbgfs_fh_reg_read()
1212 il_dbgfs_missed_beacon_read(struct file *file, char __user *user_buf, in il_dbgfs_missed_beacon_read() argument
1225 return simple_read_from_buffer(user_buf, count, ppos, buf, pos); in il_dbgfs_missed_beacon_read()
1229 il_dbgfs_missed_beacon_write(struct file *file, const char __user *user_buf, in il_dbgfs_missed_beacon_write() argument
1239 if (copy_from_user(buf, user_buf, buf_size)) in il_dbgfs_missed_beacon_write()
1254 il_dbgfs_force_reset_read(struct file *file, char __user *user_buf, in il_dbgfs_force_reset_read() argument
1281 return simple_read_from_buffer(user_buf, count, ppos, buf, pos); in il_dbgfs_force_reset_read()
1285 il_dbgfs_force_reset_write(struct file *file, const char __user *user_buf, in il_dbgfs_force_reset_write() argument
1298 il_dbgfs_wd_timeout_write(struct file *file, const char __user *user_buf, in il_dbgfs_wd_timeout_write() argument
1309 if (copy_from_user(buf, user_buf, buf_size)) in il_dbgfs_wd_timeout_write()