Home
last modified time | relevance | path

Searched +full:display +full:- +full:hint (Results 1 – 25 of 91) sorted by relevance

1234

/openbmc/linux/Documentation/netlink/specs/
H A Dovs_flow.yaml1 # SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause)
5 protocol: genetlink-legacy
6 uapi-header: linux/openvswitch.h
12 -
13 name: ovs-header
18 -
19 name: dp-ifindex
24 -
25 name: ovs-flow-stats
28 -
[all …]
H A Drt_addr.yaml1 # SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause)
3 name: rt-addr
4 protocol: netlink-raw
11 -
15 -
16 name: ifa-family
18 -
19 name: ifa-prefixlen
21 -
22 name: ifa-flags
[all …]
H A Drt_route.yaml1 # SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause)
3 name: rt-route
4 protocol: netlink-raw
11 -
12 name: rtm-type
13 name-prefix: rtn-
16 - unspec
17 - unicast
18 - local
19 - broadcast
[all …]
H A Drt_link.yaml1 # SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause)
3 name: rt-link
4 protocol: netlink-raw
11 -
12 name: ifinfo-flags
15 -
17 -
19 -
21 -
23 -
[all …]
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/
H A Dimportlayer.html5 {% block title %} Import layer - {{project.name}} - Toaster {% endblock %}
29 <form class="col-md-11">
30 …<span class="help-block">The layer you are importing must be compatible with <strong>{{project.rel…
31 <div class="alert alert-error" id="import-error" style="display:none">
32 <button type="button" class="close" data-dismiss="alert">&times;</button>
38 <div class="form-group" id="layer-name-ctrl">
39 <label class="control-label" for="import-layer-name">
41 …<span class="glyphicon glyphicon-question-sign get-help" title="Something like 'meta-mylayer'. You…
43 …<input class="form-control" id="import-layer-name" type="text" required autofocus data-autocomplet…
44 …<span class="help-block" style="display: none;" id="invalid-layer-name-hint">A valid layer name ca…
[all …]
H A Dnewproject.html5 {% block title %} Create a new project - Toaster {% endblock %}
9 <div class="col-md-12">
10 <div class="page-header">
14 <div class="alert alert-danger" role="alert">{{alert}}</div>
18 <div class="form-group" id="validate-project-name">
19 … <label class="control-label">Project name <span class="text-muted">(required)</span></label>
20 … <input type="text" class="form-control" required id="new-project-name" name="projectname">
22 …<p class="help-block text-danger" style="display: none;" id="hint-error-project-name">A project wi…
24 <label class="project-form">Project type:</label>
26 …<label class="project-form radio" style="padding-left: 35px;"><input id='type-new' type="radio"…
[all …]
H A Dnewproject_specific.html5 {% block title %} Create a new project - Toaster {% endblock %}
9 <div class="col-md-12">
10 <div class="page-header">
14 <div class="alert alert-danger" role="alert">{{alert}}</div>
18 <div class="form-group" id="validate-project-name">
19 … <label class="control-label">Project name <span class="text-muted">(required)</span></label>
20 …<input type="text" class="form-control" required id="new-project-name" name="display_projectname" …
22 …<p class="help-block text-danger" style="display: none;" id="hint-error-project-name">A project wi…
27 <div class="release form-group">
29 <label class="control-label">
[all …]
H A Dlayerdetails.html6 {% block title %} {{layerversion.layer.name}} - {{project.name}} - Toaster {% endblock %}
9 <div id="delete-layer-modal" class="modal fade" tabindex="-1" role="dialog"
10 data-keyboard="false" data-backdrop="static">
11 <div class="modal-dialog" role="document">
12 <div class="modal-content">
13 <div class="modal-body">
16 <div class="modal-footer">
17 <button type="button" id="layer-delete-confirmed" class="btn
18 btn-primary">Delete layer</button>
19 <button type="button" class="btn btn-default btn-link" data-dismiss="modal">Cancel</button>
[all …]
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dtypeahead.jquery.js4 * Copyright 2013-2015 Twitter, Inc. and other contributors; Licensed MIT
28 return str.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g, "\\$&");
134 var now = new Date(), remaining = wait - (now - previous);
157 wrapper: "twitter-typeahead",
158 input: "tt-input",
159 hint: "tt-hint", property in AnonymousFunctionc6d3f3560900.defaultClassNames
160 menu: "tt-menu",
161 dataset: "tt-dataset",
162 suggestion: "tt-suggestion",
163 selectable: "tt-selectable",
[all …]
H A Dimportlayer.js5 var layerDepBtn = $("#add-layer-dependency-btn");
6 var importAndAddBtn = $("#import-and-add-btn");
7 var layerNameInput = $("#import-layer-name");
8 var vcsURLInput = $("#layer-git-repo-url");
9 var gitRefInput = $("#layer-git-ref");
10 var layerDepInput = $("#layer-dependency");
11 var layerNameCtrl = $("#layer-name-ctrl");
12 var duplicatedLayerName = $("#duplicated-layer-name-hint");
13 var localDirPath = $("#local-dir-path");
18 var validLayerName = /^(\w|-)+$/;
[all …]
/openbmc/linux/Documentation/netlink/
H A Dgenetlink-legacy.yaml1 # SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause)
3 ---
4 $id: http://kernel.org/schemas/netlink/genetlink-legacy.yaml#
5 $schema: https://json-schema.org/draft-07/schema
12 len-or-define:
14 pattern: ^[0-9A-Za-z_]+( - 1)?$
21 required: [ name, doc, attribute-sets, operations ]
35 enum: [ genetlink, genetlink-c, genetlink-legacy ] # Trim
36 uapi-header:
37 description: Path to the uAPI header, default is linux/${family-name}.h
[all …]
H A Dnetlink-raw.yaml1 # SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause)
3 ---
4 $id: http://kernel.org/schemas/netlink/netlink-raw.yaml#
5 $schema: https://json-schema.org/draft-07/schema
12 len-or-define:
14 pattern: ^[0-9A-Za-z_]+( - 1)?$
21 required: [ name, doc, attribute-sets, operations ]
31 enum: [ netlink-raw ] # Trim
32 # Start netlink-raw
34 description: Protocol number to use for netlink-raw
[all …]
H A Dgenetlink.yaml1 # SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause)
3 ---
4 $id: http://kernel.org/schemas/netlink/genetlink-legacy.yaml#
5 $schema: https://json-schema.org/draft-07/schema
12 len-or-define:
14 pattern: ^[0-9A-Za-z_]+( - 1)?$
21 required: [ name, doc, attribute-sets, operations ]
36 uapi-header:
37 description: Path to the uAPI header, default is linux/${family-name}.h
51 description: For C-compatible languages, header which already defines this value.
[all …]
H A Dgenetlink-c.yaml1 # SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause)
3 ---
4 $id: http://kernel.org/schemas/netlink/genetlink-c.yaml#
5 $schema: https://json-schema.org/draft-07/schema
12 len-or-define:
14 pattern: ^[0-9A-Za-z_]+( - 1)?$
21 required: [ name, doc, attribute-sets, operations ]
35 enum: [ genetlink, genetlink-c ]
36 uapi-header:
37 description: Path to the uAPI header, default is linux/${family-name}.h
[all …]
/openbmc/linux/drivers/gpu/drm/msm/
H A DNOTES4 display controller blocks at play:
5 + MDP3 - ?? seems to be what is on geeksphone peak device
6 + MDP4 - S3 (APQ8060, touchpad), S4-pro (APQ8064, nexus4 & ifc6410)
7 + MDP5 - snapdragon 800
9 (I don't have a completely clear picture on which display controller
19 display controller blocks. And I for sure don't want to have to deal
20 with N different kms devices from xf86-video-freedreno. Plus, it
26 'struct msm_kms' implementations, depending on display controller.
27 And one or more 'struct msm_gpu' for the various different gpu sub-
38 plane -> PIPE{RGBn,VGn} \
[all …]
/openbmc/openbmc-tools/dbus-vis/
H A Dipmi_timeline_vis.js17 const {fs} = require('file-system');
34 // Set up Electron-related stuff here; Electron does not allow inlining button
49 ipmi_timeline_view.BeginZoomAnimation(-1);
50 boost_asio_handler_timeline_view.BeginZoomAnimation(-1);
55 ipmi_timeline_view.BeginPanScreenAnimaton(-0.5);
56 boost_asio_handler_timeline_view.BeginPanScreenAnimaton(-0.5);
113 title_open_file.style.display = 'none';
114 title_capture.style.display = 'none';
116 title_open_file.style.display = 'block';
119 title_capture.style.display = 'block';
[all …]
/openbmc/linux/drivers/gpu/drm/vboxvideo/
H A Dvboxvideo.h1 /* SPDX-License-Identifier: MIT */
2 /* Copyright (C) 2006-2016 Oracle Corporation */
14 * etc. This is used exclusively by the corresponding instance of a display
18 * Last 4096 bytes - Adapter information area.
20 * Slack - what left after dividing the VRAM.
22 * last 4096 bytes of each framebuffer is the display information area.
74 * len_and_flags & ~VBVA_F_RECORD_PARTIAL >= VBVA_RING_BUFFER_SIZE -
80 #define VBVA_RING_BUFFER_SIZE (4194304 - 1024)
113 * The value for port IO to let the adapter to interpret the display memory.
114 * The display number is encoded in low 16 bits.
[all …]
/openbmc/linux/drivers/gpu/drm/arm/display/komeda/
H A Dkomeda_dev.h1 /* SPDX-License-Identifier: GPL-2.0 */
93 * initialize &komeda_dev->format_table, this function should be called
103 /** @cleanup: call to chip to cleanup komeda_dev->chip data */
129 * Notify HW to switch to a new display operation mode.
138 * DISPLAY_MODE describes how many display been enabled, and which will be
139 * passed to CHIP by &komeda_dev_funcs->change_opmode(), then CHIP can do the
140 * pipeline resources assignment according to this usage hint.
141 * - KOMEDA_MODE_DISP0: Only one display enabled, pipeline-0 work as master.
142 * - KOMEDA_MODE_DISP1: Only one display enabled, pipeline-0 work as master.
143 * - KOMEDA_MODE_DUAL_DISP: Dual display mode, both display has been enabled.
[all …]
/openbmc/linux/include/drm/
H A Ddrm_mode_config.h42 * struct drm_mode_config_funcs - basic driver provided mode setting functions
44 * Some global (i.e. not per-CRTC, connector, etc) mode setting functions that
59 * ie. when (@mode_cmd->flags & DRM_MODE_FB_MODIFIERS) == 0.
70 * driver-specific information (like the internal native buffer object
119 * Device specific validation of display modes. Can be used to reject
135 * - Checking that the modes, framebuffers, scaling and placement
138 * - Checking that any hidden shared resources are not oversubscribed.
140 * display fifo space (where shared between planes or maybe even
143 * - Checking that virtualized resources exported to userspace are not
146 * example is dual-pipe operations (which generally should be hidden
[all …]
/openbmc/linux/tools/net/ynl/lib/
H A Dnlspec.py1 # SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
37 self.ident_name = self.name.replace('-', '_')
119 value_start = self.yaml.get('value-start', 0)
158 display_hint string, hint to help choose format specifier
166 self.is_multi = yaml.get('multi-attr', False)
168 self.sub_type = yaml.get('sub-type')
169 self.byte_order = yaml.get('byte-order')
171 self.display_hint = yaml.get('display-hint')
190 self.subset_of = self.yaml.get('subset-of', None)
238 display_hint string, hint to help choose format specifier
[all …]
/openbmc/linux/fs/exfat/
H A Dexfat_fs.h1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 * Copyright (C) 2012-2013 Samsung Electronics Co., Ltd.
51 (ES_IDX_FIRST_FILENAME + EXFAT_FILENAME_ENTRY_NUM(name_len) - 1)
77 #define MAX_CHARSET_SIZE 6 /* max size of multi-byte character */
81 #define EXFAT_HINT_NONE -1
87 #define EXFAT_CLU_TO_B(b, sbi) ((b) << (sbi)->cluster_size_bits)
88 #define EXFAT_B_TO_CLU(b, sbi) ((b) >> (sbi)->cluster_size_bits)
90 (((b - 1) >> (sbi)->cluster_size_bits) + 1)
91 #define EXFAT_CLU_OFFSET(off, sbi) ((off) & ((sbi)->cluster_size - 1))
96 #define EXFAT_BLK_TO_B(b, sb) ((b) << (sb)->s_blocksize_bits)
[all …]
/openbmc/linux/Documentation/fb/
H A Dmodedb.rst9 - one routine to probe for video modes, which can be used by all frame buffer
11 - one generic video mode database with a fair amount of standard videomodes
13 - the possibility to supply your own mode database for graphics hardware that
14 needs non-standard modes, like amifb and Mac frame buffer drivers (which
23 <xres>x<yres>[M][R][-<bpp>][@<refresh>][i][m][eDd]
24 <name>[-<bpp>][@<refresh>]
31 - NSTC: 480i output, with the CCIR System-M TV mode and NTSC color encoding
32 - NTSC-J: 480i output, with the CCIR System-M TV mode, the NTSC color
34 - PAL: 576i output, with the CCIR System-B TV mode and PAL color encoding
35 - PAL-M: 480i output, with the CCIR System-M TV mode and PAL color encoding
[all …]
/openbmc/linux/Documentation/input/devices/
H A Dyealink.rst2 Driver documentation for yealink usb-p1k phones
10 - keyboard full support, yealink.ko / input event API
11 - LCD full support, yealink.ko / sysfs API
12 - LED full support, yealink.ko / sysfs API
13 - dialtone full support, yealink.ko / sysfs API
14 - ringtone full support, yealink.ko / sysfs API
15 - audio playback full support, snd_usb_audio.ko / alsa API
16 - audio record full support, snd_usb_audio.ko / alsa API
27 Physical USB-P1K button layout input events
48 The LCD is divided and organised as a 3 line display::
[all …]
/openbmc/linux/drivers/usb/misc/sisusbvga/
H A Dsisusb.h1 /* SPDX-License-Identifier: (GPL-2.0 OR BSD-3-Clause) */
3 * sisusb - usb kernel driver for Net2280/SiS315 based USB2VGA dongles
72 * the data has to be prepared properly. (Hint:
83 p->header = cpu_to_le16(p->header); \
84 p->address = cpu_to_le32(p->address); \
85 p->data = cpu_to_le32(p->data); \
93 struct sisusb_urb_context { /* urb->context for outbound bulk URBs */
148 #define SISUSB_EP_UNKNOWN_04 0x04 /* ? 4 is "OUT" ? - unused */
214 #define SISCOLIDXR SISUSB_PCI_IOPORTBASE + COLREGOFFSET - 1
271 #define SUCMD_SETMODE 0x09 /* Set a display mode (data3 = SiS mode) */
[all …]
/openbmc/u-boot/tools/
H A Dimage-host.c1 // SPDX-License-Identifier: GPL-2.0+
7 * (C) Copyright 2000-2006
17 * fit_set_hash_value - set hash value in requested has node
28 * -1, on failure
40 return ret == -FDT_ERR_NOSPACE ? -ENOSPC : -EIO; in fit_set_hash_value()
47 * fit_image_process_hash - Process a single subnode of the images/ node
53 * @image_name: name of image being processes (used to display errors)
57 * @return 0 if ok, -1 on error
73 return -ENOENT; in fit_image_process_hash()
79 return -EPROTONOSUPPORT; in fit_image_process_hash()
[all …]

1234