Lines Matching refs:ppos

182 					size_t count, loff_t *ppos)  in ath10k_read_wmi_services()  argument
221 ret_cnt = simple_read_from_buffer(user_buf, count, ppos, buf, len); in ath10k_read_wmi_services()
704 size_t count, loff_t *ppos) in ath10k_fw_stats_read() argument
709 return simple_read_from_buffer(user_buf, count, ppos, buf, len); in ath10k_fw_stats_read()
722 size_t count, loff_t *ppos) in ath10k_debug_fw_reset_stats_read() argument
747 ret = simple_read_from_buffer(user_buf, count, ppos, buf, len); in ath10k_debug_fw_reset_stats_read()
783 size_t count, loff_t *ppos) in ath10k_read_simulate_fw_crash() argument
792 return simple_read_from_buffer(user_buf, count, ppos, buf, strlen(buf)); in ath10k_read_simulate_fw_crash()
804 size_t count, loff_t *ppos) in ath10k_write_simulate_fw_crash() argument
812 simple_write_to_buffer(buf, sizeof(buf) - 1, ppos, user_buf, count); in ath10k_write_simulate_fw_crash()
873 size_t count, loff_t *ppos) in ath10k_read_chip_id() argument
881 return simple_read_from_buffer(user_buf, count, ppos, buf, len); in ath10k_read_chip_id()
998 size_t count, loff_t *ppos) in ath10k_fw_crash_dump_read() argument
1002 return simple_read_from_buffer(user_buf, count, ppos, in ath10k_fw_crash_dump_read()
1025 size_t count, loff_t *ppos) in ath10k_reg_addr_read() argument
1038 return simple_read_from_buffer(user_buf, count, ppos, buf, len); in ath10k_reg_addr_read()
1043 size_t count, loff_t *ppos) in ath10k_reg_addr_write() argument
1073 size_t count, loff_t *ppos) in ath10k_reg_value_read() argument
1094 ret = simple_read_from_buffer(user_buf, count, ppos, buf, len); in ath10k_reg_value_read()
1104 size_t count, loff_t *ppos) in ath10k_reg_value_write() argument
1144 size_t count, loff_t *ppos) in ath10k_mem_value_read() argument
1150 if (*ppos < 0) in ath10k_mem_value_read()
1170 ret = ath10k_hif_diag_read(ar, *ppos, buf, count); in ath10k_mem_value_read()
1173 (u32)(*ppos), ret); in ath10k_mem_value_read()
1184 *ppos += count; in ath10k_mem_value_read()
1196 size_t count, loff_t *ppos) in ath10k_mem_value_write() argument
1202 if (*ppos < 0) in ath10k_mem_value_write()
1228 ret = ath10k_hif_diag_write(ar, *ppos, buf, count); in ath10k_mem_value_write()
1231 (u32)(*ppos), ret); in ath10k_mem_value_write()
1235 *ppos += count; in ath10k_mem_value_write()
1296 size_t count, loff_t *ppos) in ath10k_read_htt_stats_mask() argument
1304 return simple_read_from_buffer(user_buf, count, ppos, buf, len); in ath10k_read_htt_stats_mask()
1309 size_t count, loff_t *ppos) in ath10k_write_htt_stats_mask() argument
1349 size_t count, loff_t *ppos) in ath10k_read_htt_max_amsdu_ampdu() argument
1368 return simple_read_from_buffer(user_buf, count, ppos, buf, len); in ath10k_read_htt_max_amsdu_ampdu()
1373 size_t count, loff_t *ppos) in ath10k_write_htt_max_amsdu_ampdu() argument
1380 simple_write_to_buffer(buf, sizeof(buf) - 1, ppos, user_buf, count); in ath10k_write_htt_max_amsdu_ampdu()
1415 size_t count, loff_t *ppos) in ath10k_read_fw_dbglog() argument
1424 return simple_read_from_buffer(user_buf, count, ppos, buf, len); in ath10k_read_fw_dbglog()
1429 size_t count, loff_t *ppos) in ath10k_write_fw_dbglog() argument
1436 simple_write_to_buffer(buf, sizeof(buf) - 1, ppos, user_buf, count); in ath10k_write_fw_dbglog()
1695 size_t count, loff_t *ppos) in ath10k_debug_cal_data_read() argument
1699 return simple_read_from_buffer(user_buf, count, ppos, in ath10k_debug_cal_data_read()
1721 size_t count, loff_t *ppos) in ath10k_read_nf_cal_period() argument
1730 return simple_read_from_buffer(user_buf, count, ppos, buf, len); in ath10k_read_nf_cal_period()
1735 size_t count, loff_t *ppos) in ath10k_write_nf_cal_period() argument
1853 size_t count, loff_t *ppos) in ath10k_write_simulate_radar() argument
1878 size_t count, loff_t *ppos) in ath10k_read_dfs_stats() argument
1918 retval = simple_read_from_buffer(user_buf, count, ppos, buf, len); in ath10k_read_dfs_stats()
1933 size_t count, loff_t *ppos) in ath10k_write_pktlog_filter() argument
1979 size_t count, loff_t *ppos) in ath10k_read_pktlog_filter() argument
1990 return simple_read_from_buffer(ubuf, count, ppos, buf, len); in ath10k_read_pktlog_filter()