Searched full:tw9900 (Results 1 – 5 of 5) sorted by relevance
3 * Driver for the Techwell TW9900 multi-standard video decoder.73 struct tw9900 { struct89 #define to_tw9900(sd) container_of(sd, struct tw9900, subdev) argument190 struct tw9900 *tw9900 = to_tw9900(sd); in tw9900_get_fmt() local193 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() local207 mutex_lock(&tw9900->mutex); in tw9900_set_fmt()209 if (tw9900->streaming) { in tw9900_set_fmt()[all …]
1283 tristate "Techwell TW9900 video decoder"1291 Support for the Techwell TW9900 multi-standard video decoder.1295 module will be called tw9900.
148 obj-$(CONFIG_VIDEO_TW9900) += tw9900.o
4 $id: http://devicetree.org/schemas/media/i2c/techwell,tw9900.yaml#7 title: Techwell TW9900 NTSC/PAL video decoder13 The tw9900 is a multi-standard video decoder, supporting NTSC, PAL standards18 const: techwell,tw9900108 compatible = "techwell,tw9900";
23014 TECHWELL TW9900 VIDEO DECODER23018 F: drivers/media/i2c/tw9900.c