• Home
  • Raw
  • Download

Lines Matching refs:ppos

301 				      size_t count, loff_t *ppos)  in ath11k_read_pdev_stats()  argument
306 return simple_read_from_buffer(user_buf, count, ppos, buf, len); in ath11k_read_pdev_stats()
372 size_t count, loff_t *ppos) in ath11k_read_vdev_stats() argument
377 return simple_read_from_buffer(user_buf, count, ppos, buf, len); in ath11k_read_vdev_stats()
456 size_t count, loff_t *ppos) in ath11k_read_bcn_stats() argument
461 return simple_read_from_buffer(user_buf, count, ppos, buf, len); in ath11k_read_bcn_stats()
474 size_t count, loff_t *ppos) in ath11k_read_simulate_fw_crash() argument
481 return simple_read_from_buffer(user_buf, count, ppos, buf, strlen(buf)); in ath11k_read_simulate_fw_crash()
493 size_t count, loff_t *ppos) in ath11k_write_simulate_fw_crash() argument
511 if (*ppos != 0 || count >= sizeof(buf) || count == 0) in ath11k_write_simulate_fw_crash()
514 rc = simple_write_to_buffer(buf, sizeof(buf) - 1, ppos, user_buf, count); in ath11k_write_simulate_fw_crash()
519 if (buf[*ppos - 1] == '\n') in ath11k_write_simulate_fw_crash()
520 buf[*ppos - 1] = '\0'; in ath11k_write_simulate_fw_crash()
562 size_t count, loff_t *ppos) in ath11k_write_enable_extd_tx_stats() argument
593 size_t count, loff_t *ppos) in ath11k_read_enable_extd_tx_stats() argument
605 return simple_read_from_buffer(ubuf, count, ppos, buf, len); in ath11k_read_enable_extd_tx_stats()
616 size_t count, loff_t *ppos) in ath11k_write_extd_rx_stats() argument
692 size_t count, loff_t *ppos) in ath11k_read_extd_rx_stats() argument
703 return simple_read_from_buffer(ubuf, count, ppos, buf, len); in ath11k_read_extd_rx_stats()
780 size_t count, loff_t *ppos) in ath11k_debugfs_dump_soc_dp_stats() argument
842 retval = simple_read_from_buffer(user_buf, count, ppos, buf, len); in ath11k_debugfs_dump_soc_dp_stats()
857 size_t count, loff_t *ppos) in ath11k_write_fw_dbglog() argument
866 ret = simple_write_to_buffer(buf, sizeof(buf) - 1, ppos, in ath11k_write_fw_dbglog()
945 size_t count, loff_t *ppos) in ath11k_read_sram_dump() argument
956 return simple_read_from_buffer(user_buf, count, ppos, buf, len); in ath11k_read_sram_dump()
1069 size_t count, loff_t *ppos) in ath11k_write_pktlog_filter() argument
1085 rc = simple_write_to_buffer(buf, sizeof(buf) - 1, ppos, ubuf, count); in ath11k_write_pktlog_filter()
1201 size_t count, loff_t *ppos) in ath11k_read_pktlog_filter() argument
1214 return simple_read_from_buffer(ubuf, count, ppos, buf, len); in ath11k_read_pktlog_filter()
1225 size_t count, loff_t *ppos) in ath11k_write_simulate_radar() argument
1244 size_t count, loff_t *ppos) in ath11k_debug_dump_dbr_entries() argument
1277 ret = simple_read_from_buffer(user_buf, count, ppos, buf, len); in ath11k_debug_dump_dbr_entries()
1355 size_t count, loff_t *ppos) in ath11k_debugfs_write_enable_dbr_dbg() argument
1369 ret = simple_write_to_buffer(buf, sizeof(buf) - 1, ppos, ubuf, count); in ath11k_debugfs_write_enable_dbr_dbg()
1407 size_t count, loff_t *ppos) in ath11k_write_ps_timekeeper_enable() argument
1438 size_t count, loff_t *ppos) in ath11k_read_ps_timekeeper_enable() argument
1448 return simple_read_from_buffer(user_buf, count, ppos, buf, len); in ath11k_read_ps_timekeeper_enable()
1472 size_t count, loff_t *ppos) in ath11k_write_reset_ps_duration() argument
1525 size_t count, loff_t *ppos) in ath11k_write_ps_state_enable() argument
1571 size_t count, loff_t *ppos) in ath11k_read_ps_state_enable() argument
1581 return simple_read_from_buffer(user_buf, count, ppos, buf, len); in ath11k_read_ps_state_enable()
1676 size_t count, loff_t *ppos) in ath11k_write_twt_add_dialog() argument
1690 ret = simple_write_to_buffer(buf, sizeof(buf) - 1, ppos, ubuf, count); in ath11k_write_twt_add_dialog()
1752 size_t count, loff_t *ppos) in ath11k_write_twt_del_dialog() argument
1766 ret = simple_write_to_buffer(buf, sizeof(buf) - 1, ppos, ubuf, count); in ath11k_write_twt_del_dialog()
1799 size_t count, loff_t *ppos) in ath11k_write_twt_pause_dialog() argument
1811 ret = simple_write_to_buffer(buf, sizeof(buf) - 1, ppos, ubuf, count); in ath11k_write_twt_pause_dialog()
1838 size_t count, loff_t *ppos) in ath11k_write_twt_resume_dialog() argument
1850 ret = simple_write_to_buffer(buf, sizeof(buf) - 1, ppos, ubuf, count); in ath11k_write_twt_resume_dialog()