| /linux/drivers/s390/char/ |
| H A D | raw3270.c | 52 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 D | fs3270.c | 34 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 D | raw3270.h | 22 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 D | debug.c | 53 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 D | phy-ulpi-viewport.c | 22 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 D | policy_ns.c | 40 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 D | label.c | 1502 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 D | vmwgfx_so.c | 131 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 D | vmwgfx_execbuf.c | 351 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 D | gconf.c | 95 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 D | hists.c | 281 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 D | regset.c | 62 const struct user_regset_view *view, in copy_regset_to_user() argument
|
| H A D | ptrace.c | 874 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 D | regset.h | 334 const struct user_regset_view *view, in copy_regset_from_user()
|
| /linux/fs/ |
| H A D | binfmt_elf.c | 1721 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 D | binfmt_elf_fdpic.c | 1390 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 D | intel_fb.c | 1490 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 D | atom.h | 33 } view; member 138 bool view:1; member
|
| /linux/tools/firewire/ |
| H A D | nosy-dump.c | 899 int length, retval, view; in main() local
|
| /linux/tools/perf/scripts/python/ |
| H A D | exported-sql-viewer.py | 3853 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 D | ptrace_64.c | 1013 const struct user_regset_view *view = task_user_regset_view(current); in arch_ptrace() local
|
| /linux/fs/ntfs3/ |
| H A D | ntfs.h | 614 } view; member
|
| /linux/drivers/s390/net/ |
| H A D | qeth_core.h | 67 struct debug_view *view; member
|