Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/hamradio/
H A Dbaycom_epp.c287 static char const eppconfig_path[] = "/usr/sbin/eppfpga"; variable
297 (char *)eppconfig_path, in eppconfig()
310 printk(KERN_DEBUG "%s: %s -s -p %s -m %s\n", bc_drvname, eppconfig_path, portarg, modearg); in eppconfig()
312 return call_usermodehelper(eppconfig_path, argv, envp, UMH_WAIT_PROC); in eppconfig()