Home
last modified time | relevance | path

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

/linux/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
289 fws5k5baf global() argument
305 crop_sources5k5baf global() argument
314 ctrlss5k5baf global() argument
323 powers5k5baf global() argument
[all...]
/linux/Documentation/admin-guide/media/
H A Di2c-cardlist.rst106 s5k5baf Samsung S5K5BAF sensor
/linux/arch/arm/boot/dts/samsung/
H A Dexynos4210-i9100.dts167 compatible = "samsung,s5k5baf";
/linux/
H A DMAINTAINERS22420 F: drivers/media/i2c/s5k5baf.c