/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
stm32f429-disco.dts | 193 display: display@1{ label
|
ep7211-edb7211.dts | 26 display: display { label 31 display-timings { 85 display = <&display>;
|
imx6qdl-tx6-lcd.dtsi | 44 display = &display; 88 display: disp0 { label 89 compatible = "fsl,imx-parallel-display"; 112 display-timings {
|
imx27-phytec-phycard-s-rdk.dts | 16 display: display { label 20 display-timings { 53 display = <&display>;
|
imx27-apf27dev.dts | 13 display: display { label 17 display-timings { 100 display = <&display>;
|
imx53-tx53-x03x.dts | 53 display = &display; 56 display: disp0 { label 57 compatible = "fsl,imx-parallel-display"; 69 display-timings {
|
imx6dl-mamoj.dts | 29 display: disp0 { label 30 compatible = "fsl,imx-parallel-display";
|
imx6ul-tx6ul.dtsi | 50 display = &display; 425 display = <&display>; 428 display: disp0 { label 433 display-timings {
|
/src/sbin/chkconfig/ |
chkconfig.sh | 19 # must display the following acknowledgement: 51 display() function 209 display ${i} 213 display ${rcfile}
|
/src/sys/arch/playstation2/ee/ |
gs.c | 51 u_int64_t smode1, smode2, srfsh, synch1, synch2, syncv, display; member in struct:gs_crt_param 64 .display=DISPLAY(239, 2559, 0, 3, 25, 632) 77 .display= DISPLAY(479, 2559, 0, 3, 50, 632) 90 .display= DISPLAY(287, 2559, 0, 3, 36, 652) 103 .display= DISPLAY(575,2559,0,3,72,652) 116 .display= DISPLAY(479, 1279, 0, 1, 34, 276 [all...] |
/src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/ |
amdgpu_dm_hdcp.h | 52 struct mod_hdcp_display display; member in struct:hdcp_workqueue
|
amdgpu_dm_hdcp.c | 105 struct mod_hdcp_display *display = &hdcp_work[link_index].display; local in function:hdcp_update_display 112 query.display = NULL; 115 if (query.display != NULL) { 116 memcpy(display, query.display, sizeof(struct mod_hdcp_display)); 122 display->adjust.disable = 0; 131 display->adjust.disable = 1; 136 display->state = MOD_HDCP_DISPLAY_ACTIVE; 139 mod_hdcp_add_display(&hdcp_w->hdcp, link, display, &hdcp_w->output) 321 struct mod_hdcp_display *display = &hdcp_work[link_index].display; local in function:update_config [all...] |
/src/usr.bin/chpass/ |
edit.c | 85 * display -- 90 display(char *tempname, int fd, struct passwd *pw) function in typeref:typename:void
|
/src/usr.bin/talk/ |
display.c | 1 /* $NetBSD: display.c,v 1.9 2011/09/06 18:32:03 joerg Exp $ */ 35 static char sccsid[] = "@(#)display.c 8.1 (Berkeley) 6/6/93"; 37 __RCSID("$NetBSD: display.c,v 1.9 2011/09/06 18:32:03 joerg Exp $"); 65 * Display some text on somebody's window, processing some control 69 display(xwin_t *win, char *text, int size) function in typeref:typename:void
|
/src/sys/arch/luna68k/stand/boot/ |
disklabel.c | 18 * must display the following acknowledgement: 88 static void display(struct disklabel *); 254 display(bp); 333 display(struct disklabel *lp) function in typeref:typename:void
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/modules/hdcp/ |
amdgpu_hdcp.c | 312 struct mod_hdcp_link *link, struct mod_hdcp_display *display, 318 HDCP_TOP_INTERFACE_TRACE_WITH_INDEX(hdcp, display->index); 321 /* skip inactive display */ 322 if (display->state != MOD_HDCP_DISPLAY_ACTIVE) { 327 /* check existing display container */ 328 if (get_active_display_at_index(hdcp, display->index)) { 333 /* find an empty display container */ 345 /* add display to connection */ 347 *display_container = *display; 370 struct mod_hdcp_display *display = NULL local in function:mod_hdcp_remove_display 410 struct mod_hdcp_display *display = NULL; local in function:mod_hdcp_query_display [all...] |
amdgpu_hdcp_psp.c | 57 struct mod_hdcp_display *display = NULL; local in function:mod_hdcp_remove_display_topology 67 display = &hdcp->connection.displays[i]; 70 dtm_cmd->dtm_in_message.topology_update_v2.display_handle = display->index; 79 display->state = MOD_HDCP_DISPLAY_ACTIVE; 80 HDCP_TOP_REMOVE_DISPLAY_TRACE(hdcp, display->index); 91 struct mod_hdcp_display *display = NULL; local in function:mod_hdcp_add_display_topology 96 DRM_ERROR("Failed to add display topology, DTM TA is not initialized."); 104 display = &hdcp->connection.displays[i]; 109 dtm_cmd->dtm_in_message.topology_update_v2.display_handle = display->index; 111 dtm_cmd->dtm_in_message.topology_update_v2.controller = display->controller 137 struct mod_hdcp_display *display = get_first_added_display(hdcp); local in function:mod_hdcp_hdcp1_create_session 229 struct mod_hdcp_display *display = get_first_added_display(hdcp); local in function:mod_hdcp_hdcp1_enable_encryption 352 struct mod_hdcp_display *display = get_first_added_display(hdcp); local in function:mod_hdcp_hdcp2_create_session 639 struct mod_hdcp_display *display = get_first_added_display(hdcp); local in function:mod_hdcp_hdcp2_enable_encryption [all...] |
/src/usr.bin/hexdump/ |
display.c | 1 /* $NetBSD: display.c,v 1.27 2024/01/14 17:40:17 christos Exp $ */ 39 static char sccsid[] = "@(#)display.c 8.1 (Berkeley) 6/6/93"; 41 __RCSID("$NetBSD: display.c,v 1.27 2024/01/14 17:40:17 christos Exp $"); 69 display(void) function in typeref:typename:void
|
/src/usr.bin/ipcs/ |
ipcs.c | 90 static int display = 0; variable in typeref:typename:int 175 display |= SHMTOTAL; 178 display |= SHMINFO; 181 display |= MSGTOTAL; 184 display |= MSGINFO; 187 display |= SEMTOTAL; 190 display |= SEMINFO; 193 display |= SHMTOTAL | MSGTOTAL | SEMTOTAL; 225 if (display == 0) 226 display = SHMINFO | MSGINFO | SEMINFO [all...] |
/src/usr.sbin/screenblank/ |
screenblank.c | 100 const char *kbd, *mouse, *display; local in function:main 166 display = _PATH_WSDISPLAY; 170 * If a display device wasn't specified, check to see which we 171 * have. If we can't open the WSCONS display, fall back to fbio. 176 if ((fd = open(display, O_RDONLY, 0666)) == -1) 190 display = _PATH_FB; 200 add_dev(display, 1);
|
/src/usr.bin/systat/ |
main.c | 196 * Initialize display. Load average appears in a one line 197 * window of its own. Current command's display appears in 198 * an overlapping sub-window of stdscr configured by the display 211 warnx("couldn't initialize display"); 242 display(0); 256 "[-t turns]\n\t\t[display] [refresh-interval]\n", getprogname()); 277 display(int signo) function in typeref:typename:void 285 /* Don't display on this timeout */ 345 display(0); 445 mvprintw(3, 10, "Reverting to ``pigs'' display.") [all...] |
/src/games/worm/ |
worm.c | 86 static void display(const struct body *, char); 180 display(head, HEAD); 193 display(np, BODY); 201 display(const struct body *pos, char chr) function in typeref:typename:void 314 display(tail, ' '); 322 display(head, BODY); 341 display(nh, HEAD);
|
/src/sys/external/bsd/drm2/dist/drm/i915/ |
intel_device_info.h | 32 #include "display/intel_display.h" 182 } display; member in struct:intel_device_info 186 /* Register offsets for the various display pipes and transcoders */
|
/src/sys/arch/atari/dev/ |
grfabs_reg.h | 16 * must display the following acknowledgement: 74 box_t display; /* viewable area. */ member in struct:view 89 u_short bytes_per_row; /* number of bytes per display row. */ 90 u_short rows; /* number of display rows. */ 153 /* display mode */
|
/src/bin/ls/ |
ls.c | 71 static void display(FTSENT *, FTSENT *); 75 static void (*printfcn)(DISPLAY *); 415 * traversal it passes linked lists of structures to display() which represent 429 display(NULL, fts_children(ftsp, 0)); 473 display(p, chp); 487 * Display() takes a linked list of FTSENT structures and passes the list 489 * points to the parent directory of the display list. 492 display(FTSENT *p, FTSENT *list) function in typeref:typename:void 495 DISPLAY d; 549 /* Only display dot file if -a/-A set. * [all...] |