Searched refs:ret_cnt (Results 1 – 2 of 2) sorted by relevance
/drivers/net/wireless/ath/ath6kl/ |
D | debug.c | 306 ssize_t ret_cnt; in read_file_war_stats() local 323 ret_cnt = simple_read_from_buffer(user_buf, count, ppos, buf, len); in read_file_war_stats() 326 return ret_cnt; in read_file_war_stats() 403 ssize_t ret_cnt; in ath6kl_fwlog_read() local 434 ret_cnt = simple_read_from_buffer(user_buf, count, ppos, buf, len); in ath6kl_fwlog_read() 438 return ret_cnt; in ath6kl_fwlog_read() 456 ssize_t ret_cnt; in ath6kl_fwlog_block_read() local 503 ret_cnt = -EFAULT; in ath6kl_fwlog_block_read() 509 ret_cnt = len; in ath6kl_fwlog_block_read() 514 return ret_cnt; in ath6kl_fwlog_block_read() [all …]
|
/drivers/net/wireless/ath/ath10k/ |
D | debug.c | 240 ssize_t ret_cnt; in ath10k_read_wmi_services() local 273 ret_cnt = simple_read_from_buffer(user_buf, count, ppos, buf, len); in ath10k_read_wmi_services() 278 return ret_cnt; in ath10k_read_wmi_services() 2301 ssize_t ret_cnt; in ath10k_debug_fw_checksums_read() local 2335 ret_cnt = simple_read_from_buffer(user_buf, count, ppos, buf, len); in ath10k_debug_fw_checksums_read() 2340 return ret_cnt; in ath10k_debug_fw_checksums_read()
|