Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/
Dcycx_drv.h56 extern int cycx_setup (cycxhw_t *hw, void *sfm, u32 len);
/linux-2.4.37.9/drivers/net/wan/
Dcycx_drv.c151 EXPORT_SYMBOL(cycx_setup);
152 int cycx_setup(cycxhw_t *hw, void *cfm, u32 len) in cycx_setup() function
Dcycx_main.c232 err = cycx_setup(&card->hw, conf->data, conf->data_size); in setup()