Lines Matching +full:no +full:- +full:sd
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 * Copyright (c) 2001 Jean-Fredric Clere, Nikolas Zimmermann, Georg Acher
4 * Mark Cave-Ayland, Carlo E Prelz, Dick Streefland
9 * P/N 861050-0010: Sensor HDCS1000 ASIC STV0600
10 * P/N 861050-0020: Sensor Photobit PB100 ASIC STV0600-1 - QuickCam Express
11 * P/N 861055: Sensor ST VV6410 ASIC STV0610 - LEGO cam
12 * P/N 861075-0040: Sensor HDCS1000 ASIC
13 * P/N 961179-0700: Sensor ST VV6410 ASIC STV0602 - Dexxa WebCam USB
14 * P/N 861040-0000: Sensor ST VV6410 ASIC STV0610 - QuickCam Web
73 struct sd { struct
82 /* The first 4 lines produced by the stv6422 are no good, this keeps
94 int stv06xx_write_bridge(struct sd *sd, u16 address, u16 i2c_data); argument
95 int stv06xx_read_bridge(struct sd *sd, u16 address, u8 *i2c_data);
97 int stv06xx_write_sensor_bytes(struct sd *sd, const u8 *data, u8 len);
98 int stv06xx_write_sensor_words(struct sd *sd, const u16 *data, u8 len);
100 int stv06xx_read_sensor(struct sd *sd, const u8 address, u16 *value);
101 int stv06xx_write_sensor(struct sd *sd, u8 address, u16 value);