Searched refs:gc0308 (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/media/i2c/
H A Dgc0308.c428 struct gc0308 { struct
452 static inline struct gc0308 *to_gc0308(struct v4l2_subdev *sd)
454 return container_of(sd, struct gc0308, sd);
772 struct gc0308 *gc0308 = dev_get_drvdata(dev); local
775 ret = regulator_enable(gc0308->vdd);
779 ret = clk_prepare_enable(gc0308->clk);
783 gpiod_set_value_cansleep(gc0308->pwdn_gpio, 0);
786 gpiod_set_value_cansleep(gc0308->reset_gpio, 1);
788 gpiod_set_value_cansleep(gc0308
800 struct gc0308 *gc0308 = dev_get_drvdata(dev); local
813 struct gc0308 *gc0308 = to_gc0308(sd); local
821 struct gc0308 *gc0308 = to_gc0308(sd); local
827 gc0308_set_exposure(struct gc0308 *gc0308, enum gc0308_exp_val exp) argument
839 gc0308_set_awb_mode(struct gc0308 *gc0308, enum v4l2_auto_n_preset_white_balance val) argument
858 gc0308_set_colormode(struct gc0308 *gc0308, enum v4l2_colorfx mode) argument
878 gc0308_set_power_line_freq(struct gc0308 *gc0308, int frequency) argument
907 gc0308_update_mirror(struct gc0308 *gc0308) argument
921 gc0308_update_blanking(struct gc0308 *gc0308) argument
937 struct gc0308 *gc0308 = container_of(ctrl->handler, struct gc0308, hdl); local
968 struct gc0308 *gc0308 = container_of(ctrl->handler, struct gc0308, hdl); local
1054 struct gc0308 *gc0308 = to_gc0308(sd); local
1105 gc0308_set_resolution(struct gc0308 *gc0308, int *ret) argument
1125 gc0308_start_stream(struct gc0308 *gc0308) argument
1168 gc0308_stop_stream(struct gc0308 *gc0308) argument
1177 struct gc0308 *gc0308 = to_gc0308(sd); local
1206 gc0308_bus_config(struct gc0308 *gc0308) argument
1235 gc0308_init_controls(struct gc0308 *gc0308) argument
1292 struct gc0308 *gc0308; local
1415 struct gc0308 *gc0308 = i2c_get_clientdata(client); local
[all...]
H A DMakefile40 obj-$(CONFIG_VIDEO_GC0308) += gc0308.o

Completed in 202 milliseconds