Home
last modified time | relevance | path

Searched refs:ret_cnt (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/net/wireless/ath/ath6kl/
Ddebug.c306 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 …]
/linux-4.4.14/arch/m68k/include/asm/
Dm68360_pram.h345 unsigned short ret_cnt; /* retry limit counter */ member
/linux-4.4.14/drivers/net/wireless/ath/ath10k/
Ddebug.c206 ssize_t ret_cnt; in ath10k_read_wmi_services() local
239 ret_cnt = simple_read_from_buffer(user_buf, count, ppos, buf, len); in ath10k_read_wmi_services()
244 return ret_cnt; in ath10k_read_wmi_services()