Searched refs:display (Results 1 - 25 of 330) sorted by path

1234567891011>>

/linux-master/arch/powerpc/boot/dts/fsl/
H A Dp1022si-pre.dtsi53 vga = &display;
54 display = &display;
/linux-master/drivers/clk/sunxi/
H A DMakefile17 obj-$(CONFIG_CLK_SUNXI_CLOCKS) += clk-sun4i-display.o
/linux-master/drivers/gpu/drm/arm/
H A DMakefile7 obj-$(CONFIG_DRM_KOMEDA) += display/
/linux-master/drivers/gpu/drm/vboxvideo/
H A Dvboxvideo_guest.h52 void hgsmi_process_display_info(struct gen_pool *ctx, u32 display,
/linux-master/drivers/net/wireless/intel/iwlegacy/
H A D3945.h180 bool display);
H A D4965.h43 int il4965_dump_fh(struct il_priv *il, char **buf, bool display);
/linux-master/drivers/staging/fbtft/
H A Dfb_hx8353d.c124 static struct fbtft_display display = { variable in typeref:struct:fbtft_display
139 FBTFT_REGISTER_DRIVER(DRVNAME, "himax,hx8353d", &display);
H A Dfb_hx8357d.c125 /* display on */
179 static struct fbtft_display display = { variable in typeref:struct:fbtft_display
192 FBTFT_REGISTER_DRIVER(DRVNAME, "himax,hx8357d", &display);
H A Dfb_ili9481.c83 static struct fbtft_display display = { variable in typeref:struct:fbtft_display
94 FBTFT_REGISTER_DRIVER(DRVNAME, "ilitek,ili9481", &display);
H A Dfb_ili9486.c83 static struct fbtft_display display = { variable in typeref:struct:fbtft_display
94 FBTFT_REGISTER_DRIVER(DRVNAME, "ilitek,ili9486", &display);
H A Dfb_ra8875.c47 "display size %dx%d\n",
153 dev_err(par->info->device, "display size is not supported!!");
285 static struct fbtft_display display = { variable in typeref:struct:fbtft_display
296 FBTFT_REGISTER_DRIVER(DRVNAME, "raio,ra8875", &display);
H A Dfb_s6d02a1.c146 static struct fbtft_display display = { variable in typeref:struct:fbtft_display
157 FBTFT_REGISTER_DRIVER(DRVNAME, "samsung,s6d02a1", &display);
H A Dfb_ssd1305.c69 /* A[2] = 1b, Enable charge pump during display on */
105 * Resume to RAM content display. Output follows RAM content
111 * 0 in RAM: OFF in display panel
112 * 1 in RAM: ON in display panel
181 static struct fbtft_display display = { variable in typeref:struct:fbtft_display
198 FBTFT_REGISTER_DRIVER(DRVNAME, "solomon,ssd1305", &display);
H A Dfb_ssd1306.c70 /* A[2] = 1b, Enable charge pump during display on */
108 /* Resume to RAM content display. Output follows RAM content */
112 * 0 in RAM: OFF in display panel
113 * 1 in RAM: ON in display panel
203 static struct fbtft_display display = { variable in typeref:struct:fbtft_display
219 FBTFT_REGISTER_DRIVER(DRVNAME, "solomon,ssd1306", &display);
H A Dfb_st7735r.c41 /* INVCTR - display inversion control
162 static struct fbtft_display display = { variable in typeref:struct:fbtft_display
177 FBTFT_REGISTER_DRIVER(DRVNAME, "sitronix,st7735r", &display);
H A Dfb_tinylcd.c3 * Custom FB driver for tinylcd.com display
85 static struct fbtft_display display = { variable in typeref:struct:fbtft_display
96 FBTFT_REGISTER_DRIVER(DRVNAME, "neosec,tinylcd", &display);
101 MODULE_DESCRIPTION("Custom FB driver for tinylcd.com display");
H A Dfb_tls8204.c5 * The display is monochrome and the video memory is RGB565.
54 /* Set the address of the first display line. */
94 /* The display is 102x68 but the LCD is 84x48.
136 static struct fbtft_display display = { variable in typeref:struct:fbtft_display
153 FBTFT_REGISTER_DRIVER(DRVNAME, "teralane,tls8204", &display);
H A Dfb_uc1701.c5 * The display is monochrome and the video memory is RGB565.
27 /* 2: display start line set */
35 /* 9: inverted display */
43 /* 15: output mode select (turns display upside-down) */
77 /* output mode select (turns display upside-down) */
83 /* positive display */
104 /* enable display */
151 static struct fbtft_display display = { variable in typeref:struct:fbtft_display
163 FBTFT_REGISTER_DRIVER(DRVNAME, "UltraChip,uc1701", &display);
/linux-master/drivers/video/fbdev/omap2/omapfb/dss/
H A DMakefile5 omapdss-y := core.o dss.o dss_features.o dispc.o dispc_coefs.o display.o \
9 dispc-compat.o display-sysfs.o
/linux-master/drivers/video/fbdev/
H A Dsh_mobile_lcdcfb.h49 * struct sh_mobile_lcdc_chan - LCDC display channel
101 } display; member in struct:sh_mobile_lcdc_chan
/linux-master/include/drm/i2c/
H A Dtda998x.h6 #include <dt-bindings/display/tda998x.h>
/linux-master/include/video/
H A Domapfb_dss.h606 /* alias in the form of "display%d" */
696 int (*enable)(struct omap_dss_device *display);
697 void (*disable)(struct omap_dss_device *display);
698 int (*run_test)(struct omap_dss_device *display, int test);
H A Ds1d13xxxfb.h152 unsigned char display; member in struct:s1d13xxxfb_par
/linux-master/arch/arm/mach-omap2/
H A DMakefile13 omap_device.o display.o hdq1w.o \
/linux-master/drivers/acpi/acpica/
H A Dacutils.h347 acpi_ut_debug_dump_buffer(u8 *buffer, u32 count, u32 display, u32 component_id);
349 void acpi_ut_dump_buffer(u8 *buffer, u32 count, u32 display, u32 offset);
355 u32 count, u32 display, u32 base_offset);

Completed in 279 milliseconds

1234567891011>>