Home
last modified time | relevance | path

Searched refs:s5k5baf (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/drivers/media/i2c/
Ds5k5baf.c287 struct s5k5baf { struct
403 return &container_of(ctrl->handler, struct s5k5baf, ctrls.handler)->sd; in ctrl_to_sd()
411 static inline struct s5k5baf *to_s5k5baf(struct v4l2_subdev *sd) in to_s5k5baf()
414 return container_of(sd, struct s5k5baf, cis_sd); in to_s5k5baf()
416 return container_of(sd, struct s5k5baf, sd); in to_s5k5baf()
419 static u16 s5k5baf_i2c_read(struct s5k5baf *state, u16 addr) in s5k5baf_i2c_read()
448 static void s5k5baf_i2c_write(struct s5k5baf *state, u16 addr, u16 val) in s5k5baf_i2c_write()
466 static u16 s5k5baf_read(struct s5k5baf *state, u16 addr) in s5k5baf_read()
472 static void s5k5baf_write(struct s5k5baf *state, u16 addr, u16 val) in s5k5baf_write()
478 static void s5k5baf_write_arr_seq(struct s5k5baf *state, u16 addr, in s5k5baf_write_arr_seq()
[all …]
DMakefile100 obj-$(CONFIG_VIDEO_S5K5BAF) += s5k5baf.o
/Linux-v5.4/Documentation/devicetree/bindings/media/
Dsamsung-s5k5baf.txt6 - compatible : "samsung,s5k5baf";
41 compatible = "samsung,s5k5baf";
/Linux-v5.4/
DMAINTAINERS14292 F: drivers/media/i2c/s5k5baf.c