• Home
  • Raw
  • Download

Lines Matching defs:sd

60 struct sd {  struct
61 struct gspca_dev gspca_dev; /* !! must be the first item */
63 struct v4l2_ctrl *jpegqual;
64 struct v4l2_ctrl *freq;
65 struct { /* h/vflip control cluster */
69 struct { /* autobrightness/brightness control cluster */
74 u8 revision;
76 u8 packet_nr;
78 char bridge;
88 char invert_led;
91 char snapshot_pressed;
92 char snapshot_needs_reset;
95 u8 sif;
101 u8 stopped; /* Streaming is temporarily paused */
102 u8 first_frame;
104 u8 frame_rate; /* current Framerate */
105 u8 clockdiv; /* clockdiv override */
107 s8 sensor; /* Type of image sensor chip (SEN_*) */
109 u8 sensor_addr;
110 u16 sensor_width;
111 u16 sensor_height;
112 s16 sensor_reg_cache[256];
114 u8 jpeg_hdr[JPEG_HDR_SZ];
1999 static void reg_w(struct sd *sd, u16 index, u16 value) in reg_w()
2050 static int reg_r(struct sd *sd, u16 index) in reg_r()
2097 static int reg_r8(struct sd *sd, in reg_r8()
2135 static void reg_w_mask(struct sd *sd, in reg_w_mask()
2159 static void ov518_reg_w32(struct sd *sd, u16 index, u32 value, int n) in ov518_reg_w32()
2183 static void ov511_i2c_w(struct sd *sd, u8 reg, u8 value) in ov511_i2c_w()
2217 static int ov511_i2c_r(struct sd *sd, u8 reg) in ov511_i2c_r()
2288 static void ov518_i2c_w(struct sd *sd, in ov518_i2c_w()
2317 static int ov518_i2c_r(struct sd *sd, u8 reg) in ov518_i2c_r()
2338 static void ovfx2_i2c_w(struct sd *sd, u8 reg, u8 value) in ovfx2_i2c_w()
2360 static int ovfx2_i2c_r(struct sd *sd, u8 reg) in ovfx2_i2c_r()
2386 static void i2c_w(struct sd *sd, u8 reg, u8 value) in i2c_w()
2419 static int i2c_r(struct sd *sd, u8 reg) in i2c_r()
2455 static void i2c_w_mask(struct sd *sd, in i2c_w_mask()
2474 static inline void ov51x_stop(struct sd *sd) in ov51x_stop()
2505 static inline void ov51x_restart(struct sd *sd) in ov51x_restart()
2544 static int init_ov_sensor(struct sd *sd, u8 slave) in init_ov_sensor()
2583 static void ov51x_set_slave_ids(struct sd *sd, in ov51x_set_slave_ids()
2599 static void write_regvals(struct sd *sd, in write_regvals()
2609 static void write_i2c_regvals(struct sd *sd, in write_i2c_regvals()
2626 static void ov_hires_configure(struct sd *sd) in ov_hires_configure()
2674 static void ov8xx0_configure(struct sd *sd) in ov8xx0_configure()
2697 static void ov7xx0_configure(struct sd *sd) in ov7xx0_configure()
2785 static void ov6xx0_configure(struct sd *sd) in ov6xx0_configure()
2834 static void ov51x_led_control(struct sd *sd, int on) in ov51x_led_control()
2856 struct sd *sd = (struct sd *) gspca_dev; in sd_reset_snapshot() local
2884 static void ov51x_upload_quan_tables(struct sd *sd) in ov51x_upload_quan_tables()
2961 struct sd *sd = (struct sd *) gspca_dev; in ov511_configure() local
3028 struct sd *sd = (struct sd *) gspca_dev; in ov518_configure() local
3097 static void ov519_configure(struct sd *sd) in ov519_configure()
3118 static void ovfx2_configure(struct sd *sd) in ovfx2_configure()
3137 static void ov519_set_mode(struct sd *sd) in ov519_set_mode()
3174 static void ov519_set_fr(struct sd *sd) in ov519_set_fr()
3222 struct sd *sd = (struct sd *) gspca_dev; in setautogain() local
3231 struct sd *sd = (struct sd *) gspca_dev; in sd_config() local
3273 struct sd *sd = (struct sd *) gspca_dev; in sd_init() local
3457 struct sd *sd = (struct sd *) gspca_dev; in sd_isoc_init() local
3474 static void ov511_mode_init_regs(struct sd *sd) in ov511_mode_init_regs()
3606 static void ov518_mode_init_regs(struct sd *sd) in ov518_mode_init_regs()
3752 static void ov519_mode_init_regs(struct sd *sd) in ov519_mode_init_regs()
3913 static void mode_init_ov_sensor_regs(struct sd *sd) in mode_init_ov_sensor_regs()
4107 struct sd *sd = (struct sd *) gspca_dev; in sethvflip() local
4118 static void set_ov_sensor_window(struct sd *sd) in set_ov_sensor_window()
4234 struct sd *sd = (struct sd *) gspca_dev; in sd_start() local
4274 struct sd *sd = (struct sd *) gspca_dev; in sd_stopN() local
4282 struct sd *sd = (struct sd *) gspca_dev; in sd_stop0() local
4303 struct sd *sd = (struct sd *) gspca_dev; in ov51x_handle_button() local
4333 struct sd *sd = (struct sd *) gspca_dev; in ov511_pkt_scan() local
4383 struct sd *sd = (struct sd *) gspca_dev; in ov518_pkt_scan() local
4467 struct sd *sd = (struct sd *) gspca_dev; in ovfx2_pkt_scan() local
4491 struct sd *sd = (struct sd *) gspca_dev; in sd_pkt_scan() local
4518 struct sd *sd = (struct sd *) gspca_dev; in setbrightness() local
4565 struct sd *sd = (struct sd *) gspca_dev; in setcontrast() local
4667 struct sd *sd = (struct sd *) gspca_dev; in setexposure() local
4674 struct sd *sd = (struct sd *) gspca_dev; in setcolors() local
4723 struct sd *sd = (struct sd *) gspca_dev; in setautobright() local
4728 static void setfreq_i(struct sd *sd, s32 val) in setfreq_i()
4789 struct sd *sd = (struct sd *) gspca_dev; in setfreq() local
4801 struct sd *sd = (struct sd *) gspca_dev; in sd_get_jcomp() local
4816 struct sd *sd = (struct sd *) gspca_dev; in sd_set_jcomp() local
4829 struct sd *sd = (struct sd *)gspca_dev; in sd_g_volatile_ctrl() local
4845 struct sd *sd = (struct sd *)gspca_dev; in sd_s_ctrl() local
4893 struct sd *sd = (struct sd *)gspca_dev; in sd_init_controls() local