Searched refs:wandev_conf_t (Results 1 – 13 of 13) sorted by relevance
/linux-2.4.37.9/include/linux/ |
D | wanpipe.h | 536 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 */
|
D | cyclomx.h | 80 int cyx_init (cycx_t *card, wandev_conf_t *conf); /* cycx_x25.c */
|
D | wanrouter.h | 262 } wandev_conf_t; typedef 525 int (*setup) (struct wan_device *wandev, wandev_conf_t *conf);
|
/linux-2.4.37.9/net/wanrouter/ |
D | wanmain.c | 157 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/ |
D | cycx_main.c | 74 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()
|
D | sdlamain.c | 203 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()
|
D | sdla_ft1.c | 127 int wpft1_init (sdla_t* card, wandev_conf_t* conf) in wpft1_init()
|
D | cycx_x25.c | 203 int cyx_init (cycx_t *card, wandev_conf_t *conf) in cyx_init()
|
D | wanpipe_multppp.c | 218 int wsppp_init (sdla_t* card, wandev_conf_t* conf) in wsppp_init()
|
D | sdla_ppp.c | 356 int wpp_init(sdla_t *card, wandev_conf_t *conf) in wpp_init()
|
D | sdla_chdlc.c | 341 int wpc_init (sdla_t* card, wandev_conf_t* conf) in wpc_init()
|
D | sdla_fr.c | 488 int wpf_init(sdla_t *card, wandev_conf_t *conf) in wpf_init()
|
D | sdla_x25.c | 545 int wpx_init (sdla_t* card, wandev_conf_t* conf) in wpx_init()
|