Home
last modified time | relevance | path

Searched full:tw9900 (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/media/i2c/
H A Dtw9900.c3 * Driver for the Techwell TW9900 multi-standard video decoder.
73 struct tw9900 { struct
89 #define to_tw9900(sd) container_of(sd, struct tw9900, subdev) argument
190 struct tw9900 *tw9900 = to_tw9900(sd); in tw9900_get_fmt() local
193 mutex_lock(&tw9900->mutex); in tw9900_get_fmt()
194 tw9900_fill_fmt(tw9900->cur_mode, mbus_fmt); in tw9900_get_fmt()
195 mutex_unlock(&tw9900->mutex); in tw9900_get_fmt()
204 struct tw9900 *tw9900 = to_tw9900(sd); in tw9900_set_fmt() local
207 mutex_lock(&tw9900->mutex); in tw9900_set_fmt()
209 if (tw9900->streaming) { in tw9900_set_fmt()
[all …]
H A DKconfig1283 tristate "Techwell TW9900 video decoder"
1291 Support for the Techwell TW9900 multi-standard video decoder.
1295 module will be called tw9900.
H A DMakefile148 obj-$(CONFIG_VIDEO_TW9900) += tw9900.o
/linux/Documentation/devicetree/bindings/media/i2c/
H A Dtechwell,tw9900.yaml4 $id: http://devicetree.org/schemas/media/i2c/techwell,tw9900.yaml#
7 title: Techwell TW9900 NTSC/PAL video decoder
13 The tw9900 is a multi-standard video decoder, supporting NTSC, PAL standards
18 const: techwell,tw9900
108 compatible = "techwell,tw9900";
/linux/
H A DMAINTAINERS23014 TECHWELL TW9900 VIDEO DECODER
23018 F: drivers/media/i2c/tw9900.c