Searched refs:mxr_output_conf (Results 1 – 3 of 3) sorted by relevance
32 static struct mxr_output_conf mxr_output_conf[] = { variable446 ret = mxr_acquire_video(mdev, mxr_output_conf, in mxr_probe()447 ARRAY_SIZE(mxr_output_conf)); in mxr_probe()510 for (i = 0; i < ARRAY_SIZE(mxr_output_conf); ++i) in mxr_init()511 request_module(mxr_output_conf[i].module_name); in mxr_init()
199 struct mxr_output_conf { struct295 struct mxr_output_conf *output_cont, int output_count);
67 struct mxr_output_conf *output_conf, int output_count) in mxr_acquire_video()93 struct mxr_output_conf *conf = &output_conf[i]; in mxr_acquire_video()