Home
last modified time | relevance | path

Searched defs:view (Results 1 – 23 of 23) sorted by relevance

/linux/drivers/s390/char/
H A Draw3270.c52 struct raw3270_view *view; /* Active view. */ member
250 static int __raw3270_start(struct raw3270 *rp, struct raw3270_view *view, in __raw3270_start()
269 int raw3270_view_active(struct raw3270_view *view) in raw3270_view_active()
276 int raw3270_start(struct raw3270_view *view, struct raw3270_request *rq) in raw3270_start()
295 int raw3270_start_request(struct raw3270_view *view, struct raw3270_request *rq, in raw3270_start_request()
311 int raw3270_start_locked(struct raw3270_view *view, struct raw3270_request *rq) in raw3270_start_locked()
327 int raw3270_start_irq(struct raw3270_view *view, struct raw3270_request *rq) in raw3270_start_irq()
345 struct raw3270_view *view; in raw3270_irq() local
540 struct raw3270_view *view; in raw3270_resize_work() local
663 int raw3270_reset(struct raw3270_view *view) in raw3270_reset()
[all …]
H A Dfs3270.c34 struct raw3270_view view; member
62 static int fs3270_do_io(struct raw3270_view *view, struct raw3270_request *rq) in fs3270_do_io()
114 static int fs3270_activate(struct raw3270_view *view) in fs3270_activate()
187 static void fs3270_deactivate(struct raw3270_view *view) in fs3270_deactivate()
388 static void fs3270_free_view(struct raw3270_view *view) in fs3270_free_view()
402 static void fs3270_release(struct raw3270_view *view) in fs3270_release()
H A Draw3270.h22 struct raw3270_view *view; /* view of this request */ member
104 raw3270_get_view(struct raw3270_view *view) in raw3270_get_view()
112 raw3270_put_view(struct raw3270_view *view) in raw3270_put_view()
/linux/arch/s390/kernel/
H A Ddebug.c53 struct debug_view *view; /* used view of debug info */ member
393 struct debug_view *view = p_info->view; in debug_format_entry() local
618 struct debug_view *view) in debug_file_private_alloc()
732 ssize_t debug_dump(debug_info_t *id, struct debug_view *view, in debug_dump()
1337 int debug_register_view(debug_info_t *id, struct debug_view *view) in debug_register_view()
1387 int debug_unregister_view(debug_info_t *id, struct debug_view *view) in debug_unregister_view()
1448 static int debug_prolog_pages_fn(debug_info_t *id, struct debug_view *view, in debug_prolog_pages_fn()
1458 static int debug_input_pages_fn(debug_info_t *id, struct debug_view *view, in debug_input_pages_fn()
1497 static int debug_prolog_level_fn(debug_info_t *id, struct debug_view *view, in debug_prolog_level_fn()
1512 static int debug_input_level_fn(debug_info_t *id, struct debug_view *view, in debug_input_level_fn()
[all …]
/linux/drivers/usb/phy/
H A Dphy-ulpi-viewport.c22 static int ulpi_viewport_wait(void __iomem *view, u32 mask) in ulpi_viewport_wait()
32 void __iomem *view = otg->io_priv; in ulpi_viewport_read() local
50 void __iomem *view = otg->io_priv; in ulpi_viewport_write() local
/linux/security/apparmor/
H A Dpolicy_ns.c40 bool aa_ns_visible(struct aa_ns *curr, struct aa_ns *view, bool subns) in aa_ns_visible()
64 const char *aa_ns_name(struct aa_ns *curr, struct aa_ns *view, bool subns) in aa_ns_name()
174 struct aa_ns *__aa_lookupn_ns(struct aa_ns *view, const char *hname, size_t n) in __aa_lookupn_ns()
205 struct aa_ns *aa_lookupn_ns(struct aa_ns *view, const char *name, size_t n) in aa_lookupn_ns()
H A Dlabel.c1502 static int aa_profile_snxprint(char *str, size_t size, struct aa_ns *view, in aa_profile_snxprint()
/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_so.c131 struct vmw_view *view = vmw_view(res); in vmw_view_commit_notify() local
162 struct vmw_view *view = vmw_view(res); in vmw_view_create() local
207 struct vmw_view *view = vmw_view(res); in vmw_view_destroy() local
288 struct vmw_view *view = vmw_view(res); in vmw_view_res_free() local
328 struct vmw_view *view; in vmw_view_add() local
H A Dvmwgfx_execbuf.c351 struct vmw_resource *view) in vmw_view_res_val_add()
388 struct vmw_resource *view; in vmw_view_id_val_add() local
774 struct vmw_resource *view = NULL; in vmw_view_bindings_add() local
2642 struct vmw_resource *view; in vmw_cmd_dx_view_remove() local
2787 struct vmw_resource *view; in vmw_cmd_dx_genmips() local
/linux/scripts/kconfig/
H A Dgconf.c95 static void _select_menu(GtkTreeView *view, GtkTreeModel *model, in _select_menu()
133 static void select_menu(GtkTreeView *view, struct menu *match) in select_menu()
138 static void _update_row_visibility(GtkTreeView *view) in _update_row_visibility()
660 GtkTreeView *view = GTK_TREE_VIEW(user_data); in renderer_edited() local
749 GtkTreeView *view = GTK_TREE_VIEW(widget); in on_treeview2_button_press_event() local
802 GtkTreeView *view = GTK_TREE_VIEW(widget); in on_treeview2_key_press_event() local
860 GtkTreeView *view = GTK_TREE_VIEW(widget); in on_treeview1_button_press_event() local
1135 GtkTreeView *view = GTK_TREE_VIEW(tree1_w); in init_left_tree() local
1185 GtkTreeView *view = GTK_TREE_VIEW(tree2_w); in init_right_tree() local
/linux/tools/perf/ui/gtk/
H A Dhists.c281 static void on_row_activated(GtkTreeView *view, GtkTreePath *path, in on_row_activated()
301 GtkWidget *view; in perf_gtk__show_hists() local
505 GtkWidget *view; in perf_gtk__show_hierarchy() local
/linux/kernel/
H A Dregset.c62 const struct user_regset_view *view, in copy_regset_to_user() argument
H A Dptrace.c874 find_regset(const struct user_regset_view *view, unsigned int type) in find_regset()
891 const struct user_regset_view *view = task_user_regset_view(task); in ptrace_regset() local
/linux/include/linux/
H A Dregset.h334 const struct user_regset_view *view, in copy_regset_from_user()
/linux/fs/
H A Dbinfmt_elf.c1721 const struct user_regset_view *view, in fill_thread_core_info()
1789 const struct user_regset_view *view, in fill_thread_core_info()
1820 const struct user_regset_view *view; in fill_note_info() local
H A Dbinfmt_elf_fdpic.c1390 const struct user_regset_view *view = task_user_regset_view(p); in elf_dump_thread_status() local
/linux/drivers/gpu/drm/i915/display/
H A Dintel_fb.c1490 struct intel_fb_view *view) in calc_plane_remap_info()
1639 struct intel_fb_view *view, in intel_fb_view_init()
1806 const struct intel_fb_view *view, in intel_fb_view_vtd_guard()
1935 struct intel_fb_view *view) in intel_fb_fill_view()
/linux/drivers/gpu/drm/nouveau/dispnv50/
H A Datom.h33 } view; member
138 bool view:1; member
/linux/tools/firewire/
H A Dnosy-dump.c899 int length, retval, view; in main() local
/linux/tools/perf/scripts/python/
H A Dexported-sql-viewer.py3853 def CopyTableCellsToClipboard(view, as_csv=False, with_hdr=False): argument
3919 def CopyTreeCellsToClipboard(view, as_csv=False, with_hdr=False): argument
4027 def CopyCellsToClipboard(view, as_csv=False, with_hdr=False): argument
4030 def CopyCellsToClipboardHdr(view): argument
4033 def CopyCellsToClipboardCSV(view): argument
4040 def __init__(self, view): argument
4059 def __init__(self, view): argument
/linux/arch/sparc/kernel/
H A Dptrace_64.c1013 const struct user_regset_view *view = task_user_regset_view(current); in arch_ptrace() local
/linux/fs/ntfs3/
H A Dntfs.h614 } view; member
/linux/drivers/s390/net/
H A Dqeth_core.h67 struct debug_view *view; member