Home
last modified time | relevance | path

Searched refs:BRIDGE_ST6422 (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/media/usb/gspca/stv06xx/
H A Dstv06xx.c428 if (sd->bridge == BRIDGE_ST6422 && (id & 0xff00) == 0x0200) in stv06xx_pkt_scan()
460 if (sd->bridge == BRIDGE_ST6422) in stv06xx_pkt_scan()
602 {USB_DEVICE(0x046D, 0x08F0), .driver_info = BRIDGE_ST6422 }, /* QuickCam Messenger */
603 {USB_DEVICE(0x046D, 0x08F5), .driver_info = BRIDGE_ST6422 }, /* QuickCam Communicate */
604 {USB_DEVICE(0x046D, 0x08F6), .driver_info = BRIDGE_ST6422 }, /* QuickCam Messenger (new) */
H A Dstv06xx.h91 #define BRIDGE_ST6422 3 /* With integrated sensor */ macro
H A Dstv06xx_st6422.c106 if (sd->bridge != BRIDGE_ST6422) in st6422_probe()