Searched refs:s5k5baf (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/media/i2c/ |
H A D | s5k5baf.c | 280 struct s5k5baf { struct 396 return &container_of(ctrl->handler, struct s5k5baf, ctrls.handler)->sd; in ctrl_to_sd() 404 static inline struct s5k5baf *to_s5k5baf(struct v4l2_subdev *sd) in to_s5k5baf() 407 return container_of(sd, struct s5k5baf, cis_sd); in to_s5k5baf() 409 return container_of(sd, struct s5k5baf, sd); in to_s5k5baf() 412 static u16 s5k5baf_i2c_read(struct s5k5baf *state, u16 addr) in s5k5baf_i2c_read() 441 static void s5k5baf_i2c_write(struct s5k5baf *state, u16 addr, u16 val) in s5k5baf_i2c_write() 459 static u16 s5k5baf_read(struct s5k5baf *state, u16 addr) in s5k5baf_read() 465 static void s5k5baf_write(struct s5k5baf *state, u16 addr, u16 val) in s5k5baf_write() 471 static void s5k5baf_write_arr_seq(struct s5k5baf *state, u16 addr, in s5k5baf_write_arr_seq() [all …]
|
H A D | Makefile | 121 obj-$(CONFIG_VIDEO_S5K5BAF) += s5k5baf.o
|
/linux/Documentation/admin-guide/media/ |
H A D | i2c-cardlist.rst | 106 s5k5baf Samsung S5K5BAF sensor
|
/linux/arch/arm/boot/dts/samsung/ |
H A D | exynos4210-i9100.dts | 167 compatible = "samsung,s5k5baf";
|
/linux/ |
H A D | MAINTAINERS | 20428 F: drivers/media/i2c/s5k5baf.c
|