Searched refs:panel (Results 1 - 20 of 20) sorted by relevance

/freebsd-13-stable/contrib/ncurses/include/
H A Dnc_panel.h40 * Headerfile to provide an interface for the panel layer into
55 struct panel; /* Forward Declaration */
59 struct panel *top_panel;
60 struct panel *bottom_panel;
61 struct panel *stdscr_pseudo_panel;
63 int (*destroy) (struct panel *);
/freebsd-13-stable/lib/ncurses/panel/
H A DMakefile6 SRCDIR= ${NCURSES_DIR}/panel
28 panel.c
39 panel.3
43 MLINKS= panel.3 bottom_panel.3 \
44 panel.3 del_panel.3 \
45 panel.3 hide_panel.3 \
46 panel.3 move_panel.3 \
47 panel.3 new_panel.3 \
48 panel.3 panel_above.3 \
49 panel
[all...]
/freebsd-13-stable/lib/ncurses/
H A DMakefile3 SUBDIR= ncurses form menu panel
/freebsd-13-stable/contrib/ncurses/panel/
H A Dpanel.h36 /* $Id: panel.h,v 1.13 2020/02/02 23:34:34 tom Exp $ */
38 /* panel.h -- interface file for panels library */
45 typedef struct panel struct
49 struct panel *below;
50 struct panel *above;
89 /* end of panel.h */
H A DMakefile.in134 ../include/panel.h
147 # make a copy to simplify include-paths while still keeping panel's include
149 ../include/panel.h : $(srcdir)/panel.h
151 cp $(srcdir)/panel.h $@
154 $(srcdir)/panel.priv.h \
155 $(srcdir)/panel.h
H A Dpanel.priv.h30 /* $Id: panel.priv.h,v 1.28 2020/02/02 23:34:34 tom Exp $ */
50 #include "panel.h"
60 # define returnPanel(code) TRACE_RETURN1(code,panel)
119 IS_LINKED(pan) - check to see if panel is in the stack
122 only one element. But this could only be the pseudo panel at the bottom */
131 PANELS_OVERLAPPED(pan1,pan2) - check panel overlapped
152 Walk through the panel stack starting at the given location and
155 If the "touch" flag is set, the panel gets touched before it is
176 Remove panel from stack.
207 /* These may become later renamed and part of panel
[all...]
/freebsd-13-stable/sys/arm/freescale/vybrid/
H A Dvf_dcu4.c199 struct panel_info *panel; member in struct:dcu_softc
238 get_panel_info(struct dcu_softc *sc, struct panel_info *panel) argument
247 /* panel size */
248 if ((len = OF_getproplen(node, "panel-size")) <= 0)
250 OF_getencprop(node, "panel-size", dts_value, len);
251 panel->width = dts_value[0];
252 panel->height = dts_value[1];
255 if ((len = OF_getproplen(node, "panel-hsync")) <= 0)
257 OF_getencprop(node, "panel-hsync", dts_value, len);
258 panel
288 struct panel_info *panel; local
366 struct panel_info panel; local
[all...]
/freebsd-13-stable/sys/arm/nvidia/drm2/
H A Dtegra_drm_subr.c62 if (output->panel != NULL) {
63 /* XXX panel parsing */
105 return ((output->panel != NULL) ?
126 /* XXX parse output panel here */
163 if (output->panel) {
164 /* attach panel */
173 if (output->panel) {
174 /* detach panel */
H A Dtegra_drm.h73 void *panel; /* XXX For LVDS panel */ member in struct:tegra_drm_encoder
/freebsd-13-stable/sys/arm/ti/am335x/
H A Dam335x_lcd.h58 struct panel_info *panel);
H A Dam335x_lcd.c404 device_printf(dev, "missing '%s' attribute in LCD panel info\n",
415 am335x_read_timing(device_t dev, phandle_t node, struct panel_info *panel) argument
436 "hactive", &panel->panel_width)))
440 "vactive", &panel->panel_height)))
444 "hfront-porch", &panel->panel_hfp)))
448 "hback-porch", &panel->panel_hbp)))
452 "hsync-len", &panel->panel_hsw)))
456 "vfront-porch", &panel->panel_vfp)))
460 "vback-porch", &panel->panel_vbp)))
464 "vsync-len", &panel
488 am335x_read_panel_info(device_t dev, phandle_t node, struct panel_info *panel) argument
[all...]
H A Dam335x_lcd_syscons.c755 struct panel_info *panel)
761 va_sc->depth = panel->bpp;
762 va_sc->stride = panel->bpp*panel->panel_width/8;
764 va_sc->width = panel->panel_width;
765 va_sc->height = panel->panel_height;
754 am335x_lcd_syscons_setup(vm_offset_t vaddr, vm_paddr_t paddr, struct panel_info *panel) argument
/freebsd-13-stable/usr.bin/clang/lldb/
H A DMakefile.depend22 lib/ncurses/panel \
H A DMakefile42 LIBADD+= panel
/freebsd-13-stable/sys/powerpc/mpc85xx/
H A Dfsl_diu.c245 struct panel_info *panel; local
248 panel = &sc->sc_panel;
255 if (diu_set_pxclk(sc->sc_dev, panel->panel_freq) < 0) {
269 reg = (panel->panel_hbp << BP_H_SHIFT);
270 reg |= (panel->panel_hpw << PW_H_SHIFT);
271 reg |= (panel->panel_hfp << FP_H_SHIFT);
274 reg = (panel->panel_vbp << BP_V_SHIFT);
275 reg |= (panel->panel_vpw << PW_V_SHIFT);
276 reg |= (panel->panel_vfp << FP_V_SHIFT);
323 /* TODO: derive this from the panel siz
[all...]
/freebsd-13-stable/contrib/ncurses/
H A DMakefile.os255 # if the build of misc/panel.def fails.
128 LIBRARIES = ncurses form menu panel
H A Dconfigure829 --enable-opaque-panel make panel-library structures "opaque"
3471 modules_to_build="$modules_to_build panel menu form"
15063 echo "$as_me:15063: checking if you want opaque panel-library structures" >&5
15064 echo $ECHO_N "checking if you want opaque panel-library structures... $ECHO_C" >&6
15066 # Check whether --enable-opaque-panel or --disable-opaque-panel was given.
25917 PANEL_NAME=panel
/freebsd-13-stable/targets/pseudo/userland/lib/
H A DMakefile.depend191 lib/ncurses/panel \
/freebsd-13-stable/share/mk/
H A Dsrc.libnames.mk157 panel \
671 LIBPANELWDIR= ${OBJTOP}/lib/ncurses/panel
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp14 #include <panel.h>

Completed in 160 milliseconds