Lines Matching refs:ppos
181 size_t count, loff_t *ppos) in ath11k_read_pdev_stats() argument
186 return simple_read_from_buffer(user_buf, count, ppos, buf, len); in ath11k_read_pdev_stats()
252 size_t count, loff_t *ppos) in ath11k_read_vdev_stats() argument
257 return simple_read_from_buffer(user_buf, count, ppos, buf, len); in ath11k_read_vdev_stats()
336 size_t count, loff_t *ppos) in ath11k_read_bcn_stats() argument
341 return simple_read_from_buffer(user_buf, count, ppos, buf, len); in ath11k_read_bcn_stats()
354 size_t count, loff_t *ppos) in ath11k_read_simulate_fw_crash() argument
361 return simple_read_from_buffer(user_buf, count, ppos, buf, strlen(buf)); in ath11k_read_simulate_fw_crash()
373 size_t count, loff_t *ppos) in ath11k_write_simulate_fw_crash() argument
391 if (*ppos != 0 || count >= sizeof(buf) || count == 0) in ath11k_write_simulate_fw_crash()
394 rc = simple_write_to_buffer(buf, sizeof(buf) - 1, ppos, user_buf, count); in ath11k_write_simulate_fw_crash()
399 if (buf[*ppos - 1] == '\n') in ath11k_write_simulate_fw_crash()
400 buf[*ppos - 1] = '\0'; in ath11k_write_simulate_fw_crash()
442 size_t count, loff_t *ppos) in ath11k_write_enable_extd_tx_stats() argument
473 size_t count, loff_t *ppos) in ath11k_read_enable_extd_tx_stats() argument
485 return simple_read_from_buffer(ubuf, count, ppos, buf, len); in ath11k_read_enable_extd_tx_stats()
496 size_t count, loff_t *ppos) in ath11k_write_extd_rx_stats() argument
572 size_t count, loff_t *ppos) in ath11k_read_extd_rx_stats() argument
583 return simple_read_from_buffer(ubuf, count, ppos, buf, len); in ath11k_read_extd_rx_stats()
660 size_t count, loff_t *ppos) in ath11k_debugfs_dump_soc_dp_stats() argument
722 retval = simple_read_from_buffer(user_buf, count, ppos, buf, len); in ath11k_debugfs_dump_soc_dp_stats()
737 size_t count, loff_t *ppos) in ath11k_write_fw_dbglog() argument
746 ret = simple_write_to_buffer(buf, sizeof(buf) - 1, ppos, in ath11k_write_fw_dbglog()
825 size_t count, loff_t *ppos) in ath11k_read_sram_dump() argument
836 return simple_read_from_buffer(user_buf, count, ppos, buf, len); in ath11k_read_sram_dump()
949 size_t count, loff_t *ppos) in ath11k_write_pktlog_filter() argument
965 rc = simple_write_to_buffer(buf, sizeof(buf) - 1, ppos, ubuf, count); in ath11k_write_pktlog_filter()
1081 size_t count, loff_t *ppos) in ath11k_read_pktlog_filter() argument
1094 return simple_read_from_buffer(ubuf, count, ppos, buf, len); in ath11k_read_pktlog_filter()
1105 size_t count, loff_t *ppos) in ath11k_write_simulate_radar() argument
1124 size_t count, loff_t *ppos) in ath11k_debug_dump_dbr_entries() argument
1157 ret = simple_read_from_buffer(user_buf, count, ppos, buf, len); in ath11k_debug_dump_dbr_entries()
1235 size_t count, loff_t *ppos) in ath11k_debugfs_write_enable_dbr_dbg() argument
1249 ret = simple_write_to_buffer(buf, sizeof(buf) - 1, ppos, ubuf, count); in ath11k_debugfs_write_enable_dbr_dbg()
1287 size_t count, loff_t *ppos) in ath11k_write_ps_timekeeper_enable() argument
1318 size_t count, loff_t *ppos) in ath11k_read_ps_timekeeper_enable() argument
1328 return simple_read_from_buffer(user_buf, count, ppos, buf, len); in ath11k_read_ps_timekeeper_enable()
1352 size_t count, loff_t *ppos) in ath11k_write_reset_ps_duration() argument
1405 size_t count, loff_t *ppos) in ath11k_write_ps_state_enable() argument
1451 size_t count, loff_t *ppos) in ath11k_read_ps_state_enable() argument
1461 return simple_read_from_buffer(user_buf, count, ppos, buf, len); in ath11k_read_ps_state_enable()
1556 size_t count, loff_t *ppos) in ath11k_write_twt_add_dialog() argument
1570 ret = simple_write_to_buffer(buf, sizeof(buf) - 1, ppos, ubuf, count); in ath11k_write_twt_add_dialog()
1632 size_t count, loff_t *ppos) in ath11k_write_twt_del_dialog() argument
1646 ret = simple_write_to_buffer(buf, sizeof(buf) - 1, ppos, ubuf, count); in ath11k_write_twt_del_dialog()
1679 size_t count, loff_t *ppos) in ath11k_write_twt_pause_dialog() argument
1691 ret = simple_write_to_buffer(buf, sizeof(buf) - 1, ppos, ubuf, count); in ath11k_write_twt_pause_dialog()
1718 size_t count, loff_t *ppos) in ath11k_write_twt_resume_dialog() argument
1730 ret = simple_write_to_buffer(buf, sizeof(buf) - 1, ppos, ubuf, count); in ath11k_write_twt_resume_dialog()