Home
last modified time | relevance | path

Searched refs:panel (Results 1 – 15 of 15) sorted by relevance

/linux-4.19.296/include/drm/
Ddrm_panel.h72 int (*disable)(struct drm_panel *panel);
73 int (*unprepare)(struct drm_panel *panel);
74 int (*prepare)(struct drm_panel *panel);
75 int (*enable)(struct drm_panel *panel);
76 int (*get_modes)(struct drm_panel *panel);
77 int (*get_timings)(struct drm_panel *panel, unsigned int num_timings,
110 static inline int drm_panel_unprepare(struct drm_panel *panel) in drm_panel_unprepare() argument
112 if (panel && panel->funcs && panel->funcs->unprepare) in drm_panel_unprepare()
113 return panel->funcs->unprepare(panel); in drm_panel_unprepare()
115 return panel ? -ENOSYS : -EINVAL; in drm_panel_unprepare()
[all …]
Ddrm_bridge.h319 struct drm_bridge *drm_panel_bridge_add(struct drm_panel *panel,
323 struct drm_panel *panel,
Ddrm_of.h36 struct drm_panel **panel,
75 struct drm_panel **panel, in drm_of_find_panel_or_bridge() argument
/linux-4.19.296/include/linux/amba/
Dclcd.h150 struct device_node *panel);
159 struct clcd_panel *panel; member
185 if (fb->panel->cntl & CNTL_LCDDUAL) in clcdfb_decode()
193 val = fb->panel->tim2; in clcdfb_decode()
198 if (fb->panel->cntl & CNTL_LCDTFT) /* TFT */ in clcdfb_decode()
202 else if (fb->panel->cntl & CNTL_LCDMONO8) /* STN monochrome, 8bit */ in clcdfb_decode()
209 regs->tim3 = fb->panel->tim3; in clcdfb_decode()
211 val = fb->panel->cntl; in clcdfb_decode()
215 if (fb->panel->caps && fb->board->caps && var->bits_per_pixel >= 16) { in clcdfb_decode()
229 if (fb->panel->bgr_connection) in clcdfb_decode()
[all …]
/linux-4.19.296/include/video/
Dmmp_disp.h193 int (*get_modelist)(struct mmp_panel *panel,
195 void (*set_mode)(struct mmp_panel *panel,
197 void (*set_onoff)(struct mmp_panel *panel,
232 struct mmp_panel *panel; member
322 extern void mmp_register_panel(struct mmp_panel *panel);
323 extern void mmp_unregister_panel(struct mmp_panel *panel);
Domapfb_dss.h671 } panel; member
/linux-4.19.296/drivers/auxdisplay/
DMakefile13 obj-$(CONFIG_PANEL) += panel.o
DKconfig188 This is the index of the parallel port the panel is connected to. One
195 int "Default panel profile (0-5, 0=custom)"
/linux-4.19.296/include/linux/platform_data/
Dshmob_drm.h91 struct shmob_drm_panel_data panel; member
/linux-4.19.296/include/drm/bridge/
Danalogix_dp.h31 struct drm_panel *panel; member
/linux-4.19.296/drivers/char/
DMakefile59 obj-$(CONFIG_POWERNV_OP_PANEL) += powernv-op-panel.o
DKconfig162 will be created which exposes the operator panel display on IBM
165 If you don't require access to the operator panel display from user
168 If unsure, say M here to build it as a module called powernv-op-panel.
/linux-4.19.296/drivers/parisc/
DKconfig139 That includes support for LED State front panel as found on E
146 This driver updates the state panel (LED and/or LCD) upon system
/linux-4.19.296/include/acpi/
Dacbuffer.h88 u8 panel; member
/linux-4.19.296/
DMAINTAINERS4614 F: drivers/gpu/drm/panel/panel-arm-versatile.c
4615 F: Documentation/devicetree/bindings/display/panel/arm,versatile-tft-panel.txt
4839 F: Documentation/devicetree/bindings/display/panel/nec,nl4827hc19-05b.txt
4986 F: drivers/gpu/drm/panel/
4988 F: Documentation/devicetree/bindings/display/panel/
10965 F: Documentation/auxdisplay/lcd-panel-cgram.txt
10966 F: drivers/auxdisplay/panel.c
11666 F: drivers/char/powernv-op-panel.c