Home
last modified time | relevance | path

Searched refs:bu18tl82 (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/
H A Drohm-bu18tl82.c33 struct bu18tl82 { struct
53 static struct bu18tl82 *bridge_to_bu18tl82(struct drm_bridge *bridge) in bridge_to_bu18tl82()
55 return container_of(bridge, struct bu18tl82, base); in bridge_to_bu18tl82()
91 static int bu18tl82_get_init_seq(struct bu18tl82 *bu18tl82) in bu18tl82_get_init_seq() argument
93 struct device *dev = bu18tl82->dev; in bu18tl82_get_init_seq()
104 bu18tl82->serdes_init_seq = devm_kzalloc(dev, sizeof(*bu18tl82->serdes_init_seq), in bu18tl82_get_init_seq()
106 if (!bu18tl82->serdes_init_seq) in bu18tl82_get_init_seq()
109 err = bu18tl82_parse_init_seq(dev, data, len, bu18tl82->serdes_init_seq); in bu18tl82_get_init_seq()
121 struct bu18tl82 *bu18tl82 = bridge_to_bu18tl82(bridge); in bu18tl82_bridge_get_modes() local
123 return drm_bridge_get_modes(bu18tl82->bridge, connector); in bu18tl82_bridge_get_modes()
[all …]
H A DMakefile16 obj-$(CONFIG_DRM_ROHM_BU18XL82) += rohm-bu18tl82.o rohm-bu18rl82.o
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/display/bridge/
H A Drohm-bu18xl82.txt4 - compatible: "rohm,bu18tl82" or "rohm,bu18rl82"
74 bu18tl82: bu18tl82@10 {
75 compatible = "rohm,bu18tl82";
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/rockchip/
H A Drk3588-vehicle-serdes-display-v20.dtsi642 bu18tl82: bu18tl82@10 { label
643 compatible = "rohm,bu18tl82";
850 bu18tl82@10 {
851 compatible = "rohm,bu18tl82";
1024 bu18tl82@10 {
1025 compatible = "rohm,bu18tl82";
1217 bu18tl82@10 {
1218 compatible = "rohm,bu18tl82";
1428 bu18tl82@10 {
1429 compatible = "rohm,bu18tl82";
[all …]
H A Drk3588-vehicle-serdes-display.dtsi642 bu18tl82: bu18tl82@10 { label
643 compatible = "rohm,bu18tl82";
850 bu18tl82@10 {
851 compatible = "rohm,bu18tl82";
1024 bu18tl82@10 {
1025 compatible = "rohm,bu18tl82";
1217 bu18tl82@10 {
1218 compatible = "rohm,bu18tl82";
1428 bu18tl82@10 {
1429 compatible = "rohm,bu18tl82";
[all …]
H A Drk3588-vehicle-serdes-display-v21.dtsi634 bu18tl82: bu18tl82@10 { label
635 compatible = "rohm,bu18tl82";
854 bu18tl82@10 {
855 compatible = "rohm,bu18tl82";
1074 bu18tl82@10 {
1075 compatible = "rohm,bu18tl82";
1284 bu18tl82@10 {
1285 compatible = "rohm,bu18tl82";
1505 bu18tl82@10 {
1506 compatible = "rohm,bu18tl82";
[all …]
/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A DMakefile37 obj-$(CONFIG_DRM_ROHM_BU18XL82) += rohm-bu18tl82.o rohm-bu18rl82.o
H A Drohm-bu18tl82.c263 U_BOOT_DRIVER(bu18tl82) = {