Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/usb/gspca/stv06xx/
H A Dstv06xx_hdcs.h23 #define HDCS_REG_CONFIG(sd) (IS_1020(sd) ? HDCS20_CONFIG : HDCS00_CONFIG)
24 #define HDCS_REG_CONTROL(sd) (IS_1020(sd) ? HDCS20_CONTROL : HDCS00_CONTROL)
H A Dstv06xx_hdcs.c193 if (IS_1020(sd)) { in hdcs_set_exposure()
212 if (IS_1020(sd)) { in hdcs_set_exposure()
290 if (IS_1020(sd)) { in hdcs_set_size()
508 if (IS_1020(sd)) in hdcs_init()
H A Dstv06xx_sensor.h22 #define IS_1020(sd) ((sd)->sensor == &stv06xx_sensor_hdcs1020) macro