Lines Matching refs:user_buf

152 					char __user *user_buf,  in ath10k_read_wmi_services()  argument
189 ret_cnt = simple_read_from_buffer(user_buf, count, ppos, buf, len); in ath10k_read_wmi_services()
445 static ssize_t ath10k_fw_stats_read(struct file *file, char __user *user_buf, in ath10k_fw_stats_read() argument
451 return simple_read_from_buffer(user_buf, count, ppos, buf, len); in ath10k_fw_stats_read()
463 char __user *user_buf, in ath10k_debug_fw_reset_stats_read() argument
488 ret = simple_read_from_buffer(user_buf, count, ppos, buf, len); in ath10k_debug_fw_reset_stats_read()
523 char __user *user_buf, in ath10k_read_simulate_fw_crash() argument
533 return simple_read_from_buffer(user_buf, count, ppos, buf, strlen(buf)); in ath10k_read_simulate_fw_crash()
544 const char __user *user_buf, in ath10k_write_simulate_fw_crash() argument
556 rc = simple_write_to_buffer(buf, sizeof(buf) - 1, ppos, user_buf, count); in ath10k_write_simulate_fw_crash()
615 static ssize_t ath10k_read_chip_id(struct file *file, char __user *user_buf, in ath10k_read_chip_id() argument
624 return simple_read_from_buffer(user_buf, count, ppos, buf, len); in ath10k_read_chip_id()
635 char __user *user_buf, in ath10k_reg_addr_read() argument
649 return simple_read_from_buffer(user_buf, count, ppos, buf, len); in ath10k_reg_addr_read()
653 const char __user *user_buf, in ath10k_reg_addr_write() argument
660 ret = kstrtou32_from_user(user_buf, count, 0, &reg_addr); in ath10k_reg_addr_write()
683 char __user *user_buf, in ath10k_reg_value_read() argument
705 ret = simple_read_from_buffer(user_buf, count, ppos, buf, len); in ath10k_reg_value_read()
714 const char __user *user_buf, in ath10k_reg_value_write() argument
731 ret = kstrtou32_from_user(user_buf, count, 0, &reg_val); in ath10k_reg_value_write()
754 char __user *user_buf, in ath10k_mem_value_read() argument
788 ret = copy_to_user(user_buf, buf, count); in ath10k_mem_value_read()
806 const char __user *user_buf, in ath10k_mem_value_write() argument
833 ret = copy_from_user(buf, user_buf, count); in ath10k_mem_value_write()
906 char __user *user_buf, in ath10k_read_htt_stats_mask() argument
915 return simple_read_from_buffer(user_buf, count, ppos, buf, len); in ath10k_read_htt_stats_mask()
919 const char __user *user_buf, in ath10k_write_htt_stats_mask() argument
926 ret = kstrtoul_from_user(user_buf, count, 0, &mask); in ath10k_write_htt_stats_mask()
959 char __user *user_buf, in ath10k_read_htt_max_amsdu_ampdu() argument
975 return simple_read_from_buffer(user_buf, count, ppos, buf, len); in ath10k_read_htt_max_amsdu_ampdu()
979 const char __user *user_buf, in ath10k_write_htt_max_amsdu_ampdu() argument
988 user_buf, count); in ath10k_write_htt_max_amsdu_ampdu()
1021 char __user *user_buf, in ath10k_read_fw_dbglog() argument
1031 return simple_read_from_buffer(user_buf, count, ppos, buf, len); in ath10k_read_fw_dbglog()
1035 const char __user *user_buf, in ath10k_write_fw_dbglog() argument
1045 user_buf, count); in ath10k_write_fw_dbglog()
1302 char __user *user_buf, in ath10k_debug_cal_data_read() argument
1309 count = simple_read_from_buffer(user_buf, count, ppos, in ath10k_debug_cal_data_read()
1319 const char __user *user_buf, in ath10k_write_ani_enable() argument
1326 if (kstrtou8_from_user(user_buf, count, 0, &enable)) in ath10k_write_ani_enable()
1352 static ssize_t ath10k_read_ani_enable(struct file *file, char __user *user_buf, in ath10k_read_ani_enable() argument
1361 return simple_read_from_buffer(user_buf, count, ppos, buf, len); in ath10k_read_ani_enable()
1380 char __user *user_buf, in ath10k_read_nf_cal_period() argument
1389 return simple_read_from_buffer(user_buf, count, ppos, buf, len); in ath10k_read_nf_cal_period()
1393 const char __user *user_buf, in ath10k_write_nf_cal_period() argument
1400 ret = kstrtoul_from_user(user_buf, count, 0, &period); in ath10k_write_nf_cal_period()
1676 static ssize_t ath10k_tpc_stats_read(struct file *file, char __user *user_buf, in ath10k_tpc_stats_read() argument
1682 return simple_read_from_buffer(user_buf, count, ppos, buf, len); in ath10k_tpc_stats_read()
1763 const char __user *user_buf, in ath10k_write_simulate_radar() argument
1797 static ssize_t ath10k_read_dfs_stats(struct file *file, char __user *user_buf, in ath10k_read_dfs_stats() argument
1838 retval = simple_read_from_buffer(user_buf, count, ppos, buf, len); in ath10k_read_dfs_stats()
2172 char __user *user_buf, in ath10k_debug_fw_checksums_read() argument
2211 ret_cnt = simple_read_from_buffer(user_buf, count, ppos, buf, len); in ath10k_debug_fw_checksums_read()
2227 char __user *user_buf, in ath10k_sta_tid_stats_mask_read() argument
2235 return simple_read_from_buffer(user_buf, count, ppos, buf, len); in ath10k_sta_tid_stats_mask_read()
2239 const char __user *user_buf, in ath10k_sta_tid_stats_mask_write() argument
2248 if (copy_from_user(buf, user_buf, len)) in ath10k_sta_tid_stats_mask_write()
2340 char __user *user_buf, in ath10k_tpc_stats_final_read() argument
2346 return simple_read_from_buffer(user_buf, count, ppos, buf, len); in ath10k_tpc_stats_final_read()
2358 const char __user *user_buf, in ath10k_write_warm_hw_reset() argument
2365 if (kstrtobool_from_user(user_buf, count, &val)) in ath10k_write_warm_hw_reset()
2412 const char __user *user_buf, in ath10k_write_ps_state_enable() argument
2420 if (kstrtou8_from_user(user_buf, count, 0, &ps_state_enable)) in ath10k_write_ps_state_enable()
2456 char __user *user_buf, in ath10k_read_ps_state_enable() argument
2468 return simple_read_from_buffer(user_buf, count, ppos, buf, len); in ath10k_read_ps_state_enable()
2480 const char __user *user_buf, in ath10k_write_reset_htt_stats() argument
2487 ret = kstrtoul_from_user(user_buf, count, 0, &reset); in ath10k_write_reset_htt_stats()