• Home
  • Raw
  • Download

Lines Matching refs:ppos

151 					size_t count, loff_t *ppos)  in ath10k_read_wmi_services()  argument
187 ret_cnt = simple_read_from_buffer(user_buf, count, ppos, buf, len); in ath10k_read_wmi_services()
444 size_t count, loff_t *ppos) in ath10k_fw_stats_read() argument
449 return simple_read_from_buffer(user_buf, count, ppos, buf, len); in ath10k_fw_stats_read()
462 size_t count, loff_t *ppos) in ath10k_debug_fw_reset_stats_read() argument
486 ret = simple_read_from_buffer(user_buf, count, ppos, buf, len); in ath10k_debug_fw_reset_stats_read()
522 size_t count, loff_t *ppos) in ath10k_read_simulate_fw_crash() argument
531 return simple_read_from_buffer(user_buf, count, ppos, buf, strlen(buf)); in ath10k_read_simulate_fw_crash()
543 size_t count, loff_t *ppos) in ath10k_write_simulate_fw_crash() argument
551 if (*ppos != 0 || count >= sizeof(buf) || count == 0) in ath10k_write_simulate_fw_crash()
554 rc = simple_write_to_buffer(buf, sizeof(buf) - 1, ppos, user_buf, count); in ath10k_write_simulate_fw_crash()
559 if (buf[*ppos - 1] == '\n') in ath10k_write_simulate_fw_crash()
560 buf[*ppos - 1] = '\0'; in ath10k_write_simulate_fw_crash()
614 size_t count, loff_t *ppos) in ath10k_read_chip_id() argument
622 return simple_read_from_buffer(user_buf, count, ppos, buf, len); in ath10k_read_chip_id()
634 size_t count, loff_t *ppos) in ath10k_reg_addr_read() argument
647 return simple_read_from_buffer(user_buf, count, ppos, buf, len); in ath10k_reg_addr_read()
652 size_t count, loff_t *ppos) in ath10k_reg_addr_write() argument
682 size_t count, loff_t *ppos) in ath10k_reg_value_read() argument
703 ret = simple_read_from_buffer(user_buf, count, ppos, buf, len); in ath10k_reg_value_read()
713 size_t count, loff_t *ppos) in ath10k_reg_value_write() argument
753 size_t count, loff_t *ppos) in ath10k_mem_value_read() argument
759 if (*ppos < 0) in ath10k_mem_value_read()
779 ret = ath10k_hif_diag_read(ar, *ppos, buf, count); in ath10k_mem_value_read()
782 (u32)(*ppos), ret); in ath10k_mem_value_read()
793 *ppos += count; in ath10k_mem_value_read()
805 size_t count, loff_t *ppos) in ath10k_mem_value_write() argument
811 if (*ppos < 0) in ath10k_mem_value_write()
837 ret = ath10k_hif_diag_write(ar, *ppos, buf, count); in ath10k_mem_value_write()
840 (u32)(*ppos), ret); in ath10k_mem_value_write()
844 *ppos += count; in ath10k_mem_value_write()
905 size_t count, loff_t *ppos) in ath10k_read_htt_stats_mask() argument
913 return simple_read_from_buffer(user_buf, count, ppos, buf, len); in ath10k_read_htt_stats_mask()
918 size_t count, loff_t *ppos) in ath10k_write_htt_stats_mask() argument
958 size_t count, loff_t *ppos) in ath10k_read_htt_max_amsdu_ampdu() argument
973 return simple_read_from_buffer(user_buf, count, ppos, buf, len); in ath10k_read_htt_max_amsdu_ampdu()
978 size_t count, loff_t *ppos) in ath10k_write_htt_max_amsdu_ampdu() argument
985 res = simple_write_to_buffer(buf, sizeof(buf) - 1, ppos, in ath10k_write_htt_max_amsdu_ampdu()
1020 size_t count, loff_t *ppos) in ath10k_read_fw_dbglog() argument
1029 return simple_read_from_buffer(user_buf, count, ppos, buf, len); in ath10k_read_fw_dbglog()
1034 size_t count, loff_t *ppos) in ath10k_write_fw_dbglog() argument
1042 ret = simple_write_to_buffer(buf, sizeof(buf) - 1, ppos, in ath10k_write_fw_dbglog()
1301 size_t count, loff_t *ppos) in ath10k_debug_cal_data_read() argument
1307 count = simple_read_from_buffer(user_buf, count, ppos, in ath10k_debug_cal_data_read()
1318 size_t count, loff_t *ppos) in ath10k_write_ani_enable() argument
1351 size_t count, loff_t *ppos) in ath10k_read_ani_enable() argument
1359 return simple_read_from_buffer(user_buf, count, ppos, buf, len); in ath10k_read_ani_enable()
1379 size_t count, loff_t *ppos) in ath10k_read_nf_cal_period() argument
1387 return simple_read_from_buffer(user_buf, count, ppos, buf, len); in ath10k_read_nf_cal_period()
1392 size_t count, loff_t *ppos) in ath10k_write_nf_cal_period() argument
1675 size_t count, loff_t *ppos) in ath10k_tpc_stats_read() argument
1680 return simple_read_from_buffer(user_buf, count, ppos, buf, len); in ath10k_tpc_stats_read()
1762 size_t count, loff_t *ppos) in ath10k_write_simulate_radar() argument
1796 size_t count, loff_t *ppos) in ath10k_read_dfs_stats() argument
1836 retval = simple_read_from_buffer(user_buf, count, ppos, buf, len); in ath10k_read_dfs_stats()
1851 size_t count, loff_t *ppos) in ath10k_write_pktlog_filter() argument
1897 size_t count, loff_t *ppos) in ath10k_read_pktlog_filter() argument
1908 return simple_read_from_buffer(ubuf, count, ppos, buf, len); in ath10k_read_pktlog_filter()
1919 size_t count, loff_t *ppos) in ath10k_write_quiet_period() argument
1941 size_t count, loff_t *ppos) in ath10k_read_quiet_period() argument
1952 return simple_read_from_buffer(ubuf, count, ppos, buf, len); in ath10k_read_quiet_period()
1963 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_enable_extd_tx_stats() argument
2079 size_t count, loff_t *ppos) in ath10k_read_enable_extd_tx_stats() argument
2091 return simple_read_from_buffer(ubuf, count, ppos, buf, len); in ath10k_read_enable_extd_tx_stats()
2102 size_t count, loff_t *ppos) in ath10k_write_peer_stats() argument
2148 size_t count, loff_t *ppos) in ath10k_read_peer_stats() argument
2160 return simple_read_from_buffer(ubuf, count, ppos, buf, len); in ath10k_read_peer_stats()
2171 size_t count, loff_t *ppos) in ath10k_debug_fw_checksums_read() argument
2209 ret_cnt = simple_read_from_buffer(user_buf, count, ppos, buf, len); in ath10k_debug_fw_checksums_read()
2226 size_t count, loff_t *ppos) in ath10k_sta_tid_stats_mask_read() argument
2233 return simple_read_from_buffer(user_buf, count, ppos, buf, len); in ath10k_sta_tid_stats_mask_read()
2238 size_t count, loff_t *ppos) in ath10k_sta_tid_stats_mask_write() argument
2339 size_t count, loff_t *ppos) in ath10k_tpc_stats_final_read() argument
2344 return simple_read_from_buffer(user_buf, count, ppos, buf, len); in ath10k_tpc_stats_final_read()
2357 size_t count, loff_t *ppos) in ath10k_write_warm_hw_reset() argument
2411 size_t count, loff_t *ppos) in ath10k_write_ps_state_enable() argument
2455 size_t count, loff_t *ppos) in ath10k_read_ps_state_enable() argument
2466 return simple_read_from_buffer(user_buf, count, ppos, buf, len); in ath10k_read_ps_state_enable()
2479 size_t count, loff_t *ppos) in ath10k_write_reset_htt_stats() argument