Home
last modified time | relevance | path

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

/drivers/media/video/gspca/stv06xx/
Dstv06xx_hdcs.c356 sd->gspca_dev.cam.cam_mode = stv06xx_sensor_hdcs1x00.modes; in hdcs_probe_1x00()
357 sd->gspca_dev.cam.nmodes = stv06xx_sensor_hdcs1x00.nmodes; in hdcs_probe_1x00()
358 sd->desc.ctrls = stv06xx_sensor_hdcs1x00.ctrls; in hdcs_probe_1x00()
359 sd->desc.nctrls = stv06xx_sensor_hdcs1x00.nctrls; in hdcs_probe_1x00()
Dstv06xx_sensor.h40 extern const struct stv06xx_sensor stv06xx_sensor_hdcs1x00;
Dstv06xx_hdcs.h143 const struct stv06xx_sensor stv06xx_sensor_hdcs1x00 = { variable
Dstv06xx.c443 sd->sensor = &stv06xx_sensor_hdcs1x00; in stv06xx_config()