Lines Matching refs:ppos
200 size_t count, loff_t *ppos) in ath10k_read_wmi_services() argument
239 ret_cnt = simple_read_from_buffer(user_buf, count, ppos, buf, len); in ath10k_read_wmi_services()
468 size_t count, loff_t *ppos) in ath10k_fw_stats_read() argument
473 return simple_read_from_buffer(user_buf, count, ppos, buf, len); in ath10k_fw_stats_read()
486 size_t count, loff_t *ppos) in ath10k_debug_fw_reset_stats_read() argument
511 ret = simple_read_from_buffer(user_buf, count, ppos, buf, len); in ath10k_debug_fw_reset_stats_read()
547 size_t count, loff_t *ppos) in ath10k_read_simulate_fw_crash() argument
556 return simple_read_from_buffer(user_buf, count, ppos, buf, strlen(buf)); in ath10k_read_simulate_fw_crash()
568 size_t count, loff_t *ppos) in ath10k_write_simulate_fw_crash() argument
576 simple_write_to_buffer(buf, sizeof(buf) - 1, ppos, user_buf, count); in ath10k_write_simulate_fw_crash()
637 size_t count, loff_t *ppos) in ath10k_read_chip_id() argument
645 return simple_read_from_buffer(user_buf, count, ppos, buf, len); in ath10k_read_chip_id()
762 size_t count, loff_t *ppos) in ath10k_fw_crash_dump_read() argument
766 return simple_read_from_buffer(user_buf, count, ppos, in ath10k_fw_crash_dump_read()
789 size_t count, loff_t *ppos) in ath10k_reg_addr_read() argument
802 return simple_read_from_buffer(user_buf, count, ppos, buf, len); in ath10k_reg_addr_read()
807 size_t count, loff_t *ppos) in ath10k_reg_addr_write() argument
837 size_t count, loff_t *ppos) in ath10k_reg_value_read() argument
858 ret = simple_read_from_buffer(user_buf, count, ppos, buf, len); in ath10k_reg_value_read()
868 size_t count, loff_t *ppos) in ath10k_reg_value_write() argument
908 size_t count, loff_t *ppos) in ath10k_mem_value_read() argument
914 if (*ppos < 0) in ath10k_mem_value_read()
934 ret = ath10k_hif_diag_read(ar, *ppos, buf, count); in ath10k_mem_value_read()
937 (u32)(*ppos), ret); in ath10k_mem_value_read()
948 *ppos += count; in ath10k_mem_value_read()
960 size_t count, loff_t *ppos) in ath10k_mem_value_write() argument
966 if (*ppos < 0) in ath10k_mem_value_write()
992 ret = ath10k_hif_diag_write(ar, *ppos, buf, count); in ath10k_mem_value_write()
995 (u32)(*ppos), ret); in ath10k_mem_value_write()
999 *ppos += count; in ath10k_mem_value_write()
1060 size_t count, loff_t *ppos) in ath10k_read_htt_stats_mask() argument
1068 return simple_read_from_buffer(user_buf, count, ppos, buf, len); in ath10k_read_htt_stats_mask()
1073 size_t count, loff_t *ppos) in ath10k_write_htt_stats_mask() argument
1113 size_t count, loff_t *ppos) in ath10k_read_htt_max_amsdu_ampdu() argument
1128 return simple_read_from_buffer(user_buf, count, ppos, buf, len); in ath10k_read_htt_max_amsdu_ampdu()
1133 size_t count, loff_t *ppos) in ath10k_write_htt_max_amsdu_ampdu() argument
1140 simple_write_to_buffer(buf, sizeof(buf) - 1, ppos, user_buf, count); in ath10k_write_htt_max_amsdu_ampdu()
1175 size_t count, loff_t *ppos) in ath10k_read_fw_dbglog() argument
1184 return simple_read_from_buffer(user_buf, count, ppos, buf, len); in ath10k_read_fw_dbglog()
1189 size_t count, loff_t *ppos) in ath10k_write_fw_dbglog() argument
1196 simple_write_to_buffer(buf, sizeof(buf) - 1, ppos, user_buf, count); in ath10k_write_fw_dbglog()
1455 size_t count, loff_t *ppos) in ath10k_debug_cal_data_read() argument
1459 return simple_read_from_buffer(user_buf, count, ppos, in ath10k_debug_cal_data_read()
1473 size_t count, loff_t *ppos) in ath10k_write_ani_enable() argument
1506 size_t count, loff_t *ppos) in ath10k_read_ani_enable() argument
1515 return simple_read_from_buffer(user_buf, count, ppos, buf, len); in ath10k_read_ani_enable()
1536 size_t count, loff_t *ppos) in ath10k_read_nf_cal_period() argument
1545 return simple_read_from_buffer(user_buf, count, ppos, buf, len); in ath10k_read_nf_cal_period()
1550 size_t count, loff_t *ppos) in ath10k_write_nf_cal_period() argument
1812 size_t count, loff_t *ppos) in ath10k_tpc_stats_read() argument
1817 return simple_read_from_buffer(user_buf, count, ppos, buf, len); in ath10k_tpc_stats_read()
1892 size_t count, loff_t *ppos) in ath10k_write_simulate_radar() argument
1917 size_t count, loff_t *ppos) in ath10k_read_dfs_stats() argument
1957 retval = simple_read_from_buffer(user_buf, count, ppos, buf, len); in ath10k_read_dfs_stats()
1972 size_t count, loff_t *ppos) in ath10k_write_pktlog_filter() argument
2018 size_t count, loff_t *ppos) in ath10k_read_pktlog_filter() argument
2029 return simple_read_from_buffer(ubuf, count, ppos, buf, len); in ath10k_read_pktlog_filter()
2040 size_t count, loff_t *ppos) in ath10k_write_quiet_period() argument
2062 size_t count, loff_t *ppos) in ath10k_read_quiet_period() argument
2073 return simple_read_from_buffer(ubuf, count, ppos, buf, len); in ath10k_read_quiet_period()