Home
last modified time | relevance | path

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

/linux-3.4.99/net/wanrouter/
Dwanmain.c74 wandev_conf_t __user *u_conf);
427 wandev_conf_t __user *u_conf) in wanrouter_device_setup()
430 wandev_conf_t *conf; in wanrouter_device_setup()
439 conf = kmalloc(sizeof(wandev_conf_t), GFP_KERNEL); in wanrouter_device_setup()
446 if (copy_from_user(conf, u_conf, sizeof(wandev_conf_t))) { in wanrouter_device_setup()
/linux-3.4.99/include/linux/
Dcyclomx.h74 int cycx_x25_wan_init(struct cycx_device *card, wandev_conf_t *conf);
Dwanrouter.h241 } wandev_conf_t; typedef
501 int (*setup) (struct wan_device *wandev, wandev_conf_t *conf);
/linux-3.4.99/drivers/net/wan/
Dcycx_main.c76 static int cycx_wan_setup(struct wan_device *wandev, wandev_conf_t *conf);
184 static int cycx_wan_setup(struct wan_device *wandev, wandev_conf_t *conf) in cycx_wan_setup()
Dcycx_x25.c229 int cycx_x25_wan_init(struct cycx_device *card, wandev_conf_t *conf) in cycx_x25_wan_init()