Lines Matching refs:usb_ov511
336 static void ov51x_clear_snapshot(struct usb_ov511 *);
337 static int sensor_get_picture(struct usb_ov511 *,
340 static int sensor_get_exposure(struct usb_ov511 *, unsigned char *);
343 static int ov51x_check_snapshot(struct usb_ov511 *);
426 struct usb_ov511 *ov = data; in ov511_read_proc_info()
508 struct usb_ov511 *ov = data; in ov511_read_proc_button()
535 create_proc_ov511_cam(struct usb_ov511 *ov) in create_proc_ov511_cam()
586 destroy_proc_ov511_cam(struct usb_ov511 *ov) in destroy_proc_ov511_cam()
663 reg_w(struct usb_ov511 *ov, unsigned char reg, unsigned char value) in reg_w()
687 reg_r(struct usb_ov511 *ov, unsigned char reg) in reg_r()
717 reg_w_mask(struct usb_ov511 *ov, in reg_w_mask()
742 ov518_reg_w32(struct usb_ov511 *ov, unsigned char reg, u32 val, int n) in ov518_reg_w32()
767 ov511_upload_quan_tables(struct usb_ov511 *ov) in ov511_upload_quan_tables()
807 ov518_upload_quan_tables(struct usb_ov511 *ov) in ov518_upload_quan_tables()
846 ov51x_reset(struct usb_ov511 *ov, unsigned char reset_type) in ov51x_reset()
877 ov518_i2c_write_internal(struct usb_ov511 *ov, in ov518_i2c_write_internal()
902 ov511_i2c_write_internal(struct usb_ov511 *ov, in ov511_i2c_write_internal()
949 ov518_i2c_read_internal(struct usb_ov511 *ov, unsigned char reg) in ov518_i2c_read_internal()
975 ov511_i2c_read_internal(struct usb_ov511 *ov, unsigned char reg) in ov511_i2c_read_internal()
1042 i2c_r(struct usb_ov511 *ov, unsigned char reg) in i2c_r()
1059 i2c_w(struct usb_ov511 *ov, unsigned char reg, unsigned char value) in i2c_w()
1077 ov51x_i2c_write_mask_internal(struct usb_ov511 *ov, in ov51x_i2c_write_mask_internal()
1113 i2c_w_mask(struct usb_ov511 *ov, in i2c_w_mask()
1133 i2c_set_slave_internal(struct usb_ov511 *ov, unsigned char slave) in i2c_set_slave_internal()
1148 i2c_w_slave(struct usb_ov511 *ov, in i2c_w_slave()
1175 i2c_r_slave(struct usb_ov511 *ov, in i2c_r_slave()
1203 ov51x_set_slave_ids(struct usb_ov511 *ov, unsigned char sid) in ov51x_set_slave_ids()
1222 write_regvals(struct usb_ov511 *ov, struct ov511_regvals * pRegvals) in write_regvals()
1244 dump_i2c_range(struct usb_ov511 *ov, int reg1, int regn) in dump_i2c_range()
1255 dump_i2c_regs(struct usb_ov511 *ov) in dump_i2c_regs()
1262 dump_reg_range(struct usb_ov511 *ov, int reg1, int regn) in dump_reg_range()
1273 ov511_dump_regs(struct usb_ov511 *ov) in ov511_dump_regs()
1299 ov518_dump_regs(struct usb_ov511 *ov) in ov518_dump_regs()
1329 ov51x_stop(struct usb_ov511 *ov) in ov51x_stop()
1342 ov51x_restart(struct usb_ov511 *ov) in ov51x_restart()
1360 ov51x_clear_snapshot(struct usb_ov511 *ov) in ov51x_clear_snapshot()
1377 ov51x_check_snapshot(struct usb_ov511 *ov) in ov51x_check_snapshot()
1402 init_ov_sensor(struct usb_ov511 *ov) in init_ov_sensor()
1436 ov511_set_packet_size(struct usb_ov511 *ov, int size) in ov511_set_packet_size()
1498 ov518_set_packet_size(struct usb_ov511 *ov, int size) in ov518_set_packet_size()
1554 ov511_init_compression(struct usb_ov511 *ov) in ov511_init_compression()
1582 ov518_init_compression(struct usb_ov511 *ov) in ov518_init_compression()
1603 sensor_set_contrast(struct usb_ov511 *ov, unsigned short val) in sensor_set_contrast()
1668 sensor_get_contrast(struct usb_ov511 *ov, unsigned short *val) in sensor_get_contrast()
1714 sensor_set_brightness(struct usb_ov511 *ov, unsigned short val) in sensor_set_brightness()
1763 sensor_get_brightness(struct usb_ov511 *ov, unsigned short *val) in sensor_get_brightness()
1797 sensor_set_saturation(struct usb_ov511 *ov, unsigned short val) in sensor_set_saturation()
1847 sensor_get_saturation(struct usb_ov511 *ov, unsigned short *val) in sensor_get_saturation()
1893 sensor_set_hue(struct usb_ov511 *ov, unsigned short val) in sensor_set_hue()
1949 sensor_get_hue(struct usb_ov511 *ov, unsigned short *val) in sensor_get_hue()
1987 sensor_set_picture(struct usb_ov511 *ov, struct video_picture *p) in sensor_set_picture()
2018 sensor_get_picture(struct usb_ov511 *ov, struct video_picture *p) in sensor_get_picture()
2053 sensor_set_exposure(struct usb_ov511 *ov, unsigned char val) in sensor_set_exposure()
2097 sensor_get_exposure(struct usb_ov511 *ov, unsigned char *val) in sensor_get_exposure()
2134 ov51x_led_control(struct usb_ov511 *ov, int enable) in ov51x_led_control()
2156 sensor_set_light_freq(struct usb_ov511 *ov, int freq) in sensor_set_light_freq()
2215 sensor_set_banding_filter(struct usb_ov511 *ov, int enable) in sensor_set_banding_filter()
2243 sensor_set_auto_brightness(struct usb_ov511 *ov, int enable) in sensor_set_auto_brightness()
2271 sensor_set_auto_exposure(struct usb_ov511 *ov, int enable) in sensor_set_auto_exposure()
2311 sensor_set_backlight(struct usb_ov511 *ov, int enable) in sensor_set_backlight()
2350 sensor_set_mirror(struct usb_ov511 *ov, int enable) in sensor_set_mirror()
2409 mode_init_ov_sensor_regs(struct usb_ov511 *ov, int width, int height, in mode_init_ov_sensor_regs()
2573 set_ov_sensor_window(struct usb_ov511 *ov, int width, int height, int mode, in set_ov_sensor_window()
2683 ov511_mode_init_regs(struct usb_ov511 *ov, in ov511_mode_init_regs()
2776 ov518_mode_init_regs(struct usb_ov511 *ov, in ov518_mode_init_regs()
2916 mode_init_regs(struct usb_ov511 *ov, in mode_init_regs()
2995 ov51x_set_default_params(struct usb_ov511 *ov) in ov51x_set_default_params()
3032 decoder_set_input(struct usb_ov511 *ov, int input) in decoder_set_input()
3054 decoder_get_input_name(struct usb_ov511 *ov, int input, char *name) in decoder_get_input_name()
3076 decoder_set_norm(struct usb_ov511 *ov, int norm) in decoder_set_norm()
3395 request_decompressor(struct usb_ov511 *ov) in request_decompressor()
3451 release_decompressor(struct usb_ov511 *ov) in release_decompressor()
3474 decompress(struct usb_ov511 *ov, struct ov511_frame *frame, in decompress()
3685 ov51x_postprocess_grey(struct usb_ov511 *ov, struct ov511_frame *frame) in ov51x_postprocess_grey()
3712 ov51x_postprocess_yuv420(struct usb_ov511 *ov, struct ov511_frame *frame) in ov51x_postprocess_yuv420()
3771 ov51x_postprocess(struct usb_ov511 *ov, struct ov511_frame *frame) in ov51x_postprocess()
3806 ov511_move_data(struct usb_ov511 *ov, unsigned char *in, int n) in ov511_move_data()
3980 ov518_move_data(struct usb_ov511 *ov, unsigned char *in, int n) in ov518_move_data()
4137 struct usb_ov511 *ov; in ov51x_isoc_irq()
4220 ov51x_init_isoc(struct usb_ov511 *ov) in ov51x_init_isoc()
4316 ov51x_unlink_isoc(struct usb_ov511 *ov) in ov51x_unlink_isoc()
4331 ov51x_stop_isoc(struct usb_ov511 *ov) in ov51x_stop_isoc()
4349 ov51x_new_frame(struct usb_ov511 *ov, int framenum) in ov51x_new_frame()
4405 ov51x_do_dealloc(struct usb_ov511 *ov) in ov51x_do_dealloc()
4449 ov51x_alloc(struct usb_ov511 *ov) in ov51x_alloc()
4516 ov51x_dealloc(struct usb_ov511 *ov, int now) in ov51x_dealloc()
4535 struct usb_ov511 *ov = vdev->priv; in ov51x_v4l1_open()
4592 struct usb_ov511 *ov = vdev->priv; in ov51x_v4l1_close()
4634 struct usb_ov511 *ov = vdev->priv; in ov51x_v4l1_ioctl_internal()
5080 struct usb_ov511 *ov = vdev->priv; in ov51x_v4l1_ioctl()
5098 struct usb_ov511 *ov = vdev->priv; in ov51x_v4l1_read()
5252 struct usb_ov511 *ov = vdev->priv; in ov51x_v4l1_mmap()
5311 struct usb_ov511 *ov; in ov51x_control_ioctl()
5530 ov7xx0_configure(struct usb_ov511 *ov) in ov7xx0_configure()
5747 ov6xx0_configure(struct usb_ov511 *ov) in ov6xx0_configure()
5908 ks0127_configure(struct usb_ov511 *ov) in ks0127_configure()
5965 saa7111a_configure(struct usb_ov511 *ov) in saa7111a_configure()
6062 ov511_configure(struct usb_ov511 *ov) in ov511_configure()
6217 ov518_configure(struct usb_ov511 *ov) in ov518_configure()
6389 struct usb_ov511 *ov; in ov51x_probe()
6580 struct usb_ov511 *ov = (struct usb_ov511 *) ptr; in ov51x_disconnect()