Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/usb/gspca/stv06xx/
Dstv06xx.c422 if (sd->bridge == BRIDGE_ST6422 && (id & 0xff00) == 0x0200) in stv06xx_pkt_scan()
454 if (sd->bridge == BRIDGE_ST6422) in stv06xx_pkt_scan()
592 {USB_DEVICE(0x046D, 0x08F0), .driver_info = BRIDGE_ST6422 },
594 {USB_DEVICE(0x046D, 0x08F5), .driver_info = BRIDGE_ST6422 },
596 {USB_DEVICE(0x046D, 0x08F6), .driver_info = BRIDGE_ST6422 },
Dstv06xx.h104 #define BRIDGE_ST6422 3 /* With integrated sensor */ macro
Dstv06xx_st6422.c120 if (sd->bridge != BRIDGE_ST6422) in st6422_probe()