Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/media/i2c/
H A Dbt856.c3 * bt856 - BT856A Digital Video Encoder (Rockwell Part)
41 struct bt856 { struct
48 static inline struct bt856 *to_bt856(struct v4l2_subdev *sd) in to_bt856()
50 return container_of(sd, struct bt856, sd); in to_bt856()
55 static inline int bt856_write(struct bt856 *encoder, u8 reg, u8 value) in bt856_write()
63 static inline int bt856_setbit(struct bt856 *encoder, u8 reg, u8 bit, u8 value) in bt856_setbit()
70 static void bt856_dump(struct bt856 *encoder) in bt856_dump()
84 struct bt856 *encoder = to_bt856(sd); in bt856_init()
111 struct bt856 *encoder = to_bt856(sd); in bt856_s_std_output()
133 struct bt856 *encode in bt856_s_routing()
[all...]
H A DMakefile43 obj-$(CONFIG_VIDEO_BT856) += bt856.o
/kernel/linux/linux-6.6/drivers/media/i2c/
H A Dbt856.c3 * bt856 - BT856A Digital Video Encoder (Rockwell Part)
41 struct bt856 { struct
48 static inline struct bt856 *to_bt856(struct v4l2_subdev *sd) in to_bt856()
50 return container_of(sd, struct bt856, sd); in to_bt856()
55 static inline int bt856_write(struct bt856 *encoder, u8 reg, u8 value) in bt856_write()
63 static inline int bt856_setbit(struct bt856 *encoder, u8 reg, u8 bit, u8 value) in bt856_setbit()
70 static void bt856_dump(struct bt856 *encoder) in bt856_dump()
84 struct bt856 *encoder = to_bt856(sd); in bt856_init()
111 struct bt856 *encoder = to_bt856(sd); in bt856_s_std_output()
133 struct bt856 *encode in bt856_s_routing()
[all...]
H A DMakefile23 obj-$(CONFIG_VIDEO_BT856) += bt856.o

Completed in 2 milliseconds