/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
|
/linux/drivers/s390/char/ |
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 | 75 * The main tty view data structure. 82 struct raw3270_view view; member 149 return tp->view.rows - TTY3270_INPUT_AREA_ROWS; in tty3270_tty_rows() 155 raw3270_buffer_address(tp->view.dev, cp, x, y); in tty3270_add_ba() 225 *cp++ = tp->view.ascebc['>']; in tty3270_add_prompt() 230 tp->view.cols * 2 - TTY3270_STATUS_AREA_SIZE - 2); in tty3270_add_prompt() 238 if (count < tp->view.cols * 2 - 11) in tty3270_add_prompt() 246 *d++ = tp->view.ascebc[(int)*s++]; in tty3270_ebcdic_convert() 277 codepage_convert(tp->view.ascebc, cp, len); in tty3270_add_status() 305 struct tty3270 *tp = container_of(rq->view, struct tty3270, view); in tty3270_write_callback() [all …]
|
/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 …]
|
/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 …]
|
/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 */
|
/linux/drivers/gpu/drm/xe/display/ |
H A D | xe_fb_pin.c | 83 const struct i915_gtt_view *view, in __xe_pin_fb_vma_dpt() argument 94 if (view->type == I915_GTT_VIEW_NORMAL) in __xe_pin_fb_vma_dpt() 96 else if (view->type == I915_GTT_VIEW_REMAPPED) in __xe_pin_fb_vma_dpt() 101 dpt_size = ALIGN(intel_rotation_info_size(&view->rotated) * 8, in __xe_pin_fb_vma_dpt() 131 if (view->type == I915_GTT_VIEW_NORMAL) { in __xe_pin_fb_vma_dpt() 140 } else if (view->type == I915_GTT_VIEW_REMAPPED) { in __xe_pin_fb_vma_dpt() 141 const struct intel_remapped_info *remap_info = &view->remapped; in __xe_pin_fb_vma_dpt() 153 const struct intel_rotation_info *rot_info = &view->rotated; in __xe_pin_fb_vma_dpt() 198 const struct i915_gtt_view *view, in __xe_pin_fb_vma_ggtt() argument 221 if (bo->ggtt_node[ggtt->tile->id] && view->type == I915_GTT_VIEW_NORMAL) { in __xe_pin_fb_vma_ggtt() [all …]
|
/linux/scripts/kconfig/ |
H A D | gconf.c | 54 static struct menu *current; // current node for SINGLE view 55 static struct menu *browsed; // browsed node for SPLIT view 188 GtkTreeView *view = GTK_TREE_VIEW(tree1_w); in init_left_tree() local 193 gtk_tree_view_set_model(view, model1); in init_left_tree() 194 gtk_tree_view_set_headers_visible(view, TRUE); in init_left_tree() 195 gtk_tree_view_set_rules_hint(view, TRUE); in init_left_tree() 198 gtk_tree_view_append_column(view, column); in init_left_tree() 219 sel = gtk_tree_view_get_selection(view); in init_left_tree() 230 GtkTreeView *view = GTK_TREE_VIEW(tree2_w); in init_right_tree() local 236 gtk_tree_view_set_model(view, model2); in init_right_tree() [all …]
|
/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 …]
|
/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 …]
|
/linux/include/linux/irqchip/ |
H A D | arm-gic-v3-prio.h | 7 * GIC priorities from the view of the PMR/RPR. 10 * the NS view of the priority space. The value programmed into the distributor 14 * GICV3_PRIO_UNMASKED is the PMR view of the priority to use to permit both 17 * GICV3_PRIO_IRQ is the PMR view of the priority of regular interrupts. This 20 * GICV3_PRIO_NMI is the PMR view of the priority of pseudo-NMIs. This can be
|
/linux/drivers/hwtracing/coresight/ |
H A D | coresight-syscfg-configfs.h | 14 /* container for configuration view */ 22 /* container for feature view */ 28 /* container for parameter view */ 35 /* container for preset view */
|
/linux/include/linux/ |
H A D | regset.h | 215 * @regsets: Array of @n regsets available in this view. 221 * A regset view is a collection of regsets (&struct user_regset, 223 * from a given architecture/ABI environment. More than one view might 227 * view or from the 64-bit view. Either method reaches the same thread 244 * task_user_regset_view - Return the process's native regset view. 310 const struct user_regset_view *view, 317 * @view: &struct user_regset_view describing user thread machine state 318 * @setno: index in @view->regsets 324 const struct user_regset_view *view, in copy_regset_from_user() argument 329 const struct user_regset *regset = &view->regsets[setno]; in copy_regset_from_user()
|
/linux/tools/perf/scripts/python/ |
H A D | export-to-sqlite.py | 336 do_query(query, 'CREATE VIEW machines_view AS ' 344 do_query(query, 'CREATE VIEW dsos_view AS ' 354 do_query(query, 'CREATE VIEW symbols_view AS ' 365 do_query(query, 'CREATE VIEW threads_view AS ' 375 do_query(query, 'CREATE VIEW comm_threads_view AS ' 385 do_query(query, 'CREATE VIEW call_paths_view AS ' 401 do_query(query, 'CREATE VIEW calls_view AS ' 426 do_query(query, 'CREATE VIEW samples_view AS ' 451 do_query(query, 'CREATE VIEW ptwrite_view AS ' 461 do_query(query, 'CREATE VIEW cbr_view AS ' [all …]
|
H A D | export-to-postgresql.py | 498 do_query(query, 'CREATE VIEW machines_view AS ' 506 do_query(query, 'CREATE VIEW dsos_view AS ' 516 do_query(query, 'CREATE VIEW symbols_view AS ' 527 do_query(query, 'CREATE VIEW threads_view AS ' 537 do_query(query, 'CREATE VIEW comm_threads_view AS ' 547 do_query(query, 'CREATE VIEW call_paths_view AS ' 563 do_query(query, 'CREATE VIEW calls_view AS ' 588 do_query(query, 'CREATE VIEW samples_view AS ' 613 do_query(query, 'CREATE VIEW ptwrite_view AS ' 623 do_query(query, 'CREATE VIEW cbr_view AS ' [all …]
|
/linux/drivers/gpu/drm/i915/ |
H A D | i915_vma.h | 46 const struct i915_gtt_view *view); 210 const struct i915_gtt_view *view) in i915_vma_compare() argument 214 GEM_BUG_ON(view && !i915_is_ggtt_or_dpt(vm)); in i915_vma_compare() 222 if (!view) in i915_vma_compare() 225 cmp -= view->type; in i915_vma_compare() 244 BUILD_BUG_ON(offsetof(typeof(*view), rotated) != in i915_vma_compare() 245 offsetof(typeof(*view), partial)); in i915_vma_compare() 246 BUILD_BUG_ON(offsetof(typeof(*view), rotated) != in i915_vma_compare() 247 offsetof(typeof(*view), remapped)); in i915_vma_compare() 248 return memcmp(&vma->gtt_view.partial, &view->partial, view->type); in i915_vma_compare()
|
H A D | i915_vgpu.c | 45 * translate the graphics address between 'guest view' and 'host view', for 222 * view, the total size is the same as the physical one, with the start address 225 * host point of view, the graphic address space is partitioned by multiple 228 * vGPU1 view Host view
|
/linux/kernel/ |
H A D | regset.c | 55 * @view: &struct user_regset_view describing user thread machine state 56 * @setno: index in @view->regsets 62 const struct user_regset_view *view, in copy_regset_to_user() argument 67 const struct user_regset *regset = &view->regsets[setno]; in copy_regset_to_user()
|
/linux/drivers/gpu/drm/nouveau/dispnv50/ |
H A D | head907d.c | 395 NVVAL(NV907D, HEAD_SET_VIEWPORT_SIZE_IN, WIDTH, asyh->view.iW) | in head907d_view() 396 NVVAL(NV907D, HEAD_SET_VIEWPORT_SIZE_IN, HEIGHT, asyh->view.iH)); in head907d_view() 399 NVVAL(NV907D, HEAD_SET_VIEWPORT_SIZE_OUT, WIDTH, asyh->view.oW) | in head907d_view() 400 NVVAL(NV907D, HEAD_SET_VIEWPORT_SIZE_OUT, HEIGHT, asyh->view.oH), in head907d_view() 403 NVVAL(NV907D, HEAD_SET_VIEWPORT_SIZE_OUT_MIN, WIDTH, asyh->view.oW) | in head907d_view() 404 NVVAL(NV907D, HEAD_SET_VIEWPORT_SIZE_OUT_MIN, HEIGHT, asyh->view.oH), in head907d_view() 407 NVVAL(NV907D, HEAD_SET_VIEWPORT_SIZE_OUT_MAX, WIDTH, asyh->view.oW) | in head907d_view() 408 NVVAL(NV907D, HEAD_SET_VIEWPORT_SIZE_OUT_MAX, HEIGHT, asyh->view.oH)); in head907d_view() 414 .view = head907d_view,
|
/linux/arch/sparc/include/asm/ |
H A D | tsunami.h | 21 * AV: Address View bit 22 * DV: Data View bit 23 * MV: Memory View bit
|
/linux/sound/soc/sof/mediatek/mt8186/ |
H A D | mt8186.h | 81 /*remap dram between AP and DSP view, 4KB aligned*/ 82 #define SRAM_PHYS_BASE_FROM_DSP_VIEW 0x4E100000 /* MT8186 DSP view */ 83 #define DRAM_PHYS_BASE_FROM_DSP_VIEW 0x60000000 /* MT8186 DSP view */
|
/linux/tools/firewire/ |
H A D | nosy-dump.c | 29 /* Marks the fields we print in transaction view. */ 65 .longName = "view", 68 .descrip = "Specify view of bus traffic: packet, transaction or stats.", 69 .argDescrip = "VIEW" 95 .descrip = "Verbose packet view.", 899 int length, retval, view; in main() local 940 view = VIEW_TRANSACTION; in main() 942 view = VIEW_STATS; in main() 944 view = VIEW_PACKET; in main() 961 if (view == VIEW_STATS) in main() [all …]
|
/linux/arch/powerpc/kernel/ptrace/ |
H A D | Makefile | 6 CFLAGS_ptrace-view.o += -DUTS_MACHINE='"$(UTS_MACHINE)"' 8 obj-y += ptrace.o ptrace-view.o
|