Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/marvell/mwifiex/
Ddebugfs.c774 int ret, arg_num; in mwifiex_hscfg_write() local
783 arg_num = sscanf(buf, "%d %x %x", &conditions, &gpio, &gap); in mwifiex_hscfg_write()
787 if (arg_num > 3) { in mwifiex_hscfg_write()
794 if (arg_num >= 1 && arg_num < 3) in mwifiex_hscfg_write()
798 if (arg_num) { in mwifiex_hscfg_write()
806 if (arg_num >= 2) in mwifiex_hscfg_write()
808 if (arg_num == 3) in mwifiex_hscfg_write()