Home
last modified time | relevance | path

Searched refs:panel (Results 276 - 300 of 473) sorted by relevance

1...<<111213141516171819

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/winrt/
H A DInspectableNativeWindow.cpp47 ComPtr<ABI::Windows::UI::Xaml::Controls::ISwapChainPanel> panel; in IsSwapChainPanel() local
48 if (SUCCEEDED(win.As(&panel))) in IsSwapChainPanel()
52 *swapChainPanel = panel; in IsSwapChainPanel()
/kernel/linux/linux-5.10/drivers/gpu/drm/panel/
H A Dpanel-samsung-s6e8aa0.c3 * MIPI-DSI based s6e8aa0 AMOLED LCD 5.3 inch panel driver.
96 struct drm_panel panel; member
123 static inline struct s6e8aa0 *panel_to_s6e8aa0(struct drm_panel *panel) in panel_to_s6e8aa0() argument
125 return container_of(panel, struct s6e8aa0, panel); in panel_to_s6e8aa0()
881 static int s6e8aa0_disable(struct drm_panel *panel) in s6e8aa0_disable() argument
886 static int s6e8aa0_unprepare(struct drm_panel *panel) in s6e8aa0_unprepare() argument
888 struct s6e8aa0 *ctx = panel_to_s6e8aa0(panel); in s6e8aa0_unprepare()
899 static int s6e8aa0_prepare(struct drm_panel *panel) in s6e8aa0_prepare() argument
901 struct s6e8aa0 *ctx = panel_to_s6e8aa0(panel); in s6e8aa0_prepare()
917 s6e8aa0_enable(struct drm_panel *panel) s6e8aa0_enable() argument
922 s6e8aa0_get_modes(struct drm_panel *panel, struct drm_connector *connector) s6e8aa0_get_modes() argument
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/exynos/
H A Dexynos_drm_dsi.c258 struct drm_panel *panel; member
1334 struct device *panel) in exynos_dsi_register_te_irq()
1339 dsi->te_gpio = of_get_named_gpio(panel->of_node, "te-gpios", 0); in exynos_dsi_register_te_irq()
1390 if (dsi->panel) { in exynos_dsi_enable()
1391 ret = drm_panel_prepare(dsi->panel); in exynos_dsi_enable()
1405 if (dsi->panel) { in exynos_dsi_enable()
1406 ret = drm_panel_enable(dsi->panel); in exynos_dsi_enable()
1421 drm_panel_unprepare(dsi->panel); in exynos_dsi_enable()
1438 drm_panel_disable(dsi->panel); in exynos_dsi_disable()
1446 drm_panel_unprepare(dsi->panel); in exynos_dsi_disable()
1333 exynos_dsi_register_te_irq(struct exynos_dsi *dsi, struct device *panel) exynos_dsi_register_te_irq() argument
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/dp/
H A Ddp_audio.c30 struct dp_panel *panel; member
609 struct dp_panel *panel, in dp_audio_get()
616 if (!pdev || !panel || !catalog) { in dp_audio_get()
629 audio->panel = panel; in dp_audio_get()
608 dp_audio_get(struct platform_device *pdev, struct dp_panel *panel, struct dp_catalog *catalog) dp_audio_get() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/bridge/
H A Dfsl-ldb.c297 struct drm_panel *panel; in fsl_ldb_probe() local
321 /* Locate the remote ports and the panel node */ in fsl_ldb_probe()
332 return dev_err_probe(dev, -ENXIO, "No panel node found"); in fsl_ldb_probe()
339 panel = of_drm_find_panel(panel_node); in fsl_ldb_probe()
341 if (IS_ERR(panel)) in fsl_ldb_probe()
342 return PTR_ERR(panel); in fsl_ldb_probe()
344 fsl_ldb->panel_bridge = devm_drm_panel_bridge_add(dev, panel); in fsl_ldb_probe()
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/dp/
H A Ddp_audio.c31 struct dp_panel *panel; member
625 struct dp_panel *panel, in dp_audio_get()
632 if (!pdev || !panel || !catalog) { in dp_audio_get()
645 audio->panel = panel; in dp_audio_get()
624 dp_audio_get(struct platform_device *pdev, struct dp_panel *panel, struct dp_catalog *catalog) dp_audio_get() argument
/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/
H A DRBGroupPanel.java122 // Lower panel components in initComponents()
298 //panel.rbm.deleteItem(item.getKey()); in initComponents()
399 RBGroupPanel panel; field in GroupComboActionListener
401 protected GroupComboActionListener(RBGroupPanel panel) { in GroupComboActionListener() argument
402 this.panel = panel; in GroupComboActionListener()
406 panel.updateComponents(); in actionPerformed()
/kernel/linux/linux-5.10/drivers/video/fbdev/omap/
H A Dlcd_ams_delta.c5 * LCD panel support for the Amstrad E3 (Delta) videophone.
88 /* omapfb panel section */
90 static int ams_delta_panel_enable(struct lcd_panel *panel) in ams_delta_panel_enable() argument
97 static void ams_delta_panel_disable(struct lcd_panel *panel) in ams_delta_panel_disable() argument
178 MODULE_DESCRIPTION("LCD panel support for the Amstrad E3 (Delta) videophone");
/kernel/linux/linux-5.10/include/drm/
H A Ddrm_of.h48 struct drm_panel **panel,
89 struct drm_panel **panel, in drm_of_find_panel_or_bridge()
104 * drm_of_panel_bridge_remove - remove panel bridge
105 * @np: device tree node containing panel bridge output ports
107 * Remove the panel bridge of a given DT node's port and endpoint number
87 drm_of_find_panel_or_bridge(const struct device_node *np, int port, int endpoint, struct drm_panel **panel, struct drm_bridge **bridge) drm_of_find_panel_or_bridge() argument
/kernel/linux/linux-6.6/include/drm/
H A Ddrm_of.h50 struct drm_panel **panel,
98 struct drm_panel **panel, in drm_of_find_panel_or_bridge()
145 * drm_of_panel_bridge_remove - remove panel bridge
146 * @np: device tree node containing panel bridge output ports
148 * Remove the panel bridge of a given DT node's port and endpoint number
96 drm_of_find_panel_or_bridge(const struct device_node *np, int port, int endpoint, struct drm_panel **panel, struct drm_bridge **bridge) drm_of_find_panel_or_bridge() argument
/kernel/linux/linux-6.6/drivers/video/fbdev/omap/
H A Dlcd_ams_delta.c5 * LCD panel support for the Amstrad E3 (Delta) videophone.
88 /* omapfb panel section */
90 static int ams_delta_panel_enable(struct lcd_panel *panel) in ams_delta_panel_enable() argument
97 static void ams_delta_panel_disable(struct lcd_panel *panel) in ams_delta_panel_disable() argument
174 MODULE_DESCRIPTION("LCD panel support for the Amstrad E3 (Delta) videophone");
/kernel/linux/linux-5.10/drivers/gpu/drm/bridge/
H A Dtc358768.c133 struct drm_panel *panel; member
386 struct drm_panel *panel; in tc358768_dsi_host_attach() local
414 ret = drm_of_find_panel_or_bridge(host->dev->of_node, 1, 0, &panel, in tc358768_dsi_host_attach()
419 if (panel) { in tc358768_dsi_host_attach()
420 bridge = drm_panel_bridge_add_typed(panel, in tc358768_dsi_host_attach()
428 priv->output.panel = panel; in tc358768_dsi_host_attach()
456 if (priv->output.panel) in tc358768_dsi_host_detach()
604 dev_dbg(priv->dev, "PLL: pclk %u (panel: %u)\n", in tc358768_setup_pll()
H A Dnxp-ptn3460.c266 struct drm_panel *panel; in ptn3460_probe() local
274 ret = drm_of_find_panel_or_bridge(dev->of_node, 0, 0, &panel, NULL); in ptn3460_probe()
278 panel_bridge = devm_drm_panel_bridge_add(dev, panel); in ptn3460_probe()
/kernel/linux/linux-5.10/drivers/gpu/drm/mcde/
H A Dmcde_dsi.c42 struct drm_panel *panel; member
156 * formatter itself for synchronization (stateless video panel). in mcde_dsi_attach_to_mcde()
483 * figure out how to properly configure that from the panel. in mcde_dsi_setup_video_mode()
1039 * Stop clocks and terminate any DSI traffic here so the panel can in mcde_dsi_disable()
1062 /* Attach the DSI bridge to the output (panel etc) bridge */ in mcde_dsi_bridge_attach()
1084 struct drm_panel *panel = NULL; in mcde_dsi_bind() local
1110 /* Look for a panel as a child to this node */ in mcde_dsi_bind()
1112 panel = of_drm_find_panel(child); in mcde_dsi_bind()
1113 if (IS_ERR(panel)) { in mcde_dsi_bind()
1114 dev_err(dev, "failed to find panel tr in mcde_dsi_bind()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/mcde/
H A Dmcde_dsi.c42 struct drm_panel *panel; member
156 * formatter itself for synchronization (stateless video panel). in mcde_dsi_attach_to_mcde()
483 * figure out how to properly configure that from the panel. in mcde_dsi_setup_video_mode()
1039 * Stop clocks and terminate any DSI traffic here so the panel can in mcde_dsi_disable()
1061 /* Attach the DSI bridge to the output (panel etc) bridge */ in mcde_dsi_bridge_attach()
1077 struct drm_panel *panel = NULL; in mcde_dsi_bind() local
1103 /* Look for a panel as a child to this node */ in mcde_dsi_bind()
1105 panel = of_drm_find_panel(child); in mcde_dsi_bind()
1106 if (IS_ERR(panel)) { in mcde_dsi_bind()
1107 dev_err(dev, "failed to find panel tr in mcde_dsi_bind()
[all...]
/kernel/linux/linux-6.6/scripts/kconfig/
H A Dnconf.gui.c317 PANEL *panel; in dialog_inputbox() local
377 panel = new_panel(win); in dialog_inputbox()
485 del_panel(panel); in dialog_inputbox()
523 PANEL *panel; in show_scroll_win_ext() local
557 /* show the help in the help window, and show the help panel */ in show_scroll_win_ext()
562 panel = new_panel(win); in show_scroll_win_ext()
637 del_panel(panel); in show_scroll_win_ext()
/kernel/linux/linux-5.10/drivers/gpu/drm/fsl-dcu/
H A Dfsl_dcu_drm_output.h14 struct drm_panel *panel; member
/kernel/linux/linux-6.6/drivers/gpu/drm/fsl-dcu/
H A Dfsl_dcu_drm_output.h14 struct drm_panel *panel; member
/kernel/linux/linux-5.10/drivers/gpu/drm/tegra/
H A Ddsi.c715 /* 2 ms peripheral timeout for panel */ in tegra_dsi_set_timeout()
849 if (output->panel) in tegra_dsi_encoder_disable()
850 drm_panel_disable(output->panel); in tegra_dsi_encoder_disable()
872 if (output->panel) in tegra_dsi_encoder_disable()
873 drm_panel_unprepare(output->panel); in tegra_dsi_encoder_disable()
931 if (output->panel) in tegra_dsi_encoder_enable()
932 drm_panel_prepare(output->panel); in tegra_dsi_encoder_enable()
946 if (output->panel) in tegra_dsi_encoder_enable()
947 drm_panel_enable(output->panel); in tegra_dsi_encoder_enable()
1491 * Slaves don't have a panel associate in tegra_dsi_host_attach()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/tegra/
H A Ddsi.c715 /* 2 ms peripheral timeout for panel */ in tegra_dsi_set_timeout()
849 if (output->panel) in tegra_dsi_encoder_disable()
850 drm_panel_disable(output->panel); in tegra_dsi_encoder_disable()
872 if (output->panel) in tegra_dsi_encoder_disable()
873 drm_panel_unprepare(output->panel); in tegra_dsi_encoder_disable()
916 * in order for the panel initialization commands to be in tegra_dsi_encoder_enable()
940 if (output->panel) in tegra_dsi_encoder_enable()
941 drm_panel_prepare(output->panel); in tegra_dsi_encoder_enable()
955 if (output->panel) in tegra_dsi_encoder_enable()
956 drm_panel_enable(output->panel); in tegra_dsi_encoder_enable()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/gma500/
H A Doaktrail.h159 struct oaktrail_panel_descriptor_v1 panel[4];/*panel descrs,38 bytes each*/ member
160 union oaktrail_panel_rx panelrx[4]; /* panel receivers*/
176 struct oaktrail_panel_descriptor_v2 panel[4];/*panel descrs,38 bytes each*/ member
177 union oaktrail_panel_rx panelrx[4]; /* panel receivers*/
191 u8 bpi; /* boot panel index, number of panel used during boot */
192 u8 pt; /* panel type, 4 bit field, 0=lvds, 1=mipi */
193 struct oaktrail_timing_info DTD; /* timing info for the selected panel */
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/imx/dcss/
H A Ddcss-kms.c83 struct drm_panel *panel; in dcss_kms_bridge_connector_init() local
88 &panel, &bridge); in dcss_kms_bridge_connector_init()
/kernel/linux/linux-6.6/drivers/gpu/drm/gma500/
H A Doaktrail.h159 struct oaktrail_panel_descriptor_v1 panel[4];/*panel descrs,38 bytes each*/ member
160 union oaktrail_panel_rx panelrx[4]; /* panel receivers*/
176 struct oaktrail_panel_descriptor_v2 panel[4];/*panel descrs,38 bytes each*/ member
177 union oaktrail_panel_rx panelrx[4]; /* panel receivers*/
191 u8 bpi; /* boot panel index, number of panel used during boot */
192 u8 pt; /* panel type, 4 bit field, 0=lvds, 1=mipi */
193 struct oaktrail_timing_info DTD; /* timing info for the selected panel */
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/imx/dcss/
H A Ddcss-kms.c69 struct drm_panel *panel; in dcss_kms_bridge_connector_init() local
74 &panel, &bridge); in dcss_kms_bridge_connector_init()
/kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/displays/
H A Dpanel-dpi.c17 #include <video/omap-panel-data.h>
118 dssdev->panel.timings = *timings; in panel_dpi_set_timings()
182 GPIOF_OUT_INIT_LOW, "panel enable"); in panel_dpi_probe_pdata()
215 r = of_get_display_timing(node, "panel-timing", &timing); in panel_dpi_probe_of()
261 GPIOF_OUT_INIT_LOW, "panel backlight"); in panel_dpi_probe()
271 dssdev->panel.timings = ddata->videomode; in panel_dpi_probe()
276 dev_err(&pdev->dev, "Failed to register panel\n"); in panel_dpi_probe()
305 { .compatible = "omapdss,panel-dpi", },
315 .name = "panel-dpi",

Completed in 21 milliseconds

1...<<111213141516171819