Lines Matching refs:user_buf

155 					char __user *user_buf,          \
160 const char __user *user_buf, \
231 il_dbgfs_tx_stats_read(struct file *file, char __user *user_buf, size_t count, in il_dbgfs_tx_stats_read() argument
265 ret = simple_read_from_buffer(user_buf, count, ppos, buf, pos); in il_dbgfs_tx_stats_read()
272 const char __user *user_buf, size_t count, in il_dbgfs_clear_traffic_stats_write() argument
282 if (copy_from_user(buf, user_buf, buf_size)) in il_dbgfs_clear_traffic_stats_write()
292 il_dbgfs_rx_stats_read(struct file *file, char __user *user_buf, size_t count, in il_dbgfs_rx_stats_read() argument
327 ret = simple_read_from_buffer(user_buf, count, ppos, buf, pos); in il_dbgfs_rx_stats_read()
336 il_dbgfs_sram_read(struct file *file, char __user *user_buf, size_t count, in il_dbgfs_sram_read() argument
389 ret = simple_read_from_buffer(user_buf, count, ppos, buf, pos); in il_dbgfs_sram_read()
395 il_dbgfs_sram_write(struct file *file, const char __user *user_buf, in il_dbgfs_sram_write() argument
405 if (copy_from_user(buf, user_buf, buf_size)) in il_dbgfs_sram_write()
420 il_dbgfs_stations_read(struct file *file, char __user *user_buf, size_t count, in il_dbgfs_stations_read() argument
478 ret = simple_read_from_buffer(user_buf, count, ppos, buf, pos); in il_dbgfs_stations_read()
484 il_dbgfs_nvm_read(struct file *file, char __user *user_buf, size_t count, in il_dbgfs_nvm_read() argument
526 ret = simple_read_from_buffer(user_buf, count, ppos, buf, pos); in il_dbgfs_nvm_read()
532 il_dbgfs_channels_read(struct file *file, char __user *user_buf, size_t count, in il_dbgfs_channels_read() argument
605 ret = simple_read_from_buffer(user_buf, count, ppos, buf, pos); in il_dbgfs_channels_read()
611 il_dbgfs_status_read(struct file *file, char __user *user_buf, size_t count, in il_dbgfs_status_read() argument
668 return simple_read_from_buffer(user_buf, count, ppos, buf, pos); in il_dbgfs_status_read()
672 il_dbgfs_interrupt_read(struct file *file, char __user *user_buf, size_t count, in il_dbgfs_interrupt_read() argument
745 ret = simple_read_from_buffer(user_buf, count, ppos, buf, pos); in il_dbgfs_interrupt_read()
751 il_dbgfs_interrupt_write(struct file *file, const char __user *user_buf, in il_dbgfs_interrupt_write() argument
761 if (copy_from_user(buf, user_buf, buf_size)) in il_dbgfs_interrupt_write()
772 il_dbgfs_qos_read(struct file *file, char __user *user_buf, size_t count, in il_dbgfs_qos_read() argument
793 return simple_read_from_buffer(user_buf, count, ppos, buf, pos); in il_dbgfs_qos_read()
797 il_dbgfs_disable_ht40_write(struct file *file, const char __user *user_buf, in il_dbgfs_disable_ht40_write() argument
807 if (copy_from_user(buf, user_buf, buf_size)) in il_dbgfs_disable_ht40_write()
823 il_dbgfs_disable_ht40_read(struct file *file, char __user *user_buf, in il_dbgfs_disable_ht40_read() argument
834 return simple_read_from_buffer(user_buf, count, ppos, buf, pos); in il_dbgfs_disable_ht40_read()
847 il_dbgfs_tx_queue_read(struct file *file, char __user *user_buf, size_t count, in il_dbgfs_tx_queue_read() argument
888 ret = simple_read_from_buffer(user_buf, count, ppos, buf, pos); in il_dbgfs_tx_queue_read()
894 il_dbgfs_rx_queue_read(struct file *file, char __user *user_buf, size_t count, in il_dbgfs_rx_queue_read() argument
919 return simple_read_from_buffer(user_buf, count, ppos, buf, pos); in il_dbgfs_rx_queue_read()
923 il_dbgfs_ucode_rx_stats_read(struct file *file, char __user *user_buf, in il_dbgfs_ucode_rx_stats_read() argument
928 return il->debugfs_ops->rx_stats_read(file, user_buf, count, ppos); in il_dbgfs_ucode_rx_stats_read()
932 il_dbgfs_ucode_tx_stats_read(struct file *file, char __user *user_buf, in il_dbgfs_ucode_tx_stats_read() argument
937 return il->debugfs_ops->tx_stats_read(file, user_buf, count, ppos); in il_dbgfs_ucode_tx_stats_read()
941 il_dbgfs_ucode_general_stats_read(struct file *file, char __user *user_buf, in il_dbgfs_ucode_general_stats_read() argument
946 return il->debugfs_ops->general_stats_read(file, user_buf, count, ppos); in il_dbgfs_ucode_general_stats_read()
950 il_dbgfs_sensitivity_read(struct file *file, char __user *user_buf, in il_dbgfs_sensitivity_read() argument
1043 ret = simple_read_from_buffer(user_buf, count, ppos, buf, pos); in il_dbgfs_sensitivity_read()
1049 il_dbgfs_chain_noise_read(struct file *file, char __user *user_buf, in il_dbgfs_chain_noise_read() argument
1114 ret = simple_read_from_buffer(user_buf, count, ppos, buf, pos); in il_dbgfs_chain_noise_read()
1120 il_dbgfs_power_save_status_read(struct file *file, char __user *user_buf, in il_dbgfs_power_save_status_read() argument
1140 return simple_read_from_buffer(user_buf, count, ppos, buf, pos); in il_dbgfs_power_save_status_read()
1145 const char __user *user_buf, size_t count, in il_dbgfs_clear_ucode_stats_write() argument
1155 if (copy_from_user(buf, user_buf, buf_size)) in il_dbgfs_clear_ucode_stats_write()
1169 il_dbgfs_rxon_flags_read(struct file *file, char __user *user_buf, in il_dbgfs_rxon_flags_read() argument
1178 return simple_read_from_buffer(user_buf, count, ppos, buf, len); in il_dbgfs_rxon_flags_read()
1182 il_dbgfs_rxon_filter_flags_read(struct file *file, char __user *user_buf, in il_dbgfs_rxon_filter_flags_read() argument
1192 return simple_read_from_buffer(user_buf, count, ppos, buf, len); in il_dbgfs_rxon_filter_flags_read()
1196 il_dbgfs_fh_reg_read(struct file *file, char __user *user_buf, size_t count, in il_dbgfs_fh_reg_read() argument
1208 simple_read_from_buffer(user_buf, count, ppos, buf, in il_dbgfs_fh_reg_read()
1218 il_dbgfs_missed_beacon_read(struct file *file, char __user *user_buf, in il_dbgfs_missed_beacon_read() argument
1231 return simple_read_from_buffer(user_buf, count, ppos, buf, pos); in il_dbgfs_missed_beacon_read()
1235 il_dbgfs_missed_beacon_write(struct file *file, const char __user *user_buf, in il_dbgfs_missed_beacon_write() argument
1245 if (copy_from_user(buf, user_buf, buf_size)) in il_dbgfs_missed_beacon_write()
1260 il_dbgfs_force_reset_read(struct file *file, char __user *user_buf, in il_dbgfs_force_reset_read() argument
1287 return simple_read_from_buffer(user_buf, count, ppos, buf, pos); in il_dbgfs_force_reset_read()
1291 il_dbgfs_force_reset_write(struct file *file, const char __user *user_buf, in il_dbgfs_force_reset_write() argument
1304 il_dbgfs_wd_timeout_write(struct file *file, const char __user *user_buf, in il_dbgfs_wd_timeout_write() argument
1315 if (copy_from_user(buf, user_buf, buf_size)) in il_dbgfs_wd_timeout_write()