Lines Matching refs:user_buf

124 					char __user *user_buf,          \
129 const char __user *user_buf, \
200 il_dbgfs_tx_stats_read(struct file *file, char __user *user_buf, size_t count, in il_dbgfs_tx_stats_read() argument
234 ret = simple_read_from_buffer(user_buf, count, ppos, buf, pos); in il_dbgfs_tx_stats_read()
241 const char __user *user_buf, size_t count, in il_dbgfs_clear_traffic_stats_write() argument
251 if (copy_from_user(buf, user_buf, buf_size)) in il_dbgfs_clear_traffic_stats_write()
261 il_dbgfs_rx_stats_read(struct file *file, char __user *user_buf, size_t count, in il_dbgfs_rx_stats_read() argument
296 ret = simple_read_from_buffer(user_buf, count, ppos, buf, pos); in il_dbgfs_rx_stats_read()
305 il_dbgfs_sram_read(struct file *file, char __user *user_buf, size_t count, in il_dbgfs_sram_read() argument
358 ret = simple_read_from_buffer(user_buf, count, ppos, buf, pos); in il_dbgfs_sram_read()
364 il_dbgfs_sram_write(struct file *file, const char __user *user_buf, in il_dbgfs_sram_write() argument
374 if (copy_from_user(buf, user_buf, buf_size)) in il_dbgfs_sram_write()
389 il_dbgfs_stations_read(struct file *file, char __user *user_buf, size_t count, in il_dbgfs_stations_read() argument
447 ret = simple_read_from_buffer(user_buf, count, ppos, buf, pos); in il_dbgfs_stations_read()
453 il_dbgfs_nvm_read(struct file *file, char __user *user_buf, size_t count, in il_dbgfs_nvm_read() argument
491 ret = simple_read_from_buffer(user_buf, count, ppos, buf, pos); in il_dbgfs_nvm_read()
497 il_dbgfs_channels_read(struct file *file, char __user *user_buf, size_t count, in il_dbgfs_channels_read() argument
570 ret = simple_read_from_buffer(user_buf, count, ppos, buf, pos); in il_dbgfs_channels_read()
576 il_dbgfs_status_read(struct file *file, char __user *user_buf, size_t count, in il_dbgfs_status_read() argument
633 return simple_read_from_buffer(user_buf, count, ppos, buf, pos); in il_dbgfs_status_read()
637 il_dbgfs_interrupt_read(struct file *file, char __user *user_buf, size_t count, in il_dbgfs_interrupt_read() argument
710 ret = simple_read_from_buffer(user_buf, count, ppos, buf, pos); in il_dbgfs_interrupt_read()
716 il_dbgfs_interrupt_write(struct file *file, const char __user *user_buf, in il_dbgfs_interrupt_write() argument
726 if (copy_from_user(buf, user_buf, buf_size)) in il_dbgfs_interrupt_write()
737 il_dbgfs_qos_read(struct file *file, char __user *user_buf, size_t count, in il_dbgfs_qos_read() argument
758 return simple_read_from_buffer(user_buf, count, ppos, buf, pos); in il_dbgfs_qos_read()
762 il_dbgfs_disable_ht40_write(struct file *file, const char __user *user_buf, in il_dbgfs_disable_ht40_write() argument
772 if (copy_from_user(buf, user_buf, buf_size)) in il_dbgfs_disable_ht40_write()
788 il_dbgfs_disable_ht40_read(struct file *file, char __user *user_buf, in il_dbgfs_disable_ht40_read() argument
799 return simple_read_from_buffer(user_buf, count, ppos, buf, pos); in il_dbgfs_disable_ht40_read()
812 il_dbgfs_tx_queue_read(struct file *file, char __user *user_buf, size_t count, in il_dbgfs_tx_queue_read() argument
853 ret = simple_read_from_buffer(user_buf, count, ppos, buf, pos); in il_dbgfs_tx_queue_read()
859 il_dbgfs_rx_queue_read(struct file *file, char __user *user_buf, size_t count, in il_dbgfs_rx_queue_read() argument
884 return simple_read_from_buffer(user_buf, count, ppos, buf, pos); in il_dbgfs_rx_queue_read()
888 il_dbgfs_ucode_rx_stats_read(struct file *file, char __user *user_buf, in il_dbgfs_ucode_rx_stats_read() argument
893 return il->debugfs_ops->rx_stats_read(file, user_buf, count, ppos); in il_dbgfs_ucode_rx_stats_read()
897 il_dbgfs_ucode_tx_stats_read(struct file *file, char __user *user_buf, in il_dbgfs_ucode_tx_stats_read() argument
902 return il->debugfs_ops->tx_stats_read(file, user_buf, count, ppos); in il_dbgfs_ucode_tx_stats_read()
906 il_dbgfs_ucode_general_stats_read(struct file *file, char __user *user_buf, in il_dbgfs_ucode_general_stats_read() argument
911 return il->debugfs_ops->general_stats_read(file, user_buf, count, ppos); in il_dbgfs_ucode_general_stats_read()
915 il_dbgfs_sensitivity_read(struct file *file, char __user *user_buf, in il_dbgfs_sensitivity_read() argument
1008 ret = simple_read_from_buffer(user_buf, count, ppos, buf, pos); in il_dbgfs_sensitivity_read()
1014 il_dbgfs_chain_noise_read(struct file *file, char __user *user_buf, in il_dbgfs_chain_noise_read() argument
1079 ret = simple_read_from_buffer(user_buf, count, ppos, buf, pos); in il_dbgfs_chain_noise_read()
1085 il_dbgfs_power_save_status_read(struct file *file, char __user *user_buf, in il_dbgfs_power_save_status_read() argument
1105 return simple_read_from_buffer(user_buf, count, ppos, buf, pos); in il_dbgfs_power_save_status_read()
1110 const char __user *user_buf, size_t count, in il_dbgfs_clear_ucode_stats_write() argument
1120 if (copy_from_user(buf, user_buf, buf_size)) in il_dbgfs_clear_ucode_stats_write()
1134 il_dbgfs_rxon_flags_read(struct file *file, char __user *user_buf, in il_dbgfs_rxon_flags_read() argument
1143 return simple_read_from_buffer(user_buf, count, ppos, buf, len); in il_dbgfs_rxon_flags_read()
1147 il_dbgfs_rxon_filter_flags_read(struct file *file, char __user *user_buf, in il_dbgfs_rxon_filter_flags_read() argument
1157 return simple_read_from_buffer(user_buf, count, ppos, buf, len); in il_dbgfs_rxon_filter_flags_read()
1161 il_dbgfs_fh_reg_read(struct file *file, char __user *user_buf, size_t count, in il_dbgfs_fh_reg_read() argument
1173 simple_read_from_buffer(user_buf, count, ppos, buf, in il_dbgfs_fh_reg_read()
1183 il_dbgfs_missed_beacon_read(struct file *file, char __user *user_buf, in il_dbgfs_missed_beacon_read() argument
1196 return simple_read_from_buffer(user_buf, count, ppos, buf, pos); in il_dbgfs_missed_beacon_read()
1200 il_dbgfs_missed_beacon_write(struct file *file, const char __user *user_buf, in il_dbgfs_missed_beacon_write() argument
1210 if (copy_from_user(buf, user_buf, buf_size)) in il_dbgfs_missed_beacon_write()
1225 il_dbgfs_force_reset_read(struct file *file, char __user *user_buf, in il_dbgfs_force_reset_read() argument
1252 return simple_read_from_buffer(user_buf, count, ppos, buf, pos); in il_dbgfs_force_reset_read()
1256 il_dbgfs_force_reset_write(struct file *file, const char __user *user_buf, in il_dbgfs_force_reset_write() argument
1269 il_dbgfs_wd_timeout_write(struct file *file, const char __user *user_buf, in il_dbgfs_wd_timeout_write() argument
1280 if (copy_from_user(buf, user_buf, buf_size)) in il_dbgfs_wd_timeout_write()