Home
last modified time | relevance | path

Searched refs:SOLO_DEV_6010 (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/media/pci/solo6x10/
H A Dsolo6x10-enc.c103 if (solo_dev->type == SOLO_DEV_6010) in solo_capture_config()
181 if (solo_dev->type == SOLO_DEV_6010) in solo_s_jpeg_qp()
208 if (solo_dev->type == SOLO_DEV_6010) in solo_g_jpeg_qp()
229 if (solo_dev->type == SOLO_DEV_6010) { in solo_jpeg_config()
267 if (solo_dev->type != SOLO_DEV_6010) { in solo_mp4e_config()
288 SOLO_DCT_INTERVAL(solo_dev->type == SOLO_DEV_6010 ? 9 : 10)); in solo_mp4e_config()
H A Dsolo6x10-offsets.h21 (__solo->type == SOLO_DEV_6010 ? 0x10000 : 0x20000)
H A Dsolo6x10-disp.c66 if (solo_dev->type == SOLO_DEV_6010) in solo_vin_config()
H A Dsolo6x10.h57 #define SOLO_DEV_6010 0 macro