/linux-4.4.14/drivers/media/usb/stkwebcam/ |
H A D | Makefile | 1 stkwebcam-objs := stk-webcam.o stk-sensor.o
|
H A D | stk-webcam.h | 2 * stk-webcam.h : Driver for Syntek 1125 USB webcam controller
|
H A D | stk-webcam.c | 2 * stk-webcam.c : Driver for Syntek 1125 USB webcam controller 40 #include "stk-webcam.h" 57 MODULE_DESCRIPTION("Syntek DC1125 webcam driver"); 68 * The stk webcam laptop module is mounted upside down in some laptops :( 74 * 2) The webcam in question was used mostly in Asus laptop models, including 77 * they mounted the webcam-module the wrong way up. So the hflip and vflip 1318 dev->first_init = 1; /* webcam LED management */ stk_camera_probe()
|
H A D | stk-sensor.c | 48 #include "stk-webcam.h"
|
/linux-4.4.14/drivers/media/usb/pwc/ |
H A D | pwc-if.c | 1 /* Linux driver for Philips webcam 57 - Pham Thanh Nam: webcam snapshot button as an event input device 123 .name = "Philips webcam", /* name */ 761 PWC_INFO("Philips PCA645VC USB webcam detected.\n"); usb_pwc_probe() 762 name = "Philips 645 webcam"; usb_pwc_probe() 766 PWC_INFO("Philips PCA646VC USB webcam detected.\n"); usb_pwc_probe() 767 name = "Philips 646 webcam"; usb_pwc_probe() 771 PWC_INFO("Askey VC010 type 2 USB webcam detected.\n"); usb_pwc_probe() 772 name = "Askey VC010 webcam"; usb_pwc_probe() 776 PWC_INFO("Philips PCVC675K (Vesta) USB webcam detected.\n"); usb_pwc_probe() 777 name = "Philips 675 webcam"; usb_pwc_probe() 781 PWC_INFO("Philips PCVC680K (Vesta Pro) USB webcam detected.\n"); usb_pwc_probe() 782 name = "Philips 680 webcam"; usb_pwc_probe() 786 PWC_INFO("Philips PCVC690K (Vesta Pro Scan) USB webcam detected.\n"); usb_pwc_probe() 787 name = "Philips 690 webcam"; usb_pwc_probe() 791 PWC_INFO("Philips PCVC730K (ToUCam Fun)/PCVC830 (ToUCam II) USB webcam detected.\n"); usb_pwc_probe() 792 name = "Philips 730 webcam"; usb_pwc_probe() 796 PWC_INFO("Philips PCVC740K (ToUCam Pro)/PCVC840 (ToUCam II) USB webcam detected.\n"); usb_pwc_probe() 797 name = "Philips 740 webcam"; usb_pwc_probe() 801 PWC_INFO("Philips PCVC750K (ToUCam Pro Scan) USB webcam detected.\n"); usb_pwc_probe() 802 name = "Philips 750 webcam"; usb_pwc_probe() 806 PWC_INFO("Philips PCVC720K/40 (ToUCam XS) USB webcam detected.\n"); usb_pwc_probe() 807 name = "Philips 720K/40 webcam"; usb_pwc_probe() 811 PWC_INFO("Philips SPC 900NC USB webcam detected.\n"); usb_pwc_probe() 812 name = "Philips SPC 900NC webcam"; usb_pwc_probe() 816 PWC_INFO("Philips SPC 880NC USB webcam detected.\n"); usb_pwc_probe() 817 name = "Philips SPC 880NC webcam"; usb_pwc_probe() 828 PWC_INFO("Askey VC010 type 1 USB webcam detected.\n"); usb_pwc_probe() 829 name = "Askey VC010 webcam"; usb_pwc_probe() 840 PWC_INFO("Logitech QuickCam Pro 3000 USB webcam detected.\n"); usb_pwc_probe() 845 PWC_INFO("Logitech QuickCam Notebook Pro USB webcam detected.\n"); usb_pwc_probe() 850 PWC_INFO("Logitech QuickCam 4000 Pro USB webcam detected.\n"); usb_pwc_probe() 857 PWC_INFO("Logitech QuickCam Zoom USB webcam detected.\n"); usb_pwc_probe() 862 PWC_INFO("Logitech QuickCam Zoom (new model) USB webcam detected.\n"); usb_pwc_probe() 869 PWC_INFO("Logitech QuickCam Orbit/Sphere USB webcam detected.\n"); usb_pwc_probe() 877 PWC_INFO("Logitech/Cisco VT Camera webcam detected.\n"); usb_pwc_probe() 882 PWC_INFO("Logitech ViewPort AV 100 webcam detected.\n"); usb_pwc_probe() 903 PWC_INFO("Samsung MPC-C10 USB webcam detected.\n"); usb_pwc_probe() 908 PWC_INFO("Samsung MPC-C30 USB webcam detected.\n"); usb_pwc_probe() 913 PWC_INFO("Samsung SNC-35E (v3.0) USB webcam detected.\n"); usb_pwc_probe() 944 PWC_INFO("Sotec Afina Eye USB webcam detected.\n"); usb_pwc_probe() 957 PWC_INFO("AME Co. Afina Eye USB webcam detected.\n"); usb_pwc_probe() 970 PWC_INFO("Visionite VCS-UC300 USB webcam detected.\n"); usb_pwc_probe() 975 PWC_INFO("Visionite VCS-UM100 USB webcam detected.\n"); usb_pwc_probe() 1095 /* register webcam snapshot button input device */ usb_pwc_probe() 1179 MODULE_DESCRIPTION("Philips & OEM USB webcam driver");
|
H A D | pwc-uncompress.c | 1 /* Linux driver for Philips webcam 55 * determine this using the type of the webcam */ pwc_decompress()
|
H A D | pwc-dec1.c | 1 /* Linux driver for Philips webcam
|
H A D | pwc-dec1.h | 1 /* Linux driver for Philips webcam
|
H A D | pwc-kiara.h | 1 /* Linux driver for Philips webcam
|
H A D | pwc-dec23.h | 1 /* Linux driver for Philips webcam
|
H A D | pwc-misc.c | 1 /* Linux driver for Philips webcam
|
H A D | pwc-timon.h | 1 /* Linux driver for Philips webcam
|
H A D | pwc.h | 132 /* Some macros to quickly find the type of a webcam */ 203 __le16 type; /* type of the webcam */ 291 struct input_dev *button_dev; /* webcam snapshot button input */
|
H A D | pwc-ctrl.c | 1 /* Driver for Philips webcam 2 Functions that send various control messages to the webcam, including
|
H A D | pwc-v4l.c | 1 /* Linux driver for Philips webcam 436 PWC_DEBUG_IOCTL("codec1 is only supported for old pwc webcam\n"); pwc_vidioc_try_fmt() 442 PWC_DEBUG_IOCTL("codec23 is only supported for new pwc webcam\n"); pwc_vidioc_try_fmt()
|
H A D | pwc-dec23.c | 1 /* Linux driver for Philips webcam
|
H A D | pwc-kiara.c | 1 /* Linux driver for Philips webcam
|
H A D | pwc-timon.c | 1 /* Linux driver for Philips webcam
|
/linux-4.4.14/drivers/usb/gadget/legacy/ |
H A D | Makefile | 22 g_webcam-y := webcam.o
|
H A D | webcam.c | 2 * webcam.c -- USB webcam gadget driver
|
/linux-4.4.14/drivers/media/usb/gspca/gl860/ |
H A D | gl860.h | 59 /* Specific webcam descriptor */
|
H A D | gl860.c | 59 /*============================ webcam controls =============================*/ 411 /* This function is called to start the webcam */ sd_start() 419 /* This function is called to stop the webcam */ sd_stop0() 470 /* This function is used to monitor webcam orientation */ sd_callback()
|
H A D | gl860-mi2020.c | 4 * Driver achieved thanks to a webcam gift by Kytrix.
|
/linux-4.4.14/drivers/media/usb/gspca/m5602/ |
H A D | m5602_core.c | 203 pr_info("Warning: The ALi m5602 webcam probably won't work until it's power cycled\n"); m5602_dump_bridge() 252 PDEBUG(D_CONF, "Initializing ALi m5602 webcam"); m5602_init() 385 PERR("ALi m5602 webcam failed"); m5602_configure()
|
H A D | m5602_bridge.h | 109 #define DRIVER_DESC "ALi m5602 webcam driver"
|
/linux-4.4.14/drivers/media/usb/uvc/ |
H A D | uvc_isight.c | 24 * beginning of each isochronous transfer payload, the webcam sends a
|
H A D | uvc_v4l2.c | 225 * is a webcam bug. Set dwMaxVideoFrameSize to the value reported by uvc_v4l2_try_format() 226 * the webcam to work around the problem. uvc_v4l2_try_format() 230 * webcam bugs and fix them before they hit the market (providing uvc_v4l2_try_format()
|
H A D | uvc_driver.c | 630 /* The Pico iMage webcam has its class-specific interface descriptors uvc_parse_streaming() 2250 /* Dell Studio Hybrid 140g (OmniVision webcam) */ 2259 /* Dell XPS M1330 (OmniVision OV7670 webcam) */
|
/linux-4.4.14/drivers/media/usb/gspca/ |
H A D | nw80x.c | 33 static int webcam; variable 35 /* specific webcam descriptor */ 46 u8 webcam; member in struct:sd 124 * Showcam NGS webcam 1663 switch (sd->webcam) { setgain() 1682 switch (sd->webcam) { setexposure() 1744 if ((unsigned) webcam >= NWEBCAMS) sd_config() 1745 webcam = 0; sd_config() 1746 sd->webcam = webcam; sd_config() 1761 if (sd->webcam == Generic800) sd_config() 1762 sd->webcam = Generic802; sd_config() 1765 if (sd->webcam == Generic800) sd_config() 1766 sd->webcam = P35u; sd_config() 1773 if (sd->webcam == Generic800) sd_config() 1774 sd->webcam = SpaceCam; sd_config() 1777 if (sd->webcam == Generic800) sd_config() 1778 sd->webcam = Twinkle; sd_config() 1781 if (sd->webcam == Generic800) sd_config() 1782 sd->webcam = SpaceCam2; sd_config() 1786 if (webcam_chip[sd->webcam] != sd->bridge) { sd_config() 1787 pr_err("Bad webcam type %d for NW80%d\n", sd_config() 1788 sd->webcam, sd->bridge); sd_config() 1792 PDEBUG(D_PROBE, "Bridge nw80%d - type: %d", sd->bridge, sd->webcam); sd_config() 1795 switch (sd->webcam) { sd_config() 1806 switch (sd->webcam) { sd_config() 1828 switch (sd->webcam) { sd_init() 1838 switch (sd->webcam) { sd_init() 1856 cmd = webcam_start[sd->webcam]; sd_start() 1858 switch (sd->webcam) { sd_start() 1899 switch (sd->webcam) { sd_stopN() 1958 switch (sd->webcam) { do_autogain() 2012 switch (sd->webcam) { sd_init_controls() 2097 module_param(webcam, int, 0644); 2098 MODULE_PARM_DESC(webcam,
|
H A D | konica.c | 11 * The code for making gspca work with a webcam with 2 isoc endpoints was 48 /* specific webcam descriptor */
|
H A D | sq930x.c | 857 * 2: 06 / 07 / 12 = mode webcam? firmware?? sd_init() 861 * 6: c8 / c9 / ca / cf = mode webcam?, sensor? webcam? sd_init() 883 /* send the start/stop commands to the webcam */ send_start() 1054 /* wait a little time, otherwise the webcam crashes */ sd_dq_callback()
|
H A D | benq.c | 31 /* specific webcam descriptor */
|
H A D | finepix.c | 62 /* send a command to the webcam */ command()
|
H A D | tv8532.c | 29 /* specific webcam descriptor */
|
H A D | spca506.c | 32 /* specific webcam descriptor */ 452 PDEBUG(D_STREAM, "webcam started"); sd_start()
|
H A D | kinect.c | 59 /* specific webcam descriptor */
|
H A D | mars.c | 35 /* specific webcam descriptor */
|
H A D | spca1528.c | 32 /* specific webcam descriptor */
|
H A D | stk014.c | 34 /* specific webcam descriptor */
|
H A D | stv0680.c | 40 /* specific webcam descriptor */
|
H A D | ov534_9.c | 50 /* specific webcam descriptor */ 1475 * output (0x1f) if first webcam sd_init() 1476 * input (0x17) if 2nd or 3rd webcam */ sd_init()
|
H A D | spca508.c | 31 /* specific webcam descriptor */ 574 /* These 6 lines are needed to startup the webcam */ 639 /* webcam won't start if not included */
|
H A D | dtcs033.c | 187 /* specific webcam descriptor */
|
H A D | jeilinj.c | 251 * commands are used for SPORTSCAM_DV15 webcam jlj_start()
|
H A D | jl2005bcd.c | 41 /* specific webcam descriptor */
|
H A D | pac207.c | 63 /* specific webcam descriptor */
|
H A D | etoms.c | 31 /* specific webcam descriptor */
|
H A D | se401.c | 55 /* specific webcam descriptor */
|
H A D | spca505.c | 32 /* specific webcam descriptor */
|
H A D | stk1135.c | 36 /* specific webcam descriptor */
|
H A D | touptek.c | 145 /* specific webcam descriptor */
|
H A D | sonixb.c | 59 /* specific webcam descriptor */ 934 /* copy the webcam info from the device id */ sd_config()
|
H A D | conex.c | 36 /* specific webcam descriptor */
|
H A D | mr97310a.c | 85 /* specific webcam descriptor */
|
H A D | ov534.c | 59 /* specific webcam descriptor */
|
H A D | sn9c2028.c | 31 /* specific webcam descriptor */
|
H A D | spca500.c | 35 /* specific webcam descriptor */
|
H A D | spca561.c | 36 /* specific webcam descriptor */
|
H A D | sunplus.c | 35 /* specific webcam descriptor */
|
H A D | t613.c | 579 * but wont hurt anyway, and can help someone with similar webcam sd_init()
|
H A D | cpia1.c | 363 /* specific webcam descriptor */
|
H A D | topro.c | 2 * Topro TP6800/6810 webcam driver. 26 MODULE_DESCRIPTION("Topro TP6800/6810 gspca webcam driver"); 132 u8 quality; /* webcam current JPEG quality (0..16) */ 166 * index: webcam compression 202 * webcam quality in %
|
H A D | gspca.c | 951 * stop the webcam and free the transfer resources */ gspca_init_transfer()
|
H A D | sn9c20x.c | 68 /* specific webcam descriptor */
|
H A D | spca501.c | 32 /* specific webcam descriptor */
|
H A D | zc3xx.c | 38 /* specific webcam descriptor */ 58 u8 reg08; /* webcam compression quality */ 6873 /* remove the webcam's header: sd_pkt_scan()
|
H A D | xirlink_cit.c | 53 /* specific webcam descriptor */
|
H A D | sonixj.c | 34 /* specific webcam descriptor */
|
H A D | vc032x.c | 33 /* specific webcam descriptor */
|
/linux-4.4.14/drivers/media/usb/zr364xx/ |
H A D | zr364xx.c | 2 * Zoran 364xx based USB webcam module version 0.73 4 * Allows you to use your USB webcam with V4L2 applications 912 * like Ekiga does during its startup, can crash the webcam zr364xx_vidioc_s_fmt_vid_cap() 1200 * like Ekiga does during its startup, can crash the webcam zr364xx_open() 1264 * like Ekiga does during its startup, can crash the webcam zr364xx_close() 1421 dev_info(&intf->dev, DRIVER_DESC " compatible webcam plugged\n"); zr364xx_probe() 1569 dev_info(&intf->dev, DRIVER_DESC " webcam unplugged\n"); zr364xx_disconnect()
|
/linux-4.4.14/drivers/platform/x86/ |
H A D | msi-wmi.c | 58 WIND_KEY_CAMERA, /* Fn+F6 webcam toggle */
|
/linux-4.4.14/drivers/media/usb/em28xx/ |
H A D | em28xx-cards.c | 453 /* 1ae7:9003/9004 SpeedLink Vicious And Devine Laplace webcam 568 .name = "EM2710/EM2750/EM2751 webcam grabber", 2226 /* 1ae7:9003/9004 SpeedLink Vicious And Devine Laplace webcam 2229 .name = "SpeedLink Vicious And Devine Laplace webcam", 2758 * If the device can be a webcam, seek for a sensor. em28xx_card_setup() 2759 * If sensor is not found, then it isn't a webcam. em28xx_card_setup()
|
H A D | em28xx-i2c.c | 893 [0xba >> 1] = "webcam sensor or tvp5150a",
|
/linux-4.4.14/drivers/media/platform/vivid/ |
H A D | vivid-vid-cap.c | 65 /* The number of discrete webcam framesizes */ 67 /* The number of discrete webcam frameintervals */ 667 /* Note: the webcam input doesn't support scaling, cropping or composing */ vivid_s_fmt_vid_cap()
|
H A D | vivid-core.c | 131 "\t\t Type 0 == webcam, 1 == TV, 2 == S-Video, 3 == HDMI");
|
/linux-4.4.14/tools/usb/ |
H A D | testusb.c | 228 /* iBOT2 high speed webcam */ testdev_ifnum()
|
/linux-4.4.14/drivers/media/usb/usbvision/ |
H A D | usbvision-core.c | 1584 /* configure webcam image sensor using the serial port */ usbvision_init_webcam() 2003 /* webcam is only 480 pixels wide, both PAL and NTSC version */ usbvision_set_input()
|
/linux-4.4.14/include/uapi/linux/ |
H A D | videodev2.h | 602 #define V4L2_PIX_FMT_PWC1 v4l2_fourcc('P', 'W', 'C', '1') /* pwc older webcam */ 603 #define V4L2_PIX_FMT_PWC2 v4l2_fourcc('P', 'W', 'C', '2') /* pwc newer webcam */
|
/linux-4.4.14/include/media/ |
H A D | v4l2-subdev.h | 67 sensors and webcam controllers.
|
/linux-4.4.14/drivers/usb/misc/ |
H A D | usbtest.c | 2777 .name = "iBOT2 webcam",
|