Searched refs:has_arg (Results 1 - 6 of 6) sorted by relevance

/linux-4.4.14/fs/ncpfs/
H A Dgetopt.h9 unsigned int has_arg; member in struct:ncp_option
H A Dgetopt.c48 if (opts->has_arg & OPT_NOPARAM) { ncp_getopt()
55 if (opts->has_arg & OPT_INT) { ncp_getopt()
65 if (opts->has_arg & OPT_STRING) { ncp_getopt()
/linux-4.4.14/scripts/dtc/
H A Dutil.c412 if (long_opts[i].has_arg == a_argument) util_usage()
429 if (long_opts[i].has_arg == no_argument) util_usage()
/linux-4.4.14/drivers/pinctrl/uniphier/
H A Dpinctrl-uniphier-core.c251 bool has_arg = false; uniphier_conf_pin_config_get() local
263 has_arg = true; uniphier_conf_pin_config_get()
274 if (ret == 0 && has_arg) uniphier_conf_pin_config_get()
/linux-4.4.14/include/linux/pinctrl/
H A Dpinconf-generic.h120 .has_arg = d }
126 bool has_arg; member in struct:pin_config_item
/linux-4.4.14/drivers/pinctrl/
H A Dpinconf-generic.c82 if (items[i].has_arg) { pinconf_generic_dump_one()

Completed in 247 milliseconds