Searched refs:s5k5baf (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/media/i2c/ |
D | s5k5baf.c | 290 struct s5k5baf { struct 406 return &container_of(ctrl->handler, struct s5k5baf, ctrls.handler)->sd; in ctrl_to_sd() 414 static inline struct s5k5baf *to_s5k5baf(struct v4l2_subdev *sd) in to_s5k5baf() 417 return container_of(sd, struct s5k5baf, cis_sd); in to_s5k5baf() 419 return container_of(sd, struct s5k5baf, sd); in to_s5k5baf() 422 static u16 s5k5baf_i2c_read(struct s5k5baf *state, u16 addr) in s5k5baf_i2c_read() 451 static void s5k5baf_i2c_write(struct s5k5baf *state, u16 addr, u16 val) in s5k5baf_i2c_write() 469 static u16 s5k5baf_read(struct s5k5baf *state, u16 addr) in s5k5baf_read() 475 static void s5k5baf_write(struct s5k5baf *state, u16 addr, u16 val) in s5k5baf_write() 481 static void s5k5baf_write_arr_seq(struct s5k5baf *state, u16 addr, in s5k5baf_write_arr_seq() [all …]
|
D | Makefile | 97 obj-$(CONFIG_VIDEO_S5K5BAF) += s5k5baf.o
|
/Linux-v4.19/Documentation/devicetree/bindings/media/ |
D | samsung-s5k5baf.txt | 6 - compatible : "samsung,s5k5baf"; 41 compatible = "samsung,s5k5baf";
|
/Linux-v4.19/ |
D | MAINTAINERS | 12811 F: drivers/media/i2c/s5k5baf.c
|