Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/
Dwanpipe.h536 int wpx_init (sdla_t* card, wandev_conf_t* conf); /* wpx.c */
537 int wpf_init (sdla_t* card, wandev_conf_t* conf); /* wpf.c */
538 int wpp_init (sdla_t* card, wandev_conf_t* conf); /* wpp.c */
539 int wpc_init (sdla_t* card, wandev_conf_t* conf); /* Cisco HDLC */
540 int bsc_init (sdla_t* card, wandev_conf_t* conf); /* BSC streaming */
541 int hdlc_init(sdla_t* card, wandev_conf_t* conf); /* HDLC support */
542 int wpft1_init (sdla_t* card, wandev_conf_t* conf); /* FT1 Config support */
543 int wsppp_init (sdla_t* card, wandev_conf_t* conf); /* Sync PPP on top of RAW CHDLC */
Dcyclomx.h80 int cyx_init (cycx_t *card, wandev_conf_t *conf); /* cycx_x25.c */
Dwanrouter.h262 } wandev_conf_t; typedef
525 int (*setup) (struct wan_device *wandev, wandev_conf_t *conf);
/linux-2.4.37.9/net/wanrouter/
Dwanmain.c157 static int device_setup(wan_device_t *wandev, wandev_conf_t *u_conf);
557 static int device_setup (wan_device_t *wandev, wandev_conf_t *u_conf) in device_setup()
560 wandev_conf_t *conf; in device_setup()
570 err = verify_area (VERIFY_READ, u_conf, sizeof(wandev_conf_t)); in device_setup()
576 conf = kmalloc(sizeof(wandev_conf_t), GFP_KERNEL); in device_setup()
584 if(copy_from_user(conf, u_conf, sizeof(wandev_conf_t))) { in device_setup()
591 memcpy_fromfs ((void *)conf, (void *)u_conf, sizeof(wandev_conf_t)); in device_setup()
/linux-2.4.37.9/drivers/net/wan/
Dcycx_main.c74 static int setup (wan_device_t *wandev, wandev_conf_t *conf);
185 static int setup (wan_device_t *wandev, wandev_conf_t *conf) in setup()
Dsdlamain.c203 static int setup (wan_device_t* wandev, wandev_conf_t* conf);
216 static int check_s508_conflicts (sdla_t* card,wandev_conf_t* conf, int*);
217 static int check_s514_conflicts (sdla_t* card,wandev_conf_t* conf, int*);
382 static int setup (wan_device_t* wandev, wandev_conf_t* conf) in setup()
629 static int check_s508_conflicts (sdla_t* card,wandev_conf_t* conf, int *irq) in check_s508_conflicts()
736 static int check_s514_conflicts(sdla_t* card,wandev_conf_t* conf, int *irq) in check_s514_conflicts()
Dsdla_ft1.c127 int wpft1_init (sdla_t* card, wandev_conf_t* conf) in wpft1_init()
Dcycx_x25.c203 int cyx_init (cycx_t *card, wandev_conf_t *conf) in cyx_init()
Dwanpipe_multppp.c218 int wsppp_init (sdla_t* card, wandev_conf_t* conf) in wsppp_init()
Dsdla_ppp.c356 int wpp_init(sdla_t *card, wandev_conf_t *conf) in wpp_init()
Dsdla_chdlc.c341 int wpc_init (sdla_t* card, wandev_conf_t* conf) in wpc_init()
Dsdla_fr.c488 int wpf_init(sdla_t *card, wandev_conf_t *conf) in wpf_init()
Dsdla_x25.c545 int wpx_init (sdla_t* card, wandev_conf_t* conf) in wpx_init()