Lines Matching refs:ppos

155 					size_t count, loff_t *ppos)  in ath10k_read_wmi_services()  argument
191 ret_cnt = simple_read_from_buffer(user_buf, count, ppos, buf, len); in ath10k_read_wmi_services()
448 size_t count, loff_t *ppos) in ath10k_fw_stats_read() argument
453 return simple_read_from_buffer(user_buf, count, ppos, buf, len); in ath10k_fw_stats_read()
466 size_t count, loff_t *ppos) in ath10k_debug_fw_reset_stats_read() argument
490 ret = simple_read_from_buffer(user_buf, count, ppos, buf, len); in ath10k_debug_fw_reset_stats_read()
526 size_t count, loff_t *ppos) in ath10k_read_simulate_fw_crash() argument
535 return simple_read_from_buffer(user_buf, count, ppos, buf, strlen(buf)); in ath10k_read_simulate_fw_crash()
547 size_t count, loff_t *ppos) in ath10k_write_simulate_fw_crash() argument
555 if (*ppos != 0 || count >= sizeof(buf) || count == 0) in ath10k_write_simulate_fw_crash()
558 rc = simple_write_to_buffer(buf, sizeof(buf) - 1, ppos, user_buf, count); in ath10k_write_simulate_fw_crash()
563 if (buf[*ppos - 1] == '\n') in ath10k_write_simulate_fw_crash()
564 buf[*ppos - 1] = '\0'; in ath10k_write_simulate_fw_crash()
618 size_t count, loff_t *ppos) in ath10k_read_chip_id() argument
626 return simple_read_from_buffer(user_buf, count, ppos, buf, len); in ath10k_read_chip_id()
638 size_t count, loff_t *ppos) in ath10k_reg_addr_read() argument
651 return simple_read_from_buffer(user_buf, count, ppos, buf, len); in ath10k_reg_addr_read()
656 size_t count, loff_t *ppos) in ath10k_reg_addr_write() argument
686 size_t count, loff_t *ppos) in ath10k_reg_value_read() argument
707 ret = simple_read_from_buffer(user_buf, count, ppos, buf, len); in ath10k_reg_value_read()
717 size_t count, loff_t *ppos) in ath10k_reg_value_write() argument
757 size_t count, loff_t *ppos) in ath10k_mem_value_read() argument
763 if (*ppos < 0) in ath10k_mem_value_read()
783 ret = ath10k_hif_diag_read(ar, *ppos, buf, count); in ath10k_mem_value_read()
786 (u32)(*ppos), ret); in ath10k_mem_value_read()
797 *ppos += count; in ath10k_mem_value_read()
809 size_t count, loff_t *ppos) in ath10k_mem_value_write() argument
815 if (*ppos < 0) in ath10k_mem_value_write()
841 ret = ath10k_hif_diag_write(ar, *ppos, buf, count); in ath10k_mem_value_write()
844 (u32)(*ppos), ret); in ath10k_mem_value_write()
848 *ppos += count; in ath10k_mem_value_write()
909 size_t count, loff_t *ppos) in ath10k_read_htt_stats_mask() argument
917 return simple_read_from_buffer(user_buf, count, ppos, buf, len); in ath10k_read_htt_stats_mask()
922 size_t count, loff_t *ppos) in ath10k_write_htt_stats_mask() argument
962 size_t count, loff_t *ppos) in ath10k_read_htt_max_amsdu_ampdu() argument
977 return simple_read_from_buffer(user_buf, count, ppos, buf, len); in ath10k_read_htt_max_amsdu_ampdu()
982 size_t count, loff_t *ppos) in ath10k_write_htt_max_amsdu_ampdu() argument
989 res = simple_write_to_buffer(buf, sizeof(buf) - 1, ppos, in ath10k_write_htt_max_amsdu_ampdu()
1024 size_t count, loff_t *ppos) in ath10k_read_fw_dbglog() argument
1033 return simple_read_from_buffer(user_buf, count, ppos, buf, len); in ath10k_read_fw_dbglog()
1038 size_t count, loff_t *ppos) in ath10k_write_fw_dbglog() argument
1046 ret = simple_write_to_buffer(buf, sizeof(buf) - 1, ppos, in ath10k_write_fw_dbglog()
1305 size_t count, loff_t *ppos) in ath10k_debug_cal_data_read() argument
1311 count = simple_read_from_buffer(user_buf, count, ppos, in ath10k_debug_cal_data_read()
1322 size_t count, loff_t *ppos) in ath10k_write_ani_enable() argument
1355 size_t count, loff_t *ppos) in ath10k_read_ani_enable() argument
1363 return simple_read_from_buffer(user_buf, count, ppos, buf, len); in ath10k_read_ani_enable()
1383 size_t count, loff_t *ppos) in ath10k_read_nf_cal_period() argument
1391 return simple_read_from_buffer(user_buf, count, ppos, buf, len); in ath10k_read_nf_cal_period()
1396 size_t count, loff_t *ppos) in ath10k_write_nf_cal_period() argument
1679 size_t count, loff_t *ppos) in ath10k_tpc_stats_read() argument
1684 return simple_read_from_buffer(user_buf, count, ppos, buf, len); in ath10k_tpc_stats_read()
1766 size_t count, loff_t *ppos) in ath10k_write_simulate_radar() argument
1800 size_t count, loff_t *ppos) in ath10k_read_dfs_stats() argument
1840 retval = simple_read_from_buffer(user_buf, count, ppos, buf, len); in ath10k_read_dfs_stats()
1855 size_t count, loff_t *ppos) in ath10k_write_pktlog_filter() argument
1901 size_t count, loff_t *ppos) in ath10k_read_pktlog_filter() argument
1912 return simple_read_from_buffer(ubuf, count, ppos, buf, len); in ath10k_read_pktlog_filter()
1923 size_t count, loff_t *ppos) in ath10k_write_quiet_period() argument
1945 size_t count, loff_t *ppos) in ath10k_read_quiet_period() argument
1956 return simple_read_from_buffer(ubuf, count, ppos, buf, len); in ath10k_read_quiet_period()
1967 size_t count, loff_t *ppos) in ath10k_write_btcoex() argument
2022 size_t count, loff_t *ppos) in ath10k_read_btcoex() argument
2033 return simple_read_from_buffer(ubuf, count, ppos, buf, len); in ath10k_read_btcoex()
2044 size_t count, loff_t *ppos) in ath10k_write_enable_extd_tx_stats() argument
2076 size_t count, loff_t *ppos) in ath10k_read_enable_extd_tx_stats() argument
2088 return simple_read_from_buffer(ubuf, count, ppos, buf, len); in ath10k_read_enable_extd_tx_stats()
2099 size_t count, loff_t *ppos) in ath10k_write_peer_stats() argument
2138 size_t count, loff_t *ppos) in ath10k_read_peer_stats() argument
2150 return simple_read_from_buffer(ubuf, count, ppos, buf, len); in ath10k_read_peer_stats()
2161 size_t count, loff_t *ppos) in ath10k_debug_fw_checksums_read() argument
2199 ret_cnt = simple_read_from_buffer(user_buf, count, ppos, buf, len); in ath10k_debug_fw_checksums_read()
2216 size_t count, loff_t *ppos) in ath10k_sta_tid_stats_mask_read() argument
2223 return simple_read_from_buffer(user_buf, count, ppos, buf, len); in ath10k_sta_tid_stats_mask_read()
2228 size_t count, loff_t *ppos) in ath10k_sta_tid_stats_mask_write() argument
2324 size_t count, loff_t *ppos) in ath10k_tpc_stats_final_read() argument
2329 return simple_read_from_buffer(user_buf, count, ppos, buf, len); in ath10k_tpc_stats_final_read()
2342 size_t count, loff_t *ppos) in ath10k_write_warm_hw_reset() argument
2396 size_t count, loff_t *ppos) in ath10k_write_ps_state_enable() argument
2440 size_t count, loff_t *ppos) in ath10k_read_ps_state_enable() argument
2451 return simple_read_from_buffer(user_buf, count, ppos, buf, len); in ath10k_read_ps_state_enable()
2464 size_t count, loff_t *ppos) in ath10k_write_reset_htt_stats() argument