HomeSort by: relevance | last modified time | path
    Searched defs:PANEL (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libpanel/
panel.h 1 /* $NetBSD: panel.h,v 1.2 2015/11/02 01:06:15 kamil Exp $ */
34 typedef struct __panel PANEL;
37 PANEL *new_panel(WINDOW *);
38 int del_panel(PANEL *);
40 int replace_panel(PANEL *, WINDOW *);
41 WINDOW *panel_window(PANEL *);
43 int set_panel_userptr(PANEL *, char *);
44 char *panel_userptr(PANEL *);
46 int hide_panel(PANEL *);
47 int show_panel(PANEL *);
    [all...]
  /src/sys/arch/evbarm/g42xxeb/
g42xxeb_lcd.c 215 # define PANEL toshiba_LTM035
217 # define PANEL nec_NL3224BC35
220 pxa2x0_lcd_attach_sub(sc, &paa, &PANEL);
229 pxa2x0_lcd_setup_wsscreen(&lcd_bpp16_screen, &PANEL, NULL);
230 pxa2x0_lcd_setup_wsscreen(&lcd_bpp8_screen, &PANEL, NULL);
231 pxa2x0_lcd_setup_wsscreen(&lcd_bpp4_screen, &PANEL, NULL);
254 #undef PANEL

Completed in 14 milliseconds