Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/ath/ath6kl/
Ddebug.c279 ssize_t ret_cnt; in read_file_war_stats() local
296 ret_cnt = simple_read_from_buffer(user_buf, count, ppos, buf, len); in read_file_war_stats()
299 return ret_cnt; in read_file_war_stats()
376 ssize_t ret_cnt; in ath6kl_fwlog_read() local
407 ret_cnt = simple_read_from_buffer(user_buf, count, ppos, buf, len); in ath6kl_fwlog_read()
411 return ret_cnt; in ath6kl_fwlog_read()
429 ssize_t ret_cnt; in ath6kl_fwlog_block_read() local
476 ret_cnt = -EFAULT; in ath6kl_fwlog_block_read()
482 ret_cnt = len; in ath6kl_fwlog_block_read()
487 return ret_cnt; in ath6kl_fwlog_block_read()
[all …]
/linux-4.1.27/arch/m68k/include/asm/
Dm68360_pram.h345 unsigned short ret_cnt; /* retry limit counter */ member
/linux-4.1.27/drivers/net/wireless/ath/ath10k/
Ddebug.c188 ssize_t ret_cnt; in ath10k_read_wmi_services() local
221 ret_cnt = simple_read_from_buffer(user_buf, count, ppos, buf, len); in ath10k_read_wmi_services()
226 return ret_cnt; in ath10k_read_wmi_services()