// SPDX-License-Identifier: GPL-2.0-or-later /* cx231xx-pcb-config.c - driver for Conexant Cx23100/101/102 USB video capture devices Copyright (C) 2008 <srinivasa.deevi at conexant dot com> */ #include "cx231xx.h" #include "cx231xx-conf-reg.h" static unsigned int pcb_debug; module_param(pcb_debug, int, 0644); MODULE_PARM_DESC(…) …; /******************************************************************************/ static struct pcb_config cx231xx_Scenario[] = …; /*****************************************************************/ int initialize_cx231xx(struct cx231xx *dev) { … }