/openbmc/pldm/host-bmc/dbus/ |
H A D | panel.hpp | 6 #include <xyz/openbmc_project/Inventory/Item/Panel/server.hpp> 15 sdbusplus::xyz::openbmc_project::Inventory::Item::server::Panel>; 17 class Panel : public ItemPanel class 20 Panel() = delete; 21 ~Panel() = default; 22 Panel(const Panel&) = delete; 23 Panel& operator=(const Panel&) = delete; 24 Panel(Panel&&) = delete; 25 Panel& operator=(Panel&&) = delete; 27 Panel(sdbusplus::bus_t& bus, const std::string& objPath) : in Panel() function in pldm::dbus::Panel
|
/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-xfce/packagegroups/ |
H A D | packagegroup-xfce-base.bb | 16 xfce4-panel \ 20 xfce4-panel-plugin-actions \ 21 xfce4-panel-plugin-applicationsmenu \ 22 xfce4-panel-plugin-clock \ 23 xfce4-panel-plugin-directorymenu \ 24 xfce4-panel-plugin-launcher \ 25 xfce4-panel-plugin-pager \ 26 xfce4-panel-plugin-separator \ 27 xfce4-panel-plugin-showdesktop \ 28 xfce4-panel-plugin-systray \ [all …]
|
/openbmc/u-boot/drivers/video/ |
H A D | am335x-fb.c | 112 int am335xfb_init(struct am335x_lcdpanel *panel) in am335xfb_init() argument 125 if (panel == NULL) { in am335xfb_init() 131 switch (panel->bpp) { in am335xfb_init() 141 pr_err("am335x-fb: invalid bpp value: %d\n", panel->bpp); in am335xfb_init() 146 if (panel->pxl_clk > (LCDC_FMAX / 2)) { in am335xfb_init() 148 panel->pxl_clk); in am335xfb_init() 153 panel->hactive, panel->vactive, panel->bpp, in am335xfb_init() 154 panel->hfp, panel->hbp, panel->hsw); in am335xfb_init() 156 panel->vfp, panel->vfp, panel->vsw, panel->pxl_clk); in am335xfb_init() 158 (unsigned int)gd->fb_base, FBSIZE(panel)); in am335xfb_init() [all …]
|
H A D | mxsfb.c | 23 static GraphicDevice panel; variable 43 * Freescale mx23evk/mx28evk with a Seiko 4.3'' WVGA panel: 49 static void mxs_lcd_init(GraphicDevice *panel, in mxs_lcd_init() argument 115 writel(panel->frameAdrs, ®s->hw_lcdif_cur_buf); in mxs_lcd_init() 116 writel(panel->frameAdrs, ®s->hw_lcdif_next_buf); in mxs_lcd_init() 138 if (!panel.frameAdrs) in lcdif_power_down() 141 writel(panel.frameAdrs, ®s->hw_lcdif_cur_buf_reg); in lcdif_power_down() 142 writel(panel.frameAdrs, ®s->hw_lcdif_next_buf_reg); in lcdif_power_down() 172 sprintf(panel.modeIdent, "%dx%dx%d", in video_hw_init() 175 panel.winSizeX = mode.xres; in video_hw_init() [all …]
|
H A D | panel-uclass.c | 9 #include <panel.h> 22 * panel_set_backlight - Set brightness for the panel backlight 24 * @dev: Panel device containing the backlight to update 50 UCLASS_DRIVER(panel) = { 52 .name = "panel",
|
H A D | mx3fb.c | 19 /* this might need panel specific set-up as-well */ 347 static GraphicDevice panel; variable 352 * sdc_init_panel() - initialize a synchronous LCD panel. 353 * @width: width of panel in pixels. 354 * @height: height of panel in pixels. 373 /* Init panel size and blanking periods */ in sdc_init_panel() 538 stride_bytes = (panel.plnSizeX * panel.gdfBytesPP + 3) & ~3; in ipu_init_channel_buffer() 543 ipu_ch_param_set_size(¶ms, panel.gdfIndex, in ipu_init_channel_buffer() 544 panel.plnSizeX, panel.plnSizeY, stride_bytes); in ipu_init_channel_buffer() 671 ret = sdc_init_panel(panel.plnSizeX, panel.plnSizeY, in mx3fb_set_par() [all …]
|
/openbmc/u-boot/arch/arm/mach-imx/ |
H A D | video.c | 11 char const *panel = env_get("panel"); in board_video_skip() local 13 if (!panel) { in board_video_skip() 17 panel = dev->mode.name; in board_video_skip() 18 printf("auto-detected panel %s\n", panel); in board_video_skip() 22 if (!panel) { in board_video_skip() 23 panel = displays[0].mode.name; in board_video_skip() 24 printf("No panel detected: default to %s\n", panel); in board_video_skip() 29 if (!strcmp(panel, displays[i].mode.name)) in board_video_skip() 49 printf("unsupported panel %s\n", panel); in board_video_skip()
|
/openbmc/u-boot/doc/device-tree-bindings/video/ |
H A D | intel-gma.txt | 14 - intel,panel-port-select : output port to use: 0=LVDS 1=DP_B 2=DP_C 3=DP_D 15 - intel,panel-power-cycle-delay : T4 time sequence (6 = 500ms) 18 - intel,panel-power-up-delay : T1+T2 time sequence 19 - intel,panel-power-down-delay : T3 time sequence 20 - intel,panel-power-backlight-on-delay : T5 time sequence 21 - intel,panel-power-backlight-off-delay : Tx time sequence 32 intel,panel-port-select = <1>; 33 intel,panel-power-cycle-delay = <6>; 34 intel,panel-power-up-delay = <2000>; 35 intel,panel-power-down-delay = <500>; [all …]
|
H A D | tegra20-dc.txt | 17 - nvidia,panel : phandle of LCD panel information 20 The panel node describes the panel itself. This has the properties listed in 23 Required properties (panel) : 26 - nvidia,panel-timings: 4 cells containing required timings in ms: 37 - nvidia,panel-vdd-gpios: panel power GPIO 61 nvidia,panel = <&lcd_panel>; 66 lcd_panel: panel { 83 nvidia,panel-vdd-gpios = <&gpio 22 0>; /* PC6 */ 84 nvidia,panel-timings = <400 4 203 17 15>;
|
/openbmc/u-boot/include/ |
H A D | panel.h | 12 * enable_backlight() - Enable the panel backlight 14 * @dev: Panel device containing the backlight to enable 20 * set_backlight - Set panel backlight brightness 22 * @dev: Panel device containing the backlight to update 29 * get_timings() - Get display timings from panel. 31 * @dev: Panel device containing the display timings 42 * panel_enable_backlight() - Enable/disable the panel backlight 44 * @dev: Panel device containing the backlight to enable 51 * panel_set_backlight - Set brightness for the panel backlight 53 * @dev: Panel device containing the backlight to update [all …]
|
/openbmc/openbmc/poky/meta/recipes-sato/matchbox-panel-2/ |
H A D | matchbox-panel-2_2.12.bb | 1 SUMMARY = "Simple GTK+ based panel for handheld devices" 9 … file://matchbox-panel/mb-panel.h;endline=10;md5=f007add2f09d6a1920ee5a28645e9ce1 \ 20 RPROVIDES:${PN} = "matchbox-panel" 21 RREPLACES:${PN} = "matchbox-panel" 22 RCONFLICTS:${PN} = "matchbox-panel" 33 FILES:${PN} += "${libdir}/matchbox-panel/*.so \ 34 ${datadir}/matchbox-panel/brightness/*.png \ 35 ${datadir}/matchbox-panel/startup/*.png \ 37 FILES:${PN}-dev += "${libdir}/matchbox-panel/*.la"
|
/openbmc/openbmc/meta-openembedded/meta-xfce/classes/ |
H A D | xfce-panel-plugin.bbclass | 5 DEPENDS += "libxfce4ui libxfce4util xfce4-panel" 7 SRC_URI = "http://archive.xfce.org/src/panel-plugins/${BPN}/${@xfce_verdir("${PV}")}/${BPN}-${PV}.t… 9 FILES:${PN} += "${datadir}/xfce4/panel-plugins/" 10 FILES:${PN} += "${datadir}/xfce4/panel/plugins/" 11 FILES:${PN} += "${libdir}/xfce4/panel-plugins/*.so" 12 FILES:${PN} += "${libdir}/xfce4/panel/plugins/*.so" 14 FILES:${PN}-dev += "${libdir}/xfce4/panel/plugins/*.la"
|
/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-xfce/xfce4-panel/ |
H A D | xfce4-panel_4.20.0.bb | 1 SUMMARY = "Xfce4 Panel" 24 plugin_dir = d.expand('${libdir}/xfce4/panel/plugins/') 28 aux_files_pattern=['${datadir}/xfce4/panel/plugins/%s.desktop', 29 '${sysconfdir}/xdg/xfce/panel/%s-*', 38 FILES:${PN} += "${libdir}/xfce4/panel/migrate \ 39 ${libdir}/xfce4/panel/wrapper-1.0" 41 FILES:${PN}-dev += "${libdir}/xfce4/panel/plugins/*.la" 45 ${libdir}/xfce4/panel/wrapper-2.0 \
|
/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-panel-plugins/weather/xfce4-weather-plugin/ |
H A D | 0002-parsers-Generalise-input-to-array-of-gchar.patch | 15 panel-plugin/weather-config.c | 18 +++++++++++++++-- 16 panel-plugin/weather-parsers.c | 36 ++++++++++++++++++---------------- 17 panel-plugin/weather-parsers.h | 7 +++---- 18 panel-plugin/weather-search.c | 18 +++++++++++++++-- 19 panel-plugin/weather.c | 26 ++++++++++++++++++++---- 22 diff --git a/panel-plugin/weather-config.c b/panel-plugin/weather-config.c 24 --- a/panel-plugin/weather-config.c 25 +++ b/panel-plugin/weather-config.c 72 diff --git a/panel-plugin/weather-parsers.c b/panel-plugin/weather-parsers.c 74 --- a/panel-plugin/weather-parsers.c [all …]
|
H A D | 0001-libxfce4ui-Avoid-deprecated-functions.patch | 17 panel-plugin/weather-config.c | 4 ++-- 18 panel-plugin/weather-search.c | 20 +++++++++++--------- 34 diff --git a/panel-plugin/weather-config.c b/panel-plugin/weather-config.c 36 --- a/panel-plugin/weather-config.c 37 +++ b/panel-plugin/weather-config.c 49 diff --git a/panel-plugin/weather-search.c b/panel-plugin/weather-search.c 51 --- a/panel-plugin/weather-search.c 52 +++ b/panel-plugin/weather-search.c
|
/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-panel-plugins/pulseaudio/xfce4-pulseaudio-plugin/ |
H A D | 0001-Use-new-xfw_window_activate-signature-in-libwindowin.patch | 7 Upstream-Status: Backport [https://gitlab.xfce.org/panel-plugins/xfce4-pulseaudio-plugin/-/merge_re… 10 panel-plugin/pulseaudio-mpris-player.c | 2 +- 13 diff --git a/panel-plugin/pulseaudio-mpris-player.c b/panel-plugin/pulseaudio-mpris-player.c 15 --- a/panel-plugin/pulseaudio-mpris-player.c 16 +++ b/panel-plugin/pulseaudio-mpris-player.c
|
/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-panel-plugins/verve/ |
H A D | xfce4-verve-plugin_2.0.3.bb | 1 SUMMARY = "Verve panel plugin is a comfortable command line plugin for the Xfce panel" 2 HOMEPAGE = "https://docs.xfce.org/panel-plugins/xfce4-verve-plugin/start" 6 inherit xfce-panel-plugin
|
/openbmc/fb-ipmi-oem/include/ |
H A D | usb-dbg.hpp | 110 enum class panel : uint8_t enum 120 panel parent; 123 panel (*select)(size_t item); 126 static panel panel_main(size_t item); 127 static panel panel_boot_order(size_t item); 128 static panel panel_power_policy(size_t item); 133 .parent = panel::MAIN, 144 .parent = panel::MAIN, 153 .parent = panel::MAIN,
|
/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-panel-plugins/diskperf/ |
H A D | xfce4-diskperf-plugin_2.7.0.bb | 1 SUMMARY = "Panel plugin displaying instant disk/partition performance" 2 HOMEPAGE = "https://docs.xfce.org/panel-plugins/xfce4-diskperf-plugin/start" 6 inherit xfce-panel-plugin 8 SRC_URI = "http://archive.xfce.org/src/panel-plugins/${BPN}/${@'${PV}'[0:3]}/${BPN}-${PV}.tar.bz2"
|
/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-panel-plugins/netload/ |
H A D | xfce4-netload-plugin_1.4.1.bb | 1 SUMMARY = "Panel plugin displaying current load of the network interfaces" 2 HOMEPAGE = "https://docs.xfce.org/panel-plugins/xfce4-netload-plugin/start" 6 inherit xfce-panel-plugin 8 SRC_URI = "http://archive.xfce.org/src/panel-plugins/${BPN}/${@'${PV}'[0:3]}/${BPN}-${PV}.tar.bz2"
|
/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-panel-plugins/notes/ |
H A D | xfce4-notes-plugin_1.11.2.bb | 1 SUMMARY = "Notes plugin for the Xfce Panel" 2 HOMEPAGE = "https://docs.xfce.org/panel-plugins/xfce4-notes-plugin/start" 6 inherit xfce-panel-plugin 8 DEPENDS += "gtk+3 libxfce4ui xfce4-panel xfconf gtksourceview4"
|
/openbmc/openbmc/meta-openembedded/meta-oe/classes/ |
H A D | panel-mipi-dbi.bbclass | 5 # Class to generate firmware files for use with the `panel-mipi-dbi` Linux 20 # the `panel-mipi-dbi` driver looks something like this: 22 # $ cat panel-shineworld-lh133k.bb 23 # inherit panel-mipi-dbi 30 DEPENDS = "panel-mipi-dbi-native"
|
/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-apps/xfce4-screenshooter/ |
H A D | xfce4-screenshooter_1.10.4.bb | 6 DEPENDS = "xfce4-panel libxfce4util libxfce4ui gdk-pixbuf gtk+3 glib-2.0 libsoup exo libxfixes xext… 14 mkdir -p src panel-plugin 19 ${datadir}/xfce4/panel/plugins \ 20 ${libdir}/xfce4/panel/plugins \
|
/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-apps/orage/ |
H A D | orage_4.18.0.bb | 5 DEPENDS = "gtk+ xfce4-panel libical popt" 19 FILES:xfce4-orageclock-plugin = "${libdir}/xfce4/panel/plugins/*.so ${datadir}/xfce4/panel/plugins" 20 FILES:${PN}-dev += "${libdir}/xfce4/panel/plugins/*.la"
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/ |
H A D | bootstrap.min.css | 5 …panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-web…
|