Lines Matching defs:webcam
20 static int webcam;
22 /* specific webcam descriptor */
33 u8 webcam;
111 * Showcam NGS webcam
1656 switch (sd->webcam) {
1675 switch (sd->webcam) {
1737 if ((unsigned) webcam >= NWEBCAMS)
1738 webcam = 0;
1739 sd->webcam = webcam;
1754 if (sd->webcam == Generic800)
1755 sd->webcam = Generic802;
1758 if (sd->webcam == Generic800)
1759 sd->webcam = P35u;
1766 if (sd->webcam == Generic800)
1767 sd->webcam = SpaceCam;
1770 if (sd->webcam == Generic800)
1771 sd->webcam = Twinkle;
1774 if (sd->webcam == Generic800)
1775 sd->webcam = SpaceCam2;
1779 if (webcam_chip[sd->webcam] != sd->bridge) {
1780 pr_err("Bad webcam type %d for NW80%d\n",
1781 sd->webcam, sd->bridge);
1786 sd->bridge, sd->webcam);
1789 switch (sd->webcam) {
1800 switch (sd->webcam) {
1822 switch (sd->webcam) {
1832 switch (sd->webcam) {
1850 cmd = webcam_start[sd->webcam];
1852 switch (sd->webcam) {
1893 switch (sd->webcam) {
1952 switch (sd->webcam) {
2006 switch (sd->webcam) {
2091 module_param(webcam, int, 0644);
2092 MODULE_PARM_DESC(webcam,