/openbmc/linux/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_so.c | 38 * to it, and all context bindings of that view. Similarly we must restore 39 * the view bindings, views and surfaces pointed to by the views when a 44 * struct vmw_view - view metadata 48 * @ctx: Non-refcounted pointer to the context this view belongs to. 49 * @srf: Refcounted pointer to the surface pointed to by this view. 50 * @cotable: Refcounted pointer to the cotable holding this view. 51 * @srf_head: List head for the surface-to-view list. 53 * @view_type: View type. 54 * @view_id: User-space per context view id. Currently used also as per 55 * context device view id. [all …]
|
H A D | vmwgfx_so.h | 48 * union vmw_view_destroy - view destruction command body 50 * @rtv: RenderTarget view destruction command body 51 * @srv: ShaderResource view destruction command body 52 * @dsv: DepthStencil view destruction command body 53 * @view_id: A single u32 view id. 69 /* Map enum vmw_view_type to view destroy command ids*/ 79 * vmw_view_cmd_to_type - Return the view type for a create or destroy command 83 * For a given view create or destroy command id, return the corresponding 146 * View management - vmwgfx_so.c
|
/openbmc/linux/drivers/s390/char/ |
H A D | raw3270.c | 48 struct raw3270_view *view; /* Active view. */ member 92 * Wait queue for device init/delete, view delete. 123 x = max_t(int, 0, rp->view->cols + x); in raw3270_buffer_address() 125 y = max_t(int, 0, rp->view->rows + y); in raw3270_buffer_address() 126 addr = (y * rp->view->cols) + x; in raw3270_buffer_address() 244 static int __raw3270_start(struct raw3270 *rp, struct raw3270_view *view, in __raw3270_start() argument 247 rq->view = view; in __raw3270_start() 248 raw3270_get_view(view); in __raw3270_start() 255 raw3270_put_view(view); in __raw3270_start() 263 int raw3270_view_active(struct raw3270_view *view) in raw3270_view_active() argument [all …]
|
H A D | raw3270.h | 22 struct raw3270_view *view; /* view of this request */ member 51 * Functions of a 3270 view. 56 void (*intv)(struct raw3270_view *view, 58 void (*release)(struct raw3270_view *view); 59 void (*free)(struct raw3270_view *view); 60 void (*resize)(struct raw3270_view *view, 66 * View structure chaining. The raw3270_view structure is meant to 67 * be embedded at the start of the real view data structure, e.g.: 69 * struct raw3270_view view; 75 spinlock_t lock; /* protects members of view */ [all …]
|
H A D | fs3270.c | 34 struct raw3270_view view; member 39 int active; /* Fullscreen view is active. */ 56 * The fullscreen view is in working order if the view in fs3270_working() 62 static int fs3270_do_io(struct raw3270_view *view, struct raw3270_request *rq) in fs3270_do_io() argument 67 fp = (struct fs3270 *)view; in fs3270_do_io() 73 /* Fullscreen view isn't ready yet. */ in fs3270_do_io() 79 rc = raw3270_start(view, rq); in fs3270_do_io() 89 * Switch to the fullscreen view. 95 fp = (struct fs3270 *)rq->view; in fs3270_reset_callback() 104 fp = (struct fs3270 *)rq->view; in fs3270_restore_callback() [all …]
|
H A D | con3270.c | 74 * The main tty view data structure. 81 struct raw3270_view view; member 147 return tp->view.rows - TTY3270_INPUT_AREA_ROWS; in tty3270_tty_rows() 153 raw3270_buffer_address(tp->view.dev, cp, x, y); in tty3270_add_ba() 223 *cp++ = tp->view.ascebc['>']; in tty3270_add_prompt() 228 tp->view.cols * 2 - TTY3270_STATUS_AREA_SIZE - 2); in tty3270_add_prompt() 236 if (count < tp->view.cols * 2 - 11) in tty3270_add_prompt() 244 *d++ = tp->view.ascebc[(int)*s++]; in tty3270_ebcdic_convert() 275 codepage_convert(tp->view.ascebc, cp, len); in tty3270_add_status() 303 struct tty3270 *tp = container_of(rq->view, struct tty3270, view); in tty3270_write_callback() [all …]
|
/openbmc/linux/drivers/usb/phy/ |
H A D | phy-ulpi-viewport.c | 22 static int ulpi_viewport_wait(void __iomem *view, u32 mask) in ulpi_viewport_wait() argument 26 return readl_poll_timeout_atomic(view, val, !(val & mask), 1, 2000); in ulpi_viewport_wait() 32 void __iomem *view = otg->io_priv; in ulpi_viewport_read() local 34 writel(ULPI_VIEW_WAKEUP | ULPI_VIEW_WRITE, view); in ulpi_viewport_read() 35 ret = ulpi_viewport_wait(view, ULPI_VIEW_WAKEUP); in ulpi_viewport_read() 39 writel(ULPI_VIEW_RUN | ULPI_VIEW_READ | ULPI_VIEW_ADDR(reg), view); in ulpi_viewport_read() 40 ret = ulpi_viewport_wait(view, ULPI_VIEW_RUN); in ulpi_viewport_read() 44 return ULPI_VIEW_DATA_READ(readl(view)); in ulpi_viewport_read() 50 void __iomem *view = otg->io_priv; in ulpi_viewport_write() local 52 writel(ULPI_VIEW_WAKEUP | ULPI_VIEW_WRITE, view); in ulpi_viewport_write() [all …]
|
/openbmc/linux/drivers/gpu/drm/omapdrm/ |
H A D | omap_dmm_tiler.h | 50 0 0 0 0-degree view Natural view 51 0 0 1 0-degree view with vertical mirror 180-degree view with horizontal mirror 52 0 1 0 0-degree view with horizontal mirror 180-degree view with vertical mirror 53 0 1 1 180-degree view 54 1 0 0 90-degree view with vertical mirror 270-degree view with horizontal mirror 55 1 0 1 270-degree view 56 1 1 0 90-degree view 57 1 1 1 90-degree view with horizontal mirror 270-degree view with vertical mirror 73 /* create tsptr by adding view orientation and access mode */
|
/openbmc/linux/security/apparmor/ |
H A D | policy_ns.c | 33 * aa_ns_visible - test if @view is visible from @curr 35 * @view: namespace to test if visible from @curr (NOT NULL) 36 * @subns: whether view of a subns is allowed 38 * Returns: true if @view is visible from @curr else false 40 bool aa_ns_visible(struct aa_ns *curr, struct aa_ns *view, bool subns) in aa_ns_visible() argument 42 if (curr == view) in aa_ns_visible() 48 for ( ; view; view = view->parent) { in aa_ns_visible() 49 if (view->parent == curr) in aa_ns_visible() 57 * aa_ns_name - Find the ns name to display for @view from @curr 59 * @view: namespace attempting to view (NOT NULL) [all …]
|
/openbmc/openbmc-test-automation/gui/gui_test/overview_menu/ |
H A D | test_overview_menu.robot | 21 ${xpath_server_information_view_more_button} (//*[text()="View more"])[1] 22 ${xpath_firmware_information_view_more_button} (//*[text()="View more"])[2] 23 ${xpath_network_information_view_more_button} (//*[text()="View more"])[3] 24 ${xpath_power_information_view_more_button} (//*[text()="View more"])[4] 25 ${xpath_event_logs_view_more_button} (//*[text()="View more"])[5] 26 ${xpath_inventory_and_leds_view_more_button} (//*[text()="View more"])[6] 29 ${xpath_dumps_view_more_button} (//*[text()="View more"])[7] 136 Verify View More Event Logs Button 137 [Documentation] Verify view more event log button in overview page. 203 Verify View More Button For Dumps [all …]
|
/openbmc/phosphor-webui/app/server-control/controllers/ |
H A D | virtual-media-controller.js | 243 var view = new DataView(resp, 0, 10); 246 view.setUint32(0, Math.floor(size / (2 ** 32))); 247 view.setUint32(4, size & 0xffffffff); 249 view.setUint16(8, NBD_FLAG_HAS_FLAGS | NBD_FLAG_READ_ONLY); 259 var view = new DataView(resp, 0, 20); 260 view.setUint32(0, 0x0003e889); 261 view.setUint32(4, 0x045565a9); 262 view.setUint32(8, opt); 263 view.setUint32(12, NBD_REP_ERR_UNSUP); 264 view.setUint32(16, 0); [all …]
|
/openbmc/linux/drivers/gpu/drm/nouveau/dispnv50/ |
H A D | head.c | 67 if (asyh->set.view ) head->func->view (head, asyh); in nv50_head_flush_set() 151 asyh->view.iW = umode->hdisplay; in nv50_head_atomic_check_view() 152 asyh->view.iH = umode_vdisplay; in nv50_head_atomic_check_view() 155 asyh->view.oW = omode_hdisplay; in nv50_head_atomic_check_view() 156 asyh->view.oH = omode_vdisplay; in nv50_head_atomic_check_view() 167 u32 r = (asyh->view.oH << 19) / asyh->view.oW; in nv50_head_atomic_check_view() 170 asyh->view.oW -= (bX * 2); in nv50_head_atomic_check_view() 171 if (bY) asyh->view.oH -= (bY * 2); in nv50_head_atomic_check_view() 172 else asyh->view.oH = ((asyh->view.oW * r) + (r / 2)) >> 19; in nv50_head_atomic_check_view() 174 asyh->view.oW -= (asyh->view.oW >> 4) + 32; in nv50_head_atomic_check_view() [all …]
|
/openbmc/qemu/system/ |
H A D | memory.c | 230 #define FOR_EACH_FLAT_RANGE(var, view) \ argument 231 for (var = (view)->ranges; var < (view)->ranges + (view)->nr; ++var) 261 FlatView *view; in flatview_new() local 263 view = g_new0(FlatView, 1); in flatview_new() 264 view->ref = 1; in flatview_new() 265 view->root = mr_root; in flatview_new() 267 trace_flatview_new(view, mr_root); in flatview_new() 269 return view; in flatview_new() 275 static void flatview_insert(FlatView *view, unsigned pos, FlatRange *range) in flatview_insert() argument 277 if (view->nr == view->nr_allocated) { in flatview_insert() [all …]
|
/openbmc/webui-vue/src/utilities/ |
H A D | NBDServer.js | 157 var view = new DataView(resp, 0, 10); 161 view.setUint32(0, Math.floor(size / (2 ** 32))); 162 view.setUint32(4, size & 0xffffffff); 164 view.setUint16(8, NBD_FLAG_HAS_FLAGS | NBD_FLAG_READ_ONLY); 186 var view = new DataView(resp, 0, 16); 187 view.setUint32(0, 0x67446698); 188 view.setUint32(4, rc); 189 view.setUint32(8, req.handle_msB); 190 view.setUint32(12, req.handle_lsB); 198 var view = new DataView(buf, 0, 28); [all …]
|
/openbmc/qemu/include/hw/xen/interface/hvm/ |
H A D | hvm_op.h | 26 uint16_t view; member 34 uint16_t view; member 237 uint16_t view; member 245 /* view */ 246 uint16_t view; member 258 /* view */ 259 uint16_t view; member 270 /* view */ 271 uint16_t view; member 287 /* view */ [all …]
|
/openbmc/linux/arch/s390/kernel/ |
H A D | debug.c | 52 struct debug_view *view; /* used view of debug info */ member 80 struct debug_view *view, char *out_buf); 81 static int debug_input_level_fn(debug_info_t *id, struct debug_view *view, 85 struct debug_view *view, char *out_buf); 86 static int debug_input_pages_fn(debug_info_t *id, struct debug_view *view, 89 static int debug_input_flush_fn(debug_info_t *id, struct debug_view *view, 92 static int debug_hex_ascii_format_fn(debug_info_t *id, struct debug_view *view, 94 static int debug_sprintf_format_fn(debug_info_t *id, struct debug_view *view, 389 struct debug_view *view = p_info->view; in debug_format_entry() local 395 if (view->prolog_proc) in debug_format_entry() [all …]
|
/openbmc/linux/drivers/gpu/drm/i915/ |
H A D | i915_vma_types.h | 41 * singular instances with a view representing all of the object's backing pages 42 * in a linear fashion. This view will be called a normal view. 46 * is not linear, concept of a GGTT view was added. 48 * One example of an alternative view is a stereo display driven by a single 55 * Above would represent a normal GGTT view as normally mapped for GPU or CPU 57 * view which could look something like this: 62 * In this example both the size and layout of pages in the alternative view is 63 * different from the normal view. 73 * parameter encapsulating all metadata required to implement a view. 75 * As a helper for callers which are only interested in the normal view, [all …]
|
/openbmc/linux/tools/perf/ui/gtk/ |
H A D | hists.c | 281 static void on_row_activated(GtkTreeView *view, GtkTreePath *path, in on_row_activated() argument 285 bool expanded = gtk_tree_view_row_expanded(view, path); in on_row_activated() 288 gtk_tree_view_collapse_row(view, path); in on_row_activated() 290 gtk_tree_view_expand_row(view, path, FALSE); in on_row_activated() 301 GtkWidget *view; in perf_gtk__show_hists() local 319 view = gtk_tree_view_new(); in perf_gtk__show_hists() 336 gtk_tree_view_insert_column_with_attributes(GTK_TREE_VIEW(view), in perf_gtk__show_hists() 345 column = gtk_tree_view_get_column(GTK_TREE_VIEW(view), col_idx); in perf_gtk__show_hists() 349 gtk_tree_view_set_expander_column(GTK_TREE_VIEW(view), in perf_gtk__show_hists() 354 gtk_tree_view_set_model(GTK_TREE_VIEW(view), GTK_TREE_MODEL(store)); in perf_gtk__show_hists() [all …]
|
/openbmc/linux/scripts/kconfig/ |
H A D | gconf.c | 56 static struct menu *current; // current node for SINGLE view 57 static struct menu *browsed; // browsed node for SPLIT view 220 GtkTreeView *view = GTK_TREE_VIEW(tree1_w); in init_left_tree() local 225 gtk_tree_view_set_model(view, model1); in init_left_tree() 226 gtk_tree_view_set_headers_visible(view, TRUE); in init_left_tree() 227 gtk_tree_view_set_rules_hint(view, TRUE); in init_left_tree() 230 gtk_tree_view_append_column(view, column); in init_left_tree() 251 sel = gtk_tree_view_get_selection(view); in init_left_tree() 262 GtkTreeView *view = GTK_TREE_VIEW(tree2_w); in init_right_tree() local 268 gtk_tree_view_set_model(view, model2); in init_right_tree() [all …]
|
/openbmc/u-boot/scripts/kconfig/ |
H A D | gconf.c | 62 static struct menu *current; // current node for SINGLE view 63 static struct menu *browsed; // browsed node for SPLIT view 225 GtkTreeView *view = GTK_TREE_VIEW(tree1_w); in init_left_tree() local 230 gtk_tree_view_set_model(view, model1); in init_left_tree() 231 gtk_tree_view_set_headers_visible(view, TRUE); in init_left_tree() 232 gtk_tree_view_set_rules_hint(view, TRUE); in init_left_tree() 235 gtk_tree_view_append_column(view, column); in init_left_tree() 256 sel = gtk_tree_view_get_selection(view); in init_left_tree() 267 GtkTreeView *view = GTK_TREE_VIEW(tree2_w); in init_right_tree() local 273 gtk_tree_view_set_model(view, model2); in init_right_tree() [all …]
|
/openbmc/linux/drivers/gpu/drm/i915/selftests/ |
H A D | i915_vma.c | 66 const struct i915_gtt_view *view) in checked_vma_instance() argument 71 vma = i915_vma_instance(obj, vm, view); in checked_vma_instance() 88 if (i915_vma_compare(vma, vm, view)) { in checked_vma_instance() 591 struct i915_gtt_view view = { in igt_vma_rotate_remap() local 596 struct intel_remapped_plane_info *plane_info = view.remapped.plane; in igt_vma_rotate_remap() 605 plane_info[0].dst_stride = view.type == I915_GTT_VIEW_ROTATED ? in igt_vma_rotate_remap() 609 plane_info[1].dst_stride = view.type == I915_GTT_VIEW_ROTATED ? in igt_vma_rotate_remap() 619 vma = checked_vma_instance(obj, vm, &view); in igt_vma_rotate_remap() 631 expected_pages = remapped_size(view.type, &plane_info[0], &plane_info[1]); in igt_vma_rotate_remap() 633 if (view.type == I915_GTT_VIEW_ROTATED && in igt_vma_rotate_remap() [all …]
|
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/ |
H A D | npm.py | 191 cmd = ud.basecmd + " view %s" % pkgver 200 view = json.loads(view_string) 202 error = view.get("error") 210 elif ud.version != view.get("version"): 213 return view 216 raise FetchError("Invalid view from npm: %s" % str(e), ud.url) 218 def _get_url(view): argument 219 tarball_url = view.get("dist", {}).get("tarball") 222 raise FetchError("Invalid 'dist.tarball' in view", ud.url) 227 integrity = view.get("dist", {}).get("integrity") [all …]
|
/openbmc/linux/Documentation/arch/s390/ |
H A D | s390dbf.rst | 72 a view can be inspected simply by reading the corresponding debugfs file. 130 * hex_ascii-view Example 163 * sprintf-view Example 299 The hex_ascii view shows the data field in hex and ascii representation 302 The sprintf view formats the debug entries in the same way as the sprintf 319 If using the sprintf view do NOT use other event/exception functions 322 The format of the hex_ascii and sprintf view is as follows: 333 A typical line of the hex_ascii view will look like the following (first line 334 is only for explanation and will not be displayed when 'cating' the view):: 363 struct debug_view* view, [all …]
|
/openbmc/linux/tools/perf/scripts/python/ |
H A D | exported-sql-viewer.py | 3 # exported-sql-viewer.py: view data from sql database 784 # Turn the query result into a list of ids that the tree view can walk 979 # Turn the query result into a list of ids that the tree view can walk 1045 self.view = QTreeView() 1046 self.view.setSelectionMode(QAbstractItemView.ContiguousSelection) 1047 self.view.CopyCellsToClipboard = CopyTreeCellsToClipboard 1049 self.context_menu = TreeContextMenu(self.view) 1062 self.view.setExpanded(parent, True) 1063 self.view.setCurrentIndex(child) 1071 self.view.setFocus() [all …]
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastermain/ |
H A D | logs.py | 12 def log_api_request(request, response, view, logger_name='api'): argument 16 'view': view, 28 def log_view_mixin(view): argument 40 response = view(*args, **kwargs) 62 Note: you can set `view_name` attribute in View to override get_view_name()
|