Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/media/i2c/
H A Ds5k5baf.c35 #define S5K5BAF_DRIVER_NAME "s5k5baf"
39 #define S5K5BAF_FW_FILENAME "s5k5baf-cfg.bin"
286 struct s5k5baf { struct
402 return &container_of(ctrl->handler, struct s5k5baf, ctrls.handler)->sd; in ctrl_to_sd()
410 static inline struct s5k5baf *to_s5k5baf(struct v4l2_subdev *sd) in to_s5k5baf()
413 return container_of(sd, struct s5k5baf, cis_sd); in to_s5k5baf()
415 return container_of(sd, struct s5k5baf, sd); in to_s5k5baf()
418 static u16 s5k5baf_i2c_read(struct s5k5baf *state, u16 addr) in s5k5baf_i2c_read()
447 static void s5k5baf_i2c_write(struct s5k5baf *state, u16 addr, u16 val) in s5k5baf_i2c_write()
465 static u16 s5k5baf_read(struct s5k5baf *stat
[all...]
H A DMakefile102 obj-$(CONFIG_VIDEO_S5K5BAF) += s5k5baf.o
/kernel/linux/linux-6.6/drivers/media/i2c/
H A Ds5k5baf.c34 #define S5K5BAF_DRIVER_NAME "s5k5baf"
38 #define S5K5BAF_FW_FILENAME "s5k5baf-cfg.bin"
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 *stat
[all...]
H A DMakefile111 obj-$(CONFIG_VIDEO_S5K5BAF) += s5k5baf.o

Completed in 6 milliseconds