Searched defs:display (Results 1 - 25 of 32) sorted by relevance

12

/drivers/pinctrl/
H A Dpinconf-generic.c30 const char * const display; member in struct:pin_config_item
34 #define PCONFDUMP(a, b, c) { .param = a, .display = b, .format = c }
75 seq_puts(s, conf_items[i].display);
111 seq_puts(s, conf_items[i].display);
/drivers/acpi/acpica/
H A Dutdebug.c289 * Pointer - Pointer to display
318 * String - Additional string to display
349 * Integer - Integer to display
484 * Ptr - Pointer to display
513 * Display - BYTE, WORD, DWORD, or QWORD display
522 void acpi_ut_dump_buffer2(u8 * buffer, u32 count, u32 display) argument
535 display = DB_BYTE_DISPLAY;
553 acpi_os_printf("%*s", ((display * 2) + 1), " ");
554 j += display;
558 switch (display) {
639 acpi_ut_dump_buffer(u8 * buffer, u32 count, u32 display, u32 component_id) argument
[all...]
/drivers/gpu/drm/nouveau/
H A Dnv50_fb.c213 nv50_fb_vm_trap(struct drm_device *dev, int display) argument
233 if (!display)
H A Dnv50_graph.c550 nv50_pgraph_mp_trap(struct drm_device *dev, int tpid, int display) argument
568 if (display) {
584 if (!mps && display)
591 uint32_t ustatus_new, int display, const char *name)
611 if (display) {
620 nv50_pgraph_mp_trap(dev, i, display);
635 if (display) {
645 if (display) {
655 if (display) {
679 if (display)
590 nv50_pgraph_tp_trap(struct drm_device *dev, int type, uint32_t ustatus_old, uint32_t ustatus_new, int display, const char *name) argument
690 nv50_pgraph_trap_handler(struct drm_device *dev, u32 display, u64 inst, u32 chid) argument
[all...]
H A Dnouveau_bios.h263 } display; member in struct:nvbios
/drivers/staging/comedi/drivers/
H A Dicp_multi.h36 static void pci_card_list_init(unsigned short pci_vendor, char display);
63 static void pci_card_list_init(unsigned short pci_vendor, char display) argument
105 if (display)
212 /* display list of found cards */
/drivers/video/mbx/
H A Dmbxdebugfs.c12 struct dentry *display; member in struct:mbxfb_debugfs_data
229 dbg->display = debugfs_create_file("display", 0444, dbg->dir,
247 debugfs_remove(dbg->display);
/drivers/video/
H A Dnuc900fb.c95 struct nuc900fb_display *display = NULL; local
107 display = default_display;
113 display = mach_info->displays + i;
117 if (display == NULL) {
123 /* it should be the same size as the display */
124 var->xres_virtual = display->xres;
125 var->yres_virtual = display->yres;
126 var->height = display->height;
127 var->width = display->width;
130 var->pixclock = display
505 struct nuc900fb_display *display; local
[all...]
H A Dsh_mobile_lcdcfb.h48 * struct sh_mobile_lcdc_chan - LCDC display channel
104 } display; member in struct:sh_mobile_lcdc_chan
H A Depson1355fb.c198 * epson1355fb_pan_display - Pans the display.
202 * Pan (or wrap, depending on the `vmode' field) the display using the
260 * epson1355fb_blank - blanks the display.
488 u8 panel, display; local
498 display = epson1355_read_reg(par, REG_DISPLAY_MODE);
499 bpp = epson1355_bpp_tab[(display >> 2) & 7];
528 crt_enabled = (display & 0x02) != 0;
529 lcd_enabled = (display & 0x01) != 0;
H A Ds1d13xxxfb.c14 * TODO: - handle dual screen display (CRT and LCD at the same time).
213 if ((s1dfb->display & 0x01)) /* LCD */
242 dbg("writing %02x to display mode register\n", val);
244 if ((s1dfb->display & 0x01)) /* LCD */
324 * s1d13xxxfb_blank - blanks the display.
348 if ((par->display & 0x01) != 0)
350 if ((par->display & 0x02) != 0)
369 * s1d13xxxfb_pan_display - Pans the display.
373 * Pan (or wrap, depending on the `vmode' field) the display using the
393 if ((par->display
651 u8 panel, display; local
[all...]
H A Ds3c2410fb.c121 struct s3c2410fb_display *display = NULL; local
134 display = default_display;
141 display = mach_info->displays + i;
145 if (!display) {
151 /* it is always the size as the display */
152 var->xres_virtual = display->xres;
153 var->yres_virtual = display->yres;
154 var->height = display->height;
155 var->width = display->width;
158 var->pixclock = display
820 struct s3c2410fb_display *display; local
[all...]
H A Dneofb.c20 * LCD is disabled, keep BIOS settings if internal/external display
40 * - no stretching if external display is enabled (dok)
434 vga_wseq(NULL, 0x01, tmp | 0x20); /* disable the display */
441 vga_wseq(NULL, 0x01, tmp & ~0x20); /* reenable display */
634 "Mode (%dx%d) won't display properly on LCD\n",
801 /* Initialize: by default, we want display config register to be read */
804 /* Enable any user specified display devices. */
811 /* If the user did not specify any display devices, then... */
837 /* We need to program the VCLK for external display only mode. */
894 * No centering required when the requested display widt
1778 unsigned char type, display; local
[all...]
H A Dcirrusfb.c943 /* enable display memory & CRTC I/O address for color mode */
964 dev_dbg(info->device, "preparing for 1 bit deep display\n");
1041 dev_dbg(info->device, "preparing for 8 bit deep display\n");
1110 dev_dbg(info->device, "preparing for 16 bit deep display\n");
1169 dev_dbg(info->device, "preparing for 24 bit deep display\n");
1334 performs display panning - provided hardware permits this
1611 /* ext. display controls: ext.adr. wrap */
1880 static void get_prep_addrs(unsigned long *display, unsigned long *registers) argument
1882 *display = PREP_VIDEO_BASE;
1936 unsigned long *display, unsigne
1935 get_pci_addrs(const struct pci_dev *pdev, unsigned long *display, unsigned long *registers) argument
[all...]
/drivers/video/omap2/omapfb/
H A Domapfb-ioctl.c284 struct omap_dss_device *display = fb2display(fbi); local
287 if (!display)
293 display->driver->get_resolution(display, &dw, &dh);
298 return display->driver->update(display, x, y, w, h);
325 struct omap_dss_device *display = fb2display(fbi); local
331 if (!display)
339 d = get_display_data(fbdev, display);
348 if (display
368 struct omap_dss_device *display = fb2display(fbi); local
502 struct omap_dss_device *display = fb2display(fbi); local
600 struct omap_dss_device *display = fb2display(fbi); local
[all...]
/drivers/isdn/hisax/
H A Dq931.c14 * Beat Doebeli cause texts, display information element
15 * Karsten Keil cause texts, display information element for 1TR6
467 /* display cause value if it exists */
546 /* display cause value if it exists */
879 dp += sprintf(dp, " Unknown display type\n");
900 dp += sprintf(dp, " (unknown display tag %2x): ", tag);
910 display(char *dest, u_char *p) function
918 /* Iterate over all octets in the * display-information element */
1006 0x28, "Display", display
1199 /* display heade
[all...]
/drivers/media/video/ivtv/
H A Divtv-yuv.c247 /* Set the display width */
251 /* Set the display position */
706 /* If there's nothing to safe to display, we may as well stop now */
789 /* Check again. If there's nothing to safe to display, stop now */
839 /* Calculate the display window coordinates. Exit if nothing left */
957 int draw, display; local
964 display = atomic_read(&yi->next_dma_frame);
966 if (display > draw)
967 display -= IVTV_YUV_BUFFERS;
969 if (draw - display >
[all...]
/drivers/net/wireless/iwlwifi/
H A Diwl-trans-pcie-rx.c796 * display the newest DEFAULT_LOG_ENTRIES entries
826 char **buf, bool display)
892 IWL_ERR(trans, "Start IWL Event Log Dump: display last %u entries\n",
896 if (display) {
825 iwl_dump_nic_event_log(struct iwl_trans *trans, bool full_log, char **buf, bool display) argument
H A Diwl-trans-pcie.c1771 int iwl_dump_fh(struct iwl_trans *trans, char **buf, bool display) argument
1790 if (display) {
1966 /* for the ACs, display the stop count too */
/drivers/staging/media/lirc/
H A Dlirc_imon.c83 int display; /* not all controllers do */ member in struct:imon_context
84 int display_isopen; /* display port has been opened */
253 if (!context->display) {
254 err("%s: display not supported by device", __func__);
257 err("%s: display port is already open", __func__);
262 dev_info(context->driver->dev, "display port opened\n");
273 * Called when the display device (e.g. /dev/lcd0)
290 if (!context->display) {
291 err("%s: display not supported by device", __func__);
294 err("%s: display i
[all...]
/drivers/video/console/
H A Dfbcon.h28 struct display { struct
71 struct display *p;
198 * + amifb can not only pan, but also wrap the display by N lines
226 static inline int real_y(struct display *p, int ypos)
/drivers/isdn/act2000/
H A Dcapi.h59 __u8 display[40]; /* display contents */ member in union:actcapi_infoel
/drivers/media/video/omap/
H A Domap_vout.c582 /* get the display device attached to the overlay */
758 * It prepare buffers before give out for the display. This function
1090 /* get the display device attached to the overlay */
1117 /* get the display device attached to the overlay */
1313 /* get the display device attached to the overlay */
1893 struct omap_dss_device *display = local
1912 vout->fbuf.fmt.width = display->panel.timings.x_res;
1913 vout->fbuf.fmt.height = display->panel.timings.y_res;
2180 dev_warn(&pdev->dev, "no driver for display: %s\n",
2211 dev_warn(&pdev->dev, "cannot find display\
2241 struct omap_dss_device *display = vid_dev->displays[i]; local
[all...]
/drivers/staging/comedi/drivers/addi-data/
H A Daddi_amcc_s5933.h221 void v_pci_card_list_init(unsigned short pci_vendor, char display);
248 void v_pci_card_list_init(unsigned short pci_vendor, char display) argument
289 if (display)
394 /* display list of found cards */
H A Damcc_s5933_58.h219 void v_pci_card_list_init(unsigned short pci_vendor, char display);
245 void v_pci_card_list_init(unsigned short pci_vendor, char display) argument
283 if (display)
377 /* display list of found cards */

Completed in 389 milliseconds

12