Home
last modified time | relevance | path

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

/linux-6.12.1/Documentation/devicetree/bindings/display/bridge/
Dchrontel,ch7033.yaml5 $id: http://devicetree.org/schemas/display/bridge/chrontel,ch7033.yaml#
8 title: Chrontel CH7033 Video Encoder
15 const: chrontel,ch7033
54 compatible = "chrontel,ch7033";
/linux-6.12.1/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()
594 { .compatible = "chrontel,ch7033", },
600 { "ch7033", 0 },
609 .name = "ch7033",
618 MODULE_DESCRIPTION("Chrontel CH7033 Video Encoder Driver");
DKconfig51 tristate "Chrontel CH7033 Video Encoder"
55 Enable support for the Chrontel CH7033 VGA/DVI/HDMI Encoder, as
DMakefile5 obj-$(CONFIG_DRM_CHRONTEL_CH7033) += chrontel-ch7033.o