Searched refs:cycx_setup (Results 1 – 3 of 3) sorted by relevance
56 extern int cycx_setup (cycxhw_t *hw, void *sfm, u32 len);
151 EXPORT_SYMBOL(cycx_setup);152 int cycx_setup(cycxhw_t *hw, void *cfm, u32 len) in cycx_setup() function
232 err = cycx_setup(&card->hw, conf->data, conf->data_size); in setup()