Searched refs:view (Results 1 - 25 of 66) sorted by relevance

123

/linux-master/drivers/usb/phy/
H A Dphy-ulpi-viewport.c22 static int ulpi_viewport_wait(void __iomem *view, u32 mask) argument
26 return readl_poll_timeout_atomic(view, val, !(val & mask), 1, 2000);
32 void __iomem *view = otg->io_priv; local
34 writel(ULPI_VIEW_WAKEUP | ULPI_VIEW_WRITE, view);
35 ret = ulpi_viewport_wait(view, ULPI_VIEW_WAKEUP);
39 writel(ULPI_VIEW_RUN | ULPI_VIEW_READ | ULPI_VIEW_ADDR(reg), view);
40 ret = ulpi_viewport_wait(view, ULPI_VIEW_RUN);
44 return ULPI_VIEW_DATA_READ(readl(view));
50 void __iomem *view = otg->io_priv; local
52 writel(ULPI_VIEW_WAKEUP | ULPI_VIEW_WRITE, view);
[all...]
/linux-master/drivers/s390/char/
H A Draw3270.h22 struct raw3270_view *view; /* view of this request */ member in struct:raw3270_request
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,
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 */
104 raw3270_get_view(struct raw3270_view *view) argument
112 raw3270_put_view(struct raw3270_view *view) argument
[all...]
H A Draw3270.c50 struct raw3270_view *view; /* Active view. */ member in struct:raw3270
94 * Wait queue for device init/delete, view delete.
125 x = max_t(int, 0, rp->view->cols + x);
127 y = max_t(int, 0, rp->view->rows + y);
128 addr = (y * rp->view->cols) + x;
246 static int __raw3270_start(struct raw3270 *rp, struct raw3270_view *view, argument
249 rq->view = view;
250 raw3270_get_view(view);
265 raw3270_view_active(struct raw3270_view *view) argument
272 raw3270_start(struct raw3270_view *view, struct raw3270_request *rq) argument
291 raw3270_start_request(struct raw3270_view *view, struct raw3270_request *rq, int cmd, void *data, size_t len) argument
307 raw3270_start_locked(struct raw3270_view *view, struct raw3270_request *rq) argument
323 raw3270_start_irq(struct raw3270_view *view, struct raw3270_request *rq) argument
341 struct raw3270_view *view; local
536 struct raw3270_view *view; local
659 raw3270_reset(struct raw3270_view *view) argument
678 struct raw3270_view *view; local
696 raw3270_init_irq(struct raw3270_view *view, struct raw3270_request *rq, struct irb *irb) argument
880 raw3270_view_lock_unavailable(struct raw3270_view *view) argument
891 raw3270_assign_activate_view(struct raw3270 *rp, struct raw3270_view *view) argument
897 __raw3270_activate_view(struct raw3270 *rp, struct raw3270_view *view) argument
939 raw3270_activate_view(struct raw3270_view *view) argument
958 raw3270_deactivate_view(struct raw3270_view *view) argument
990 raw3270_add_view(struct raw3270_view *view, struct raw3270_fn *fn, int minor, int subclass) argument
1030 struct raw3270_view *view, *tmp; local
1057 raw3270_del_view(struct raw3270_view *view) argument
[all...]
H A Dcon3270.c74 * The main tty view data structure.
81 struct raw3270_view view; member in struct:tty3270
147 return tp->view.rows - TTY3270_INPUT_AREA_ROWS;
153 raw3270_buffer_address(tp->view.dev, cp, x, y);
223 *cp++ = tp->view.ascebc['>'];
228 tp->view.cols * 2 - TTY3270_STATUS_AREA_SIZE - 2);
236 if (count < tp->view.cols * 2 - 11)
244 *d++ = tp->view.ascebc[(int)*s++];
275 codepage_convert(tp->view.ascebc, cp, len);
303 struct tty3270 *tp = container_of(rq->view, struc
782 tty3270_activate(struct raw3270_view *view) argument
791 tty3270_deactivate(struct raw3270_view *view) argument
962 tty3270_resize(struct raw3270_view *view, int new_model, int new_rows, int new_cols, int old_model, int old_rows, int old_cols) argument
1041 tty3270_release(struct raw3270_view *view) argument
1058 tty3270_free(struct raw3270_view *view) argument
1078 struct raw3270_view *view = raw3270_find_view(&tty3270_fn, i); local
1182 struct raw3270_view *view; local
2149 struct raw3270_view *view; local
[all...]
H A Dfs3270.c34 struct raw3270_view view; member in struct:fs3270
39 int active; /* Fullscreen view is active. */
56 * The fullscreen view is in working order if the view
62 static int fs3270_do_io(struct raw3270_view *view, struct raw3270_request *rq) argument
67 fp = (struct fs3270 *)view;
73 /* Fullscreen view isn't ready yet. */
79 rc = raw3270_start(view, rq);
89 * Switch to the fullscreen view.
95 fp = (struct fs3270 *)rq->view;
114 fs3270_activate(struct raw3270_view *view) argument
187 fs3270_deactivate(struct raw3270_view *view) argument
388 fs3270_free_view(struct raw3270_view *view) argument
402 fs3270_release(struct raw3270_view *view) argument
[all...]
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_so.c38 * 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.
54 * @view_id: User-space per context view id. Currently used also as per
55 * context device view id.
56 * @cmd_size: Size of the SVGA3D define view comman
131 struct vmw_view *view = vmw_view(res); local
162 struct vmw_view *view = vmw_view(res); local
207 struct vmw_view *view = vmw_view(res); local
288 struct vmw_view *view = vmw_view(res); local
328 struct vmw_view *view; local
[all...]
/linux-master/arch/powerpc/kernel/ptrace/
H A DMakefile6 CFLAGS_ptrace-view.o += -DUTS_MACHINE='"$(UTS_MACHINE)"'
8 obj-y += ptrace.o ptrace-view.o
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_fb_pin.h19 const struct i915_gtt_view *view,
H A Dintel_fb_pin.c21 const struct i915_gtt_view *view,
74 vma = i915_vma_instance(obj, vm, view);
109 const struct i915_gtt_view *view,
177 view, pinctl);
251 &plane_state->view.gtt,
277 vma = intel_pin_fb_obj_dpt(fb, &plane_state->view.gtt, false,
20 intel_pin_fb_obj_dpt(struct drm_framebuffer *fb, const struct i915_gtt_view *view, bool uses_fence, unsigned long *out_flags, struct i915_address_space *vm) argument
107 intel_pin_and_fence_fb_obj(struct drm_framebuffer *fb, bool phys_cursor, const struct i915_gtt_view *view, bool uses_fence, unsigned long *out_flags) argument
/linux-master/security/apparmor/
H A Dpolicy_ns.c33 * 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) argument
42 if (curr == view)
48 for ( ; view; view = view->parent) {
49 if (view
64 aa_ns_name(struct aa_ns *curr, struct aa_ns *view, bool subns) argument
174 __aa_lookupn_ns(struct aa_ns *view, const char *hname, size_t n) argument
205 aa_lookupn_ns(struct aa_ns *view, const char *name, size_t n) argument
[all...]
/linux-master/drivers/gpu/drm/xe/display/
H A Dxe_fb_pin.c80 const struct i915_gtt_view *view,
89 if (view->type == I915_GTT_VIEW_NORMAL)
91 else if (view->type == I915_GTT_VIEW_REMAPPED)
96 dpt_size = ALIGN(intel_rotation_info_size(&view->rotated) * 8,
117 if (view->type == I915_GTT_VIEW_NORMAL) {
126 } else if (view->type == I915_GTT_VIEW_REMAPPED) {
127 const struct intel_remapped_info *remap_info = &view->remapped;
139 const struct intel_rotation_info *rot_info = &view->rotated;
181 const struct i915_gtt_view *view,
202 if (bo->ggtt_node.size && view
79 __xe_pin_fb_vma_dpt(struct intel_framebuffer *fb, const struct i915_gtt_view *view, struct i915_vma *vma) argument
180 __xe_pin_fb_vma_ggtt(struct intel_framebuffer *fb, const struct i915_gtt_view *view, struct i915_vma *vma) argument
249 __xe_pin_fb_vma(struct intel_framebuffer *fb, const struct i915_gtt_view *view) argument
333 intel_pin_and_fence_fb_obj(struct drm_framebuffer *fb, bool phys_cursor, const struct i915_gtt_view *view, bool uses_fence, unsigned long *out_flags) argument
[all...]
/linux-master/drivers/gpu/drm/nouveau/dispnv50/
H A Dhead.c68 if (asyh->set.view ) head->func->view (head, asyh);
152 asyh->view.iW = umode->hdisplay;
153 asyh->view.iH = umode_vdisplay;
156 asyh->view.oW = omode_hdisplay;
157 asyh->view.oH = omode_vdisplay;
168 u32 r = (asyh->view.oH << 19) / asyh->view.oW;
171 asyh->view.oW -= (bX * 2);
172 if (bY) asyh->view
[all...]
H A Dhead907d.c395 NVVAL(NV907D, HEAD_SET_VIEWPORT_SIZE_IN, WIDTH, asyh->view.iW) |
396 NVVAL(NV907D, HEAD_SET_VIEWPORT_SIZE_IN, HEIGHT, asyh->view.iH));
399 NVVAL(NV907D, HEAD_SET_VIEWPORT_SIZE_OUT, WIDTH, asyh->view.oW) |
400 NVVAL(NV907D, HEAD_SET_VIEWPORT_SIZE_OUT, HEIGHT, asyh->view.oH),
403 NVVAL(NV907D, HEAD_SET_VIEWPORT_SIZE_OUT_MIN, WIDTH, asyh->view.oW) |
404 NVVAL(NV907D, HEAD_SET_VIEWPORT_SIZE_OUT_MIN, HEIGHT, asyh->view.oH),
407 NVVAL(NV907D, HEAD_SET_VIEWPORT_SIZE_OUT_MAX, WIDTH, asyh->view.oW) |
408 NVVAL(NV907D, HEAD_SET_VIEWPORT_SIZE_OUT_MAX, HEIGHT, asyh->view.oH));
414 .view = head907d_view,
/linux-master/security/apparmor/include/
H A Dpolicy_ns.h84 bool aa_ns_visible(struct aa_ns *curr, struct aa_ns *view, bool subns);
90 struct aa_ns *__aa_lookupn_ns(struct aa_ns *view, const char *hname, size_t n);
91 struct aa_ns *aa_lookupn_ns(struct aa_ns *view, const char *name, size_t n);
/linux-master/tools/perf/ui/gtk/
H A Dhists.c281 static void on_row_activated(GtkTreeView *view, GtkTreePath *path, argument
285 bool expanded = gtk_tree_view_row_expanded(view, path);
288 gtk_tree_view_collapse_row(view, path);
290 gtk_tree_view_expand_row(view, path, FALSE);
301 GtkWidget *view; local
319 view = gtk_tree_view_new();
336 gtk_tree_view_insert_column_with_attributes(GTK_TREE_VIEW(view),
345 column = gtk_tree_view_get_column(GTK_TREE_VIEW(view), col_idx);
349 gtk_tree_view_set_expander_column(GTK_TREE_VIEW(view),
354 gtk_tree_view_set_model(GTK_TREE_VIEW(view), GTK_TREE_MODE
402 gtk_container_add(GTK_CONTAINER(window), view); local
505 GtkWidget *view; local
590 gtk_container_add(GTK_CONTAINER(window), view); local
[all...]
H A Dannotate.c112 GtkWidget *view; local
123 view = gtk_tree_view_new();
127 gtk_tree_view_insert_column_with_attributes(GTK_TREE_VIEW(view),
132 gtk_tree_view_set_model(GTK_TREE_VIEW(view), GTK_TREE_MODEL(store));
162 gtk_container_add(GTK_CONTAINER(window), view); local
/linux-master/arch/s390/include/asm/
H A Ddebug.h66 struct debug_view *view,
72 struct debug_view *view, char *out_buf,
75 struct debug_view *view,
78 struct debug_view *view,
83 int debug_dflt_header_fn(debug_info_t *id, struct debug_view *view,
391 int debug_register_view(debug_info_t *id, struct debug_view *view);
393 int debug_unregister_view(debug_info_t *id, struct debug_view *view);
451 #define __REGISTER_STATIC_DEBUG_INFO(var, name, pages, areas, view) \
455 debug_register_view(&var, (view)); \
468 * @view
[all...]
/linux-master/drivers/gpu/drm/i915/
H A Di915_vma.h46 const struct i915_gtt_view *view);
210 const struct i915_gtt_view *view)
214 GEM_BUG_ON(view && !i915_is_ggtt_or_dpt(vm));
222 if (!view)
225 cmp -= view->type;
244 BUILD_BUG_ON(offsetof(typeof(*view), rotated) !=
245 offsetof(typeof(*view), partial));
246 BUILD_BUG_ON(offsetof(typeof(*view), rotated) !=
247 offsetof(typeof(*view), remapped));
248 return memcmp(&vma->gtt_view.partial, &view
208 i915_vma_compare(struct i915_vma *vma, struct i915_address_space *vm, const struct i915_gtt_view *view) argument
[all...]
H A Di915_gem.h58 const struct i915_gtt_view *view,
63 const struct i915_gtt_view *view,
/linux-master/drivers/gpu/drm/i915/selftests/
H A Di915_vma.c66 const struct i915_gtt_view *view)
71 vma = i915_vma_instance(obj, vm, view);
88 if (i915_vma_compare(vma, vm, view)) {
591 struct i915_gtt_view view = { local
596 struct intel_remapped_plane_info *plane_info = view.remapped.plane;
605 plane_info[0].dst_stride = view.type == I915_GTT_VIEW_ROTATED ?
609 plane_info[1].dst_stride = view.type == I915_GTT_VIEW_ROTATED ?
619 vma = checked_vma_instance(obj, vm, &view);
631 expected_pages = remapped_size(view.type, &plane_info[0], &plane_info[1]);
633 if (view
64 checked_vma_instance(struct drm_i915_gem_object *obj, struct i915_address_space *vm, const struct i915_gtt_view *view) argument
743 assert_pin(struct i915_vma *vma, struct i915_gtt_view *view, u64 size, const char *name) argument
821 struct i915_gtt_view view; local
999 struct i915_gtt_view view = { local
[all...]
/linux-master/kernel/
H A Dregset.c55 * @view: &struct user_regset_view describing user thread machine state
56 * @setno: index in @view->regsets
62 const struct user_regset_view *view,
67 const struct user_regset *regset = &view->regsets[setno];
61 copy_regset_to_user(struct task_struct *target, const struct user_regset_view *view, unsigned int setno, unsigned int offset, unsigned int size, void __user *data) argument
/linux-master/arch/s390/kernel/
H A Ddebug.c52 struct debug_view *view; /* used view of debug info */ member in struct:file_private_info
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 local
1178 debug_register_view(debug_info_t *id, struct debug_view *view) argument
1228 debug_unregister_view(debug_info_t *id, struct debug_view *view) argument
1295 debug_prolog_pages_fn(debug_info_t *id, struct debug_view *view, char *out_buf) argument
1305 debug_input_pages_fn(debug_info_t *id, struct debug_view *view, struct file *file, const char __user *user_buf, size_t user_len, loff_t *offset) argument
1344 debug_prolog_level_fn(debug_info_t *id, struct debug_view *view, char *out_buf) argument
1359 debug_input_level_fn(debug_info_t *id, struct debug_view *view, struct file *file, const char __user *user_buf, size_t user_len, loff_t *offset) argument
1429 debug_input_flush_fn(debug_info_t *id, struct debug_view *view, struct file *file, const char __user *user_buf, size_t user_len, loff_t *offset) argument
1468 debug_hex_ascii_format_fn(debug_info_t *id, struct debug_view *view, char *out_buf, const char *in_buf) argument
1491 debug_dflt_header_fn(debug_info_t *id, struct debug_view *view, int area, debug_entry_t *entry, char *out_buf) argument
1523 debug_sprintf_format_fn(debug_info_t *id, struct debug_view *view, char *out_buf, const char *inbuf) argument
[all...]
/linux-master/scripts/kconfig/
H A Dgconf.c56 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); local
225 gtk_tree_view_set_model(view, model1);
226 gtk_tree_view_set_headers_visible(view, TRUE);
227 gtk_tree_view_set_rules_hint(view, TRUE);
230 gtk_tree_view_append_column(view, column);
251 sel = gtk_tree_view_get_selection(view);
262 GtkTreeView *view = GTK_TREE_VIEW(tree2_w); local
268 gtk_tree_view_set_model(view, model
876 GtkTreeView *view = GTK_TREE_VIEW(widget); local
933 GtkTreeView *view = GTK_TREE_VIEW(widget); local
994 GtkTreeView *view = GTK_TREE_VIEW(widget); local
[all...]
/linux-master/include/linux/
H A Dregset.h215 * @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,
[all...]
/linux-master/tools/perf/scripts/python/
H A Dexported-sql-viewer.py3 # 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
[all...]

Completed in 213 milliseconds

123