Home
last modified time | relevance | path

Searched full:ch7033 (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/Documentation/devicetree/bindings/display/bridge/
Dchrontel,ch7033.yaml5 $id: http://devicetree.org/schemas/display/bridge/chrontel,ch7033.yaml#
8 title: Chrontel CH7033 Video Encoder Device Tree Bindings
15 const: chrontel,ch7033
54 compatible = "chrontel,ch7033";
/Linux-v5.10/drivers/gpu/drm/bridge/
Dchrontel-ch7033.c3 * Chrontel CH7033 Video Encoder Driver
561 dev_err(&client->dev, "the device is not a ch7033\n"); in ch7033_probe()
581 dev_info(dev, "Chrontel CH7033 Video Encoder\n"); in ch7033_probe()
596 { .compatible = "chrontel,ch7033", },
602 { "ch7033", 0 },
611 .name = "ch7033",
620 MODULE_DESCRIPTION("Chrontel CH7033 Video Encoder Driver");
DKconfig31 tristate "Chrontel CH7033 Video Encoder"
35 Enable support for the Chrontel CH7033 VGA/DVI/HDMI Encoder, as
DMakefile3 obj-$(CONFIG_DRM_CHRONTEL_CH7033) += chrontel-ch7033.o