Home
last modified time | relevance | path

Searched refs:bt856 (Results 1 – 3 of 3) sorted by relevance

/drivers/media/i2c/
Dbt856.c54 struct bt856 { struct
61 static inline struct bt856 *to_bt856(struct v4l2_subdev *sd) in to_bt856() argument
63 return container_of(sd, struct bt856, sd); in to_bt856()
68 static inline int bt856_write(struct bt856 *encoder, u8 reg, u8 value) in bt856_write()
76 static inline int bt856_setbit(struct bt856 *encoder, u8 reg, u8 bit, u8 value) in bt856_setbit()
83 static void bt856_dump(struct bt856 *encoder) in bt856_dump()
97 struct bt856 *encoder = to_bt856(sd); in bt856_init()
124 struct bt856 *encoder = to_bt856(sd); in bt856_s_std_output()
146 struct bt856 *encoder = to_bt856(sd); in bt856_s_routing()
200 struct bt856 *encoder; in bt856_probe()
DMakefile36 obj-$(CONFIG_VIDEO_BT856) += bt856.o
DKconfig237 module will be called bt856.