Lines Matching refs:ppos

162 					size_t count, loff_t *ppos)  in ath10k_read_wmi_services()  argument
198 ret_cnt = simple_read_from_buffer(user_buf, count, ppos, buf, len); in ath10k_read_wmi_services()
452 size_t count, loff_t *ppos) in ath10k_fw_stats_read() argument
457 return simple_read_from_buffer(user_buf, count, ppos, buf, len); in ath10k_fw_stats_read()
470 size_t count, loff_t *ppos) in ath10k_debug_fw_reset_stats_read() argument
494 ret = simple_read_from_buffer(user_buf, count, ppos, buf, len); in ath10k_debug_fw_reset_stats_read()
530 size_t count, loff_t *ppos) in ath10k_read_simulate_fw_crash() argument
539 return simple_read_from_buffer(user_buf, count, ppos, buf, strlen(buf)); in ath10k_read_simulate_fw_crash()
551 size_t count, loff_t *ppos) in ath10k_write_simulate_fw_crash() argument
559 if (*ppos != 0 || count >= sizeof(buf) || count == 0) in ath10k_write_simulate_fw_crash()
562 rc = simple_write_to_buffer(buf, sizeof(buf) - 1, ppos, user_buf, count); in ath10k_write_simulate_fw_crash()
567 if (buf[*ppos - 1] == '\n') in ath10k_write_simulate_fw_crash()
568 buf[*ppos - 1] = '\0'; in ath10k_write_simulate_fw_crash()
622 size_t count, loff_t *ppos) in ath10k_read_chip_id() argument
630 return simple_read_from_buffer(user_buf, count, ppos, buf, len); in ath10k_read_chip_id()
642 size_t count, loff_t *ppos) in ath10k_reg_addr_read() argument
655 return simple_read_from_buffer(user_buf, count, ppos, buf, len); in ath10k_reg_addr_read()
660 size_t count, loff_t *ppos) in ath10k_reg_addr_write() argument
690 size_t count, loff_t *ppos) in ath10k_reg_value_read() argument
711 ret = simple_read_from_buffer(user_buf, count, ppos, buf, len); in ath10k_reg_value_read()
721 size_t count, loff_t *ppos) in ath10k_reg_value_write() argument
761 size_t count, loff_t *ppos) in ath10k_mem_value_read() argument
767 if (*ppos < 0) in ath10k_mem_value_read()
787 ret = ath10k_hif_diag_read(ar, *ppos, buf, count); in ath10k_mem_value_read()
790 (u32)(*ppos), ret); in ath10k_mem_value_read()
801 *ppos += count; in ath10k_mem_value_read()
813 size_t count, loff_t *ppos) in ath10k_mem_value_write() argument
819 if (*ppos < 0) in ath10k_mem_value_write()
845 ret = ath10k_hif_diag_write(ar, *ppos, buf, count); in ath10k_mem_value_write()
848 (u32)(*ppos), ret); in ath10k_mem_value_write()
852 *ppos += count; in ath10k_mem_value_write()
913 size_t count, loff_t *ppos) in ath10k_read_htt_stats_mask() argument
921 return simple_read_from_buffer(user_buf, count, ppos, buf, len); in ath10k_read_htt_stats_mask()
926 size_t count, loff_t *ppos) in ath10k_write_htt_stats_mask() argument
966 size_t count, loff_t *ppos) in ath10k_read_htt_max_amsdu_ampdu() argument
981 return simple_read_from_buffer(user_buf, count, ppos, buf, len); in ath10k_read_htt_max_amsdu_ampdu()
986 size_t count, loff_t *ppos) in ath10k_write_htt_max_amsdu_ampdu() argument
993 res = simple_write_to_buffer(buf, sizeof(buf) - 1, ppos, in ath10k_write_htt_max_amsdu_ampdu()
1028 size_t count, loff_t *ppos) in ath10k_read_fw_dbglog() argument
1037 return simple_read_from_buffer(user_buf, count, ppos, buf, len); in ath10k_read_fw_dbglog()
1042 size_t count, loff_t *ppos) in ath10k_write_fw_dbglog() argument
1050 ret = simple_write_to_buffer(buf, sizeof(buf) - 1, ppos, in ath10k_write_fw_dbglog()
1304 size_t count, loff_t *ppos) in ath10k_debug_cal_data_read() argument
1310 count = simple_read_from_buffer(user_buf, count, ppos, in ath10k_debug_cal_data_read()
1321 size_t count, loff_t *ppos) in ath10k_write_ani_enable() argument
1354 size_t count, loff_t *ppos) in ath10k_read_ani_enable() argument
1362 return simple_read_from_buffer(user_buf, count, ppos, buf, len); in ath10k_read_ani_enable()
1382 size_t count, loff_t *ppos) in ath10k_read_nf_cal_period() argument
1390 return simple_read_from_buffer(user_buf, count, ppos, buf, len); in ath10k_read_nf_cal_period()
1395 size_t count, loff_t *ppos) in ath10k_write_nf_cal_period() argument
1678 size_t count, loff_t *ppos) in ath10k_tpc_stats_read() argument
1683 return simple_read_from_buffer(user_buf, count, ppos, buf, len); in ath10k_tpc_stats_read()
1765 size_t count, loff_t *ppos) in ath10k_write_simulate_radar() argument
1799 size_t count, loff_t *ppos) in ath10k_read_dfs_stats() argument
1839 retval = simple_read_from_buffer(user_buf, count, ppos, buf, len); in ath10k_read_dfs_stats()
1854 size_t count, loff_t *ppos) in ath10k_write_pktlog_filter() argument
1900 size_t count, loff_t *ppos) in ath10k_read_pktlog_filter() argument
1911 return simple_read_from_buffer(ubuf, count, ppos, buf, len); in ath10k_read_pktlog_filter()
1922 size_t count, loff_t *ppos) in ath10k_write_quiet_period() argument
1944 size_t count, loff_t *ppos) in ath10k_read_quiet_period() argument
1955 return simple_read_from_buffer(ubuf, count, ppos, buf, len); in ath10k_read_quiet_period()
1966 size_t count, loff_t *ppos) in ath10k_write_btcoex() argument
2025 size_t count, loff_t *ppos) in ath10k_read_btcoex() argument
2036 return simple_read_from_buffer(ubuf, count, ppos, buf, len); in ath10k_read_btcoex()
2047 size_t count, loff_t *ppos) in ath10k_write_peer_stats() argument
2093 size_t count, loff_t *ppos) in ath10k_read_peer_stats() argument
2105 return simple_read_from_buffer(ubuf, count, ppos, buf, len); in ath10k_read_peer_stats()
2116 size_t count, loff_t *ppos) in ath10k_debug_fw_checksums_read() argument
2154 ret_cnt = simple_read_from_buffer(user_buf, count, ppos, buf, len); in ath10k_debug_fw_checksums_read()
2171 size_t count, loff_t *ppos) in ath10k_sta_tid_stats_mask_read() argument
2178 return simple_read_from_buffer(user_buf, count, ppos, buf, len); in ath10k_sta_tid_stats_mask_read()
2183 size_t count, loff_t *ppos) in ath10k_sta_tid_stats_mask_write() argument
2284 size_t count, loff_t *ppos) in ath10k_tpc_stats_final_read() argument
2289 return simple_read_from_buffer(user_buf, count, ppos, buf, len); in ath10k_tpc_stats_final_read()
2302 size_t count, loff_t *ppos) in ath10k_write_warm_hw_reset() argument