Home
last modified time | relevance | path

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

/drivers/net/wireless/marvell/mwifiex/
A Ddebugfs.c765 int ret, arg_num; in mwifiex_hscfg_write() local
774 arg_num = sscanf(buf, "%d %x %x", &conditions, &gpio, &gap); in mwifiex_hscfg_write()
778 if (arg_num > 3) { in mwifiex_hscfg_write()
785 if (arg_num >= 1 && arg_num < 3) in mwifiex_hscfg_write()
789 if (arg_num) { in mwifiex_hscfg_write()
797 if (arg_num >= 2) in mwifiex_hscfg_write()
799 if (arg_num == 3) in mwifiex_hscfg_write()

Completed in 5 milliseconds