Home
last modified time | relevance | path

Searched refs:rfs_cfr_capture (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/wireless/ath/ath11k/
H A Dcfr.c65 if (!cfr->rfs_cfr_capture) in ath11k_cfr_rfs_write()
68 relay_write(cfr->rfs_cfr_capture, head, head_len); in ath11k_cfr_rfs_write()
69 relay_write(cfr->rfs_cfr_capture, data, data_len); in ath11k_cfr_rfs_write()
70 relay_write(cfr->rfs_cfr_capture, tail, tail_data); in ath11k_cfr_rfs_write()
71 relay_flush(cfr->rfs_cfr_capture); in ath11k_cfr_rfs_write()
812 relay_close(ar->cfr.rfs_cfr_capture); in ath11k_cfr_debug_unregister()
813 ar->cfr.rfs_cfr_capture = NULL; in ath11k_cfr_debug_unregister()
844 ar->cfr.rfs_cfr_capture = relay_open("cfr_capture", in ath11k_cfr_debug_register()
H A Dcfr.h184 struct rchan *rfs_cfr_capture; member