Searched refs:gc2093 (Results 1 - 1 of 1) sorted by relevance
/device/soc/rockchip/common/vendor/drivers/media/i2c/ |
H A D | gc2093.c | 3 * gc2093 sensor driver
37 #define GC2093_NAME "gc2093"
100 #define to_gc2093(sd) container_of(sd, struct gc2093, subdev)
129 struct gc2093 {
struct 476 static inline int gc2093_read_reg(struct gc2093 *gc2093, u16 addr, u8 *value)
in gc2093_read_reg() argument 481 ret = regmap_read(gc2093->regmap, addr, &val);
in gc2093_read_reg() 483 dev_err(gc2093->dev, "i2c read failed at addr: %x\n", addr);
in gc2093_read_reg() 492 static inline int gc2093_write_reg(struct gc2093 *gc2093, u1 argument 521 gc2093_set_gain(struct gc2093 *gc2093, u32 gain) gc2093_set_gain() argument 551 struct gc2093 *gc2093 = container_of(ctrl->handler, struct gc2093, ctrl_handler); gc2093_set_ctrl() local 603 gc2093_get_regulators(struct gc2093 *gc2093) gc2093_get_regulators() argument 614 gc2093_initialize_controls(struct gc2093 *gc2093) gc2093_initialize_controls() argument 676 __gc2093_power_on(struct gc2093 *gc2093) __gc2093_power_on() argument 724 __gc2093_power_off(struct gc2093 *gc2093) __gc2093_power_off() argument 737 gc2093_check_sensor_id(struct gc2093 *gc2093) gc2093_check_sensor_id() argument 760 gc2093_get_module_inf(struct gc2093 *gc2093, struct rkmodule_inf *inf) gc2093_get_module_inf() argument 770 struct gc2093 *gc2093 = to_gc2093(sd); gc2093_ioctl() local 887 __gc2093_start_stream(struct gc2093 *gc2093) __gc2093_start_stream() argument 912 __gc2093_stop_stream(struct gc2093 *gc2093) __gc2093_stop_stream() argument 1009 struct gc2093 *gc2093 = to_gc2093(sd); gc2093_s_stream() local 1057 struct gc2093 *gc2093 = to_gc2093(sd); gc2093_g_frame_interval() local 1069 struct gc2093 *gc2093 = to_gc2093(sd); gc2093_g_mbus_config() local 1091 struct gc2093 *gc2093 = to_gc2093(sd); gc2093_enum_frame_sizes() local 1111 struct gc2093 *gc2093 = to_gc2093(sd); gc2093_enum_frame_interval() local 1127 struct gc2093 *gc2093 = to_gc2093(sd); gc2093_set_fmt() local 1163 struct gc2093 *gc2093 = to_gc2093(sd); gc2093_get_fmt() local 1187 struct gc2093 *gc2093 = to_gc2093(sd); gc2093_open() local 1211 struct gc2093 *gc2093 = to_gc2093(sd); gc2093_s_power() local 1270 struct gc2093 *gc2093 = to_gc2093(sd); gc2093_runtime_resume() local 1280 struct gc2093 *gc2093 = to_gc2093(sd); gc2093_runtime_suspend() local 1293 struct gc2093 *gc2093; gc2093_probe() local 1421 struct gc2093 *gc2093 = to_gc2093(sd); gc2093_remove() local [all...] |
Completed in 2 milliseconds