/linux-4.4.14/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_so.c | 128 struct vmw_view *view = vmw_view(res); in vmw_view_commit_notify() local 133 struct vmw_surface *srf = vmw_res_to_srf(view->srf); in vmw_view_commit_notify() 135 list_add_tail(&view->srf_head, &srf->view_list); in vmw_view_commit_notify() 136 vmw_cotable_add_resource(view->cotable, &view->cotable_head); in vmw_view_commit_notify() 137 view->committed = true; in vmw_view_commit_notify() 138 res->id = view->view_id; in vmw_view_commit_notify() 141 list_del_init(&view->cotable_head); in vmw_view_commit_notify() 142 list_del_init(&view->srf_head); in vmw_view_commit_notify() 143 view->committed = false; in vmw_view_commit_notify() 159 struct vmw_view *view = vmw_view(res); in vmw_view_create() local [all …]
|
D | vmwgfx_execbuf.c | 287 struct vmw_resource *view) in vmw_view_res_val_add() argument 295 ret = vmw_resource_val_add(sw_context, vmw_view_srf(view), NULL); in vmw_view_res_val_add() 299 return vmw_resource_val_add(sw_context, view, NULL); in vmw_view_res_val_add() 318 struct vmw_resource *view; in vmw_view_id_val_add() local 326 view = vmw_view_lookup(sw_context->man, view_type, id); in vmw_view_id_val_add() 327 if (IS_ERR(view)) in vmw_view_id_val_add() 328 return PTR_ERR(view); in vmw_view_id_val_add() 330 ret = vmw_view_res_val_add(sw_context, view); in vmw_view_id_val_add() 331 vmw_resource_unreference(&view); in vmw_view_id_val_add() 866 struct vmw_resource *view = NULL; in vmw_view_bindings_add() local [all …]
|
/linux-4.4.14/drivers/s390/char/ |
D | raw3270.c | 45 struct raw3270_view *view; /* Active view. */ member 259 __raw3270_start(struct raw3270 *rp, struct raw3270_view *view, in __raw3270_start() argument 262 rq->view = view; in __raw3270_start() 263 raw3270_get_view(view); in __raw3270_start() 270 raw3270_put_view(view); in __raw3270_start() 279 raw3270_view_active(struct raw3270_view *view) in raw3270_view_active() argument 281 struct raw3270 *rp = view->dev; in raw3270_view_active() 283 return rp && rp->view == view && in raw3270_view_active() 288 raw3270_start(struct raw3270_view *view, struct raw3270_request *rq) in raw3270_start() argument 294 spin_lock_irqsave(get_ccwdev_lock(view->dev->cdev), flags); in raw3270_start() [all …]
|
D | con3270.c | 41 struct raw3270_view view; member 96 codepage_convert(cp->view.ascebc, cp->status->string + 24, 7); in con3270_update_status() 112 raw3270_buffer_address(cp->view.dev, cp->status->string + 1, in con3270_create_status() 113 cp->view.cols * (cp->view.rows - 1)); in con3270_create_status() 114 raw3270_buffer_address(cp->view.dev, cp->status->string + 21, in con3270_create_status() 115 cp->view.cols * cp->view.rows - 8); in con3270_create_status() 117 codepage_convert(cp->view.ascebc, cp->status->string + 8, 12); in con3270_create_status() 118 codepage_convert(cp->view.ascebc, cp->status->string + 24, 7); in con3270_create_status() 127 if (s->len >= cp->view.cols - 5) in con3270_update_string() 129 raw3270_buffer_address(cp->view.dev, s->string + s->len - 3, in con3270_update_string() [all …]
|
D | tty3270.c | 63 struct raw3270_view view; member 145 if (count > tp->view.cols * 2 - 11) in tty3270_update_prompt() 146 count = tp->view.cols * 2 - 11; in tty3270_update_prompt() 150 if (count < tp->view.cols * 2 - 11) { in tty3270_update_prompt() 153 off = tp->view.cols * tp->view.rows - 9; in tty3270_update_prompt() 154 raw3270_buffer_address(tp->view.dev, line->string+count+8, off); in tty3270_update_prompt() 172 sizeof(blueprint) + tp->view.cols * 2 - 9); in tty3270_create_prompt() 179 offset = tp->view.cols * (tp->view.rows - 2); in tty3270_create_prompt() 180 raw3270_buffer_address(tp->view.dev, line->string + 1, offset); in tty3270_create_prompt() 181 offset = tp->view.cols * tp->view.rows - 9; in tty3270_create_prompt() [all …]
|
D | fs3270.c | 32 struct raw3270_view view; member 63 fs3270_do_io(struct raw3270_view *view, struct raw3270_request *rq) in fs3270_do_io() argument 68 fp = (struct fs3270 *) view; in fs3270_do_io() 80 rc = raw3270_start(view, rq); in fs3270_do_io() 97 fp = (struct fs3270 *) rq->view; in fs3270_reset_callback() 107 fp = (struct fs3270 *) rq->view; in fs3270_restore_callback() 118 fs3270_activate(struct raw3270_view *view) in fs3270_activate() argument 124 fp = (struct fs3270 *) view; in fs3270_activate() 151 rc = fp->init->rc = raw3270_start_locked(view, fp->init); in fs3270_activate() 167 fp = (struct fs3270 *) rq->view; in fs3270_save_callback() [all …]
|
D | raw3270.h | 99 struct raw3270_view *view; /* view of this request */ member 180 raw3270_get_view(struct raw3270_view *view) in raw3270_get_view() argument 182 atomic_inc(&view->ref_count); in raw3270_get_view() 188 raw3270_put_view(struct raw3270_view *view) in raw3270_put_view() argument 190 if (atomic_dec_return(&view->ref_count) == 0) in raw3270_put_view()
|
/linux-4.4.14/drivers/usb/phy/ |
D | phy-ulpi-viewport.c | 30 static int ulpi_viewport_wait(void __iomem *view, u32 mask) in ulpi_viewport_wait() argument 35 if (!(readl(view) & mask)) in ulpi_viewport_wait() 47 void __iomem *view = otg->io_priv; in ulpi_viewport_read() local 49 writel(ULPI_VIEW_WAKEUP | ULPI_VIEW_WRITE, view); in ulpi_viewport_read() 50 ret = ulpi_viewport_wait(view, ULPI_VIEW_WAKEUP); in ulpi_viewport_read() 54 writel(ULPI_VIEW_RUN | ULPI_VIEW_READ | ULPI_VIEW_ADDR(reg), view); in ulpi_viewport_read() 55 ret = ulpi_viewport_wait(view, ULPI_VIEW_RUN); in ulpi_viewport_read() 59 return ULPI_VIEW_DATA_READ(readl(view)); in ulpi_viewport_read() 65 void __iomem *view = otg->io_priv; in ulpi_viewport_write() local 67 writel(ULPI_VIEW_WAKEUP | ULPI_VIEW_WRITE, view); in ulpi_viewport_write() [all …]
|
/linux-4.4.14/arch/s390/kernel/ |
D | debug.c | 50 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, 95 struct debug_view *view, char *out_buf, 97 static int debug_raw_header_fn(debug_info_t * id, struct debug_view *view, 100 static int debug_sprintf_format_fn(debug_info_t * id, struct debug_view *view, [all …]
|
/linux-4.4.14/tools/perf/ui/gtk/ |
D | hists.c | 146 static void on_row_activated(GtkTreeView *view, GtkTreePath *path, in on_row_activated() argument 150 bool expanded = gtk_tree_view_row_expanded(view, path); in on_row_activated() 153 gtk_tree_view_collapse_row(view, path); in on_row_activated() 155 gtk_tree_view_expand_row(view, path, FALSE); in on_row_activated() 166 GtkWidget *view; in perf_gtk__show_hists() local 184 view = gtk_tree_view_new(); in perf_gtk__show_hists() 201 gtk_tree_view_insert_column_with_attributes(GTK_TREE_VIEW(view), in perf_gtk__show_hists() 210 column = gtk_tree_view_get_column(GTK_TREE_VIEW(view), col_idx); in perf_gtk__show_hists() 214 gtk_tree_view_set_expander_column(GTK_TREE_VIEW(view), in perf_gtk__show_hists() 219 gtk_tree_view_set_model(GTK_TREE_VIEW(view), GTK_TREE_MODEL(store)); in perf_gtk__show_hists() [all …]
|
D | annotate.c | 97 GtkWidget *view; in perf_gtk__annotate_symbol() local 108 view = gtk_tree_view_new(); in perf_gtk__annotate_symbol() 112 gtk_tree_view_insert_column_with_attributes(GTK_TREE_VIEW(view), in perf_gtk__annotate_symbol() 117 gtk_tree_view_set_model(GTK_TREE_VIEW(view), GTK_TREE_MODEL(store)); in perf_gtk__annotate_symbol() 147 gtk_container_add(GTK_CONTAINER(window), view); in perf_gtk__annotate_symbol()
|
/linux-4.4.14/scripts/kconfig/ |
D | gconf.c | 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() 274 gtk_tree_view_set_headers_visible(view, TRUE); in init_right_tree() 275 gtk_tree_view_set_rules_hint(view, TRUE); in init_right_tree() [all …]
|
/linux-4.4.14/arch/sparc/kernel/ |
D | ptrace_32.c | 345 const struct user_regset_view *view; in arch_ptrace() local 350 view = task_user_regset_view(current); in arch_ptrace() 357 ret = copy_regset_to_user(child, view, REGSET_GENERAL, in arch_ptrace() 362 copy_regset_to_user(child, view, REGSET_GENERAL, in arch_ptrace() 370 ret = copy_regset_from_user(child, view, REGSET_GENERAL, in arch_ptrace() 375 copy_regset_from_user(child, view, REGSET_GENERAL, in arch_ptrace() 383 ret = copy_regset_to_user(child, view, REGSET_FP, in arch_ptrace() 388 ret = copy_regset_to_user(child, view, REGSET_FP, in arch_ptrace() 404 ret = copy_regset_from_user(child, view, REGSET_FP, in arch_ptrace() 409 ret = copy_regset_from_user(child, view, REGSET_FP, in arch_ptrace()
|
D | ptrace_64.c | 866 const struct user_regset_view *view = task_user_regset_view(current); in compat_arch_ptrace() local 884 ret = copy_regset_to_user(child, view, REGSET_GENERAL, in compat_arch_ptrace() 889 ret = copy_regset_to_user(child, view, REGSET_GENERAL, in compat_arch_ptrace() 896 ret = copy_regset_from_user(child, view, REGSET_GENERAL, in compat_arch_ptrace() 901 ret = copy_regset_from_user(child, view, REGSET_GENERAL, in compat_arch_ptrace() 908 ret = copy_regset_to_user(child, view, REGSET_FP, in compat_arch_ptrace() 913 ret = copy_regset_to_user(child, view, REGSET_FP, in compat_arch_ptrace() 927 ret = copy_regset_from_user(child, view, REGSET_FP, in compat_arch_ptrace() 932 ret = copy_regset_from_user(child, view, REGSET_FP, in compat_arch_ptrace() 977 const struct user_regset_view *view = task_user_regset_view(current); in arch_ptrace() local [all …]
|
/linux-4.4.14/arch/s390/include/asm/ |
D | debug.h | 53 struct debug_view* view, 59 struct debug_view* view, char* out_buf, 62 struct debug_view* view, 65 struct debug_view* view, 70 int debug_dflt_header_fn(debug_info_t* id, struct debug_view* view, 225 int debug_register_view(debug_info_t* id, struct debug_view* view); 226 int debug_unregister_view(debug_info_t* id, struct debug_view* view);
|
/linux-4.4.14/Documentation/s390/ |
D | s390dbf.txt | 66 a view can be inspected simply by reading the corresponding debugfs file. 299 int debug_register_view (debug_info_t * id, struct debug_view *view); 302 view: pointer to debug view struct 307 Description: registers new debug view and creates debugfs dir entry 310 int debug_unregister_view (debug_info_t * id, struct debug_view *view); 313 view: pointer to debug view struct 318 Description: unregisters debug view and removes debugfs dir entry 333 * hex_ascii- + raw-view Example 367 * sprintf-view Example 498 The hex_ascii view shows the data field in hex and ascii representation [all …]
|
D | cds.txt | 109 provides a unified view of the devices physically attached to the systems.
|
/linux-4.4.14/include/linux/ |
D | regset.h | 332 const struct user_regset_view *view, in copy_regset_to_user() argument 337 const struct user_regset *regset = &view->regsets[setno]; in copy_regset_to_user() 358 const struct user_regset_view *view, in copy_regset_from_user() argument 363 const struct user_regset *regset = &view->regsets[setno]; in copy_regset_from_user()
|
/linux-4.4.14/Documentation/isdn/ |
D | README.FAQ | 11 http://www.mhessler.de/i4lfaq/ (view + download) 13 http://www.isdn4linux.de/faq/ (view)
|
D | README.HiSax | 351 At this point you can run a 'cat /dev/isdnctrl0' and view debugging messages.
|
/linux-4.4.14/security/apparmor/ |
D | policy.c | 230 bool aa_ns_visible(struct aa_namespace *curr, struct aa_namespace *view) in aa_ns_visible() argument 232 if (curr == view) in aa_ns_visible() 235 for ( ; view; view = view->parent) { in aa_ns_visible() 236 if (view->parent == curr) in aa_ns_visible() 249 const char *aa_ns_name(struct aa_namespace *curr, struct aa_namespace *view) in aa_ns_name() argument 252 if (curr == view) in aa_ns_name() 255 if (aa_ns_visible(curr, view)) { in aa_ns_name() 262 return view->base.hname + strlen(curr->base.hname) + 2; in aa_ns_name()
|
/linux-4.4.14/Documentation/mtd/nand/ |
D | pxa3xx-nand.txt | 85 data/OOB/data/OOB way, the controller has a view of the flash page that's 86 different from the specified (aka the manufacturer's) view. In other words, 88 Factory view: 94 Driver's view:
|
/linux-4.4.14/kernel/ |
D | ptrace.c | 791 find_regset(const struct user_regset_view *view, unsigned int type) in find_regset() argument 796 for (n = 0; n < view->n; ++n) { in find_regset() 797 regset = view->regsets + n; in find_regset() 808 const struct user_regset_view *view = task_user_regset_view(task); in ptrace_regset() local 809 const struct user_regset *regset = find_regset(view, type); in ptrace_regset() 815 regset_no = regset - view->regsets; in ptrace_regset() 820 return copy_regset_to_user(task, view, regset_no, 0, in ptrace_regset() 823 return copy_regset_from_user(task, view, regset_no, 0, in ptrace_regset()
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
D | i915_gem.c | 1794 struct i915_ggtt_view view = i915_ggtt_view_normal; in i915_gem_fault() local 1832 memset(&view, 0, sizeof(view)); in i915_gem_fault() 1833 view.type = I915_GGTT_VIEW_PARTIAL; in i915_gem_fault() 1834 view.params.partial.offset = rounddown(page_offset, chunk_size); in i915_gem_fault() 1835 view.params.partial.size = in i915_gem_fault() 1839 view.params.partial.offset); in i915_gem_fault() 1843 ret = i915_gem_object_ggtt_pin(obj, &view, 0, PIN_MAPPABLE); in i915_gem_fault() 1857 i915_gem_obj_ggtt_offset_view(obj, &view); in i915_gem_fault() 1860 if (unlikely(view.type == I915_GGTT_VIEW_PARTIAL)) { in i915_gem_fault() 1867 (view.params.partial.offset << PAGE_SHIFT); in i915_gem_fault() [all …]
|
D | i915_gem_gtt.c | 3250 const struct i915_ggtt_view *view) in i915_gem_obj_lookup_or_create_ggtt_vma() argument 3255 if (WARN_ON(!view)) in i915_gem_obj_lookup_or_create_ggtt_vma() 3258 vma = i915_gem_obj_to_ggtt_view(obj, view); in i915_gem_obj_lookup_or_create_ggtt_vma() 3264 vma = __i915_gem_vma_create(obj, ggtt, view); in i915_gem_obj_lookup_or_create_ggtt_vma() 3392 intel_partial_pages(const struct i915_ggtt_view *view, in intel_partial_pages() argument 3404 ret = sg_alloc_table(st, view->params.partial.size, GFP_KERNEL); in intel_partial_pages() 3411 view->params.partial.offset) in intel_partial_pages() 3413 if (st->nents >= view->params.partial.size) in intel_partial_pages() 3533 const struct i915_ggtt_view *view) in i915_ggtt_view_size() argument 3535 if (view->type == I915_GGTT_VIEW_NORMAL) { in i915_ggtt_view_size() [all …]
|
D | i915_drv.h | 2846 const struct i915_ggtt_view *view, 3014 const struct i915_ggtt_view *view); 3016 const struct i915_ggtt_view *view); 3038 const struct i915_ggtt_view *view); 3049 const struct i915_ggtt_view *view); 3060 const struct i915_ggtt_view *view); 3067 const struct i915_ggtt_view *view); 3122 const struct i915_ggtt_view *view);
|
D | i915_gem_gtt.h | 566 const struct i915_ggtt_view *view);
|
D | intel_display.c | 2274 intel_fill_fb_ggtt_view(struct i915_ggtt_view *view, struct drm_framebuffer *fb, in intel_fill_fb_ggtt_view() argument 2277 struct intel_rotation_info *info = &view->rotation_info; in intel_fill_fb_ggtt_view() 2280 *view = i915_ggtt_view_normal; in intel_fill_fb_ggtt_view() 2288 *view = i915_ggtt_view_rotated; in intel_fill_fb_ggtt_view() 2340 struct i915_ggtt_view view; in intel_pin_and_fence_fb_obj() local 2370 ret = intel_fill_fb_ggtt_view(&view, fb, plane_state); in intel_pin_and_fence_fb_obj() 2393 pipelined_request, &view); in intel_pin_and_fence_fb_obj() 2402 if (view.type == I915_GGTT_VIEW_NORMAL) { in intel_pin_and_fence_fb_obj() 2426 i915_gem_object_unpin_from_display_plane(obj, &view); in intel_pin_and_fence_fb_obj() 2437 struct i915_ggtt_view view; in intel_unpin_fb_obj() local [all …]
|
/linux-4.4.14/tools/firewire/ |
D | nosy-dump.c | 912 int length, retval, view; in main() local 953 view = VIEW_TRANSACTION; in main() 955 view = VIEW_STATS; in main() 957 view = VIEW_PACKET; in main() 974 if (view == VIEW_STATS) in main() 1014 switch (view) { in main()
|
/linux-4.4.14/fs/configfs/ |
D | Kconfig | 7 view of kernel objects, configfs is a filesystem-based manager
|
/linux-4.4.14/tools/perf/scripts/python/ |
D | call-graph-from-postgresql.py | 287 self.view = QTreeView() 288 self.view.setModel(self.model) 290 self.setCentralWidget(self.view)
|
/linux-4.4.14/Documentation/devicetree/bindings/arm/ |
D | arch_timer.txt | 67 - reg : The first and second view base addresses in that order. The second view
|
/linux-4.4.14/fs/ |
D | binfmt_elf.c | 1636 const struct user_regset_view *view, in fill_thread_core_info() argument 1648 (void) view->regsets[0].get(t->task, &view->regsets[0], in fill_thread_core_info() 1656 do_thread_regset_writeback(t->task, &view->regsets[0]); in fill_thread_core_info() 1663 for (i = 1; i < view->n; ++i) { in fill_thread_core_info() 1664 const struct user_regset *regset = &view->regsets[i]; in fill_thread_core_info() 1700 const struct user_regset_view *view = task_user_regset_view(dump_task); in fill_note_info() local 1721 for (i = 0; i < view->n; ++i) in fill_note_info() 1722 if (view->regsets[i].core_note_type != 0) in fill_note_info() 1730 unlikely(view->regsets[0].core_note_type != NT_PRSTATUS)) { in fill_note_info() 1739 view->e_machine, view->e_flags); in fill_note_info() [all …]
|
/linux-4.4.14/Documentation/usb/ |
D | functionfs.txt | 3 From kernel point of view it is just a composite function with some 13 From user space point of view it is a file system which when
|
D | gadget_configfs.txt | 308 The filesystem view would be like this: 375 4. Each USB function naturally has its own view of what it wants
|
D | mass-storage.txt | 202 point of view this distinction does not really matter, but from 203 kernel hacker's point of view, this means that (i) MSG does not
|
/linux-4.4.14/drivers/bcma/ |
D | README | 2 however from programming point of view there is nothing AMBA specific we use.
|
/linux-4.4.14/Documentation/vm/ |
D | numa | 6 hardware view and the Linux software view. 11 disambiguate the hardware view of these physical components/assemblies 42 This leads to the Linux software view of a NUMA system:
|
/linux-4.4.14/Documentation/namespaces/ |
D | compatibility-list.txt | 29 should not be equal from the VFS point of view. In other
|
/linux-4.4.14/Documentation/ |
D | debugging-via-ohci1394.txt | 61 be used to view the printk buffer of a remote machine, even with live update. 173 After having attached to the debug target, press Ctrl-D to view the 175 updated live view of recent kernel messages logged on the debug target.
|
D | coccinelle.txt | 322 * TODO [[view:/home/user/linux/crypto/ctr.c::face=ovl-face1::linb=188::colb=9::cole=16][ERR_CAST ca… 323 * TODO [[view:/home/user/linux/crypto/authenc.c::face=ovl-face1::linb=619::colb=9::cole=16][ERR_CAS… 324 * TODO [[view:/home/user/linux/crypto/xts.c::face=ovl-face1::linb=227::colb=9::cole=16][ERR_CAST ca…
|
D | SM501.txt | 34 Each peripheral has a view of the device which is implicitly narrowed to
|
D | dynamic-debug-howto.txt | 57 You can view the currently configured behaviour of all the debug 80 default value, with no flags enabled, is "=_". So you can view all
|
D | nommu-mmap.txt | 6 as are used in uClinux environments. From the userspace point of view, memory 8 call and the execve() system call. From the kernel's point of view, execve()
|
D | vfio.txt | 205 dma_map.iova = 0; /* 1MB starting at 0x0 from device view */ 354 dma_map.iova = 0; /* 1MB starting at 0x0 from device view */
|
D | kernel-doc-nano-HOWTO.txt | 199 If you just want to view the documentation for one function in one
|
D | svga.txt | 29 0..35 - Menu item number (when you have used the menu to view the list of
|
D | memory-hotplug.txt | 76 available/unavailable for users. Amount of memory from user's view is
|
D | pinctrl.txt | 864 From a kernel point of view, however, these are different aspects of the 906 has to be handled by the <linux/gpio.h> interface. Instead view this as
|
D | IPMI.txt | 243 view of the IPMI interfaces. It allows multiple SMI interfaces to be
|
D | DMA-API-HOWTO.txt | 35 From a device's point of view, DMA uses the bus address space, but it may
|
D | memory-barriers.txt | 2901 combination of elements combined or discarded, provided the program's view
|
D | devices.txt | 450 233 = /dev/kmview View-OS A process with a view
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | dm814x.dtsi | 42 * The soc node represents the soc top level view. It is used for IPs 43 * that are not memory mapped in the MPU view or for the MPU itself.
|
D | dm816x.dtsi | 42 * The soc node represents the soc top level view. It is used for IPs 43 * that are not memory mapped in the MPU view or for the MPU itself.
|
D | omap3.dtsi | 54 * The soc node represents the soc top level view. It is used for IPs 55 * that are not memory mapped in the MPU view or for the MPU itself.
|
D | am33xx.dtsi | 75 * The soc node represents the soc top level view. It is used for IPs 76 * that are not memory mapped in the MPU view or for the MPU itself.
|
D | omap4.dtsi | 86 * The soc node represents the soc top level view. It is used for IPs 87 * that are not memory mapped in the MPU view or for the MPU itself.
|
D | omap5.dtsi | 111 * The soc node represents the soc top level view. It is used for IPs 112 * that are not memory mapped in the MPU view or for the MPU itself.
|
D | dra7.dtsi | 76 * The soc node represents the soc top level view. It is used for IPs 77 * that are not memory mapped in the MPU view or for the MPU itself.
|
/linux-4.4.14/Documentation/driver-model/ |
D | overview.txt | 77 By virtue of having a complete hierarchical view of all the devices in the 78 system, exporting a complete hierarchical view to userspace becomes relatively
|
/linux-4.4.14/Documentation/filesystems/ |
D | sysfs-tagging.txt | 31 through bind mounting and mounts propagation, a task can easily view
|
D | sharedsubtree.txt | 212 mount --rbind / /view/v1 213 mount --rbind / /view/v2 214 mount --rbind / /view/v3 215 mount --rbind / /view/v4 218 mount appears at /view/v1/usr, /view/v2/usr, /view/v3/usr and 219 /view/v4/usr too 222 by accessing /view/v3/usr/fs/namespace.c . The underlying
|
D | btrfs.txt | 124 the committed state a fully consistent view of the file system from the
|
D | vfat.txt | 309 name. Here is a very abbreviated view of an 8.3 directory
|
D | ramfs-rootfs-initramfs.txt | 241 http://www.linuxfromscratch.org/lfs/view/stable/
|
D | vfs.txt | 38 The dentry cache is meant to be a view into your entire filespace. As 169 point of view is a reference to dentry at the root of (sub)tree to
|
D | proc.txt | 196 information. But you get a more detailed view of the process by reading the 387 The /proc/PID/task/TID/maps is a view of the virtual memory from the viewpoint
|
D | xfs-delayed-logging-design.txt | 106 From a conceptual point of view, XFS is already doing relogging in memory (where
|
/linux-4.4.14/Documentation/video4linux/ |
D | README.cpia2 | 10 gqcam application to view this stream. 115 We are providing a modified gqcam application to view the output. In
|
D | cpia2_overview.txt | 30 parameters. Looking at the file cpia2_registers.h, you can get a full view
|
/linux-4.4.14/security/apparmor/include/ |
D | policy.h | 232 bool aa_ns_visible(struct aa_namespace *curr, struct aa_namespace *view);
|
/linux-4.4.14/Documentation/virtual/kvm/devices/ |
D | xics.txt | 18 point of view) in args[1] of the kvm_enable_cap struct. Each ICP has
|
/linux-4.4.14/drivers/hwtracing/coresight/ |
D | Kconfig | 10 a topological view of the CoreSight components based on a DT
|
/linux-4.4.14/net/atm/ |
D | Kconfig | 63 This device will act like an ethernet from the kernels point of view,
|
/linux-4.4.14/Documentation/prctl/ |
D | no_new_privs.txt | 12 /etc/passwd to be replaced from the point of view of a process that
|
/linux-4.4.14/Documentation/power/ |
D | swsusp-and-swap-files.txt | 9 holds it. From the swsusp's point of view (1) is not a problem, because it is
|
D | opp.txt | 343 Overall, in a simplistic view, the data structure operations is represented as
|
D | runtime_pm.txt | 83 PM core's point of view it is not necessary to implement a ->runtime_suspend() 118 PM core's point of view it is not necessary to implement a ->runtime_resume()
|
/linux-4.4.14/Documentation/networking/mac80211_hwsim/ |
D | README | 15 the normal case of using real WLAN hardware. From the mac80211 view
|
/linux-4.4.14/Documentation/devicetree/bindings/soc/ti/ |
D | keystone-navigator-dma.txt | 37 use them since it has a different address space view to reach all
|
/linux-4.4.14/Documentation/arm/ |
D | Setup | 88 is non-contiguous from the processors point of view.
|
D | cluster-pm-race-avoidance.txt | 9 needed. "Basic model" explains general concepts using a simplified view 205 In this discussion, the "outbound side" is the view of the cluster state 207 view of the cluster state as seen by a CPU setting the CPU up.
|
/linux-4.4.14/Documentation/development-process/ |
D | 7.AdvancedTopics | 80 view of the project history; if you rewrite history which other developers 163 Different developers will review code from different points of view. Some
|
/linux-4.4.14/Documentation/ia64/ |
D | efirtc.txt | 24 to initialize the system view of the time during boot.
|
/linux-4.4.14/Documentation/networking/ |
D | spider_net.txt | 132 which, from the OS point of view, is empty; the OS will be waiting for 155 marked xa... which is "empty". Thus, from the OS point of view, there
|
D | cxgb.txt | 67 To view the status of the adaptive-rx and timer latency values: 91 To view the status of TSO:
|
D | batman-adv.txt | 82 ing the mesh network. For example, you can view the table of
|
D | netlink_mmap.txt | 82 The blocks are only visible to the kernel, from the point of view of user-space
|
D | README.ipw2100 | 239 You can view the current power level setting via:
|
D | rds.txt | 26 The high-level semantics of RDS from the application's point of view are
|
D | LICENSE.qlcnic | 119 these conditions, and telling the user how to view a copy of this
|
D | LICENSE.qlge | 119 these conditions, and telling the user how to view a copy of this
|
D | filter.txt | 1088 from safety point of view. The verifier will guarantee that the function is
|
D | bonding.txt | 1672 cause mayhem by joining (from the point of view of the switch) another
|
/linux-4.4.14/Documentation/gpio/ |
D | board.txt | 124 - con_id is the name of the GPIO function from the device point of view. It
|
/linux-4.4.14/Documentation/scsi/ |
D | scsi_fc_transport.txt | 41 unique view of the fabric based on fabric zoning and array lun-masking 46 own unique view of endpoints and configuration parameters. NPIV may be 55 distinct N_Port_ID and view of fabric endpoints and storage entities.
|
D | osd.txt | 36 http://www.open-osd.org/bin/view/Main/OscOsdProject
|
D | arcmsr_spec.txt | 5 ** (All In/Out is in IOP331's view)
|
D | LICENSE.qla4xxx | 120 these conditions, and telling the user how to view a copy of this
|
D | LICENSE.qla2xxx | 121 these conditions, and telling the user how to view a copy of this
|
D | ChangeLog.lpfc | 1085 CONFIG_PORT uses HBA's view of its BAR0.
|
/linux-4.4.14/Documentation/console/ |
D | console.txt | 20 Modular drivers, from the programmer's point of view, has to call:
|
/linux-4.4.14/Documentation/RCU/ |
D | torture.txt | 280 entries is again two. The reason for this separate view is that 287 the second to the number that have been removed from reader view,
|
D | rcu_dereference.txt | 259 But suppose that the reader needs a consistent view?
|
D | RTFP.txt | 1435 David Miller's view on hashed arrays of locks: used to really
|
/linux-4.4.14/drivers/isdn/hardware/eicon/ |
D | debug.c | 1441 int view = (TraceFilter[0] == 0); in diva_maint_state_change_notify() local 1454 view = 1; in diva_maint_state_change_notify() 1472 view = 1; in diva_maint_state_change_notify() 1475 if (view && (pC->hDbg->dbgMask & DIVA_MGT_DBG_LINE_EVENTS)) { in diva_maint_state_change_notify()
|
/linux-4.4.14/Documentation/locking/ |
D | lglock.txt | 146 currently prevent using RCU in place of view remaining lglocks.
|
D | ww-mutex-design.txt | 63 From a simple semantics point-of-view the _slow functions are not strictly
|
/linux-4.4.14/Documentation/dvb/ |
D | faq.txt | 98 or view dvb/mpeg/dsm-cc/mhp stream information (TS,
|
/linux-4.4.14/Documentation/connector/ |
D | connector.txt | 13 From the userspace point of view it's quite straightforward:
|
/linux-4.4.14/Documentation/trace/ |
D | mmiotrace.txt | 78 to view your kernel log and look for "mmiotrace has lost events" warning. If
|
D | tracepoint-analysis.txt | 168 Using --repeat, it is also possible to view how events are fluctuating over
|
D | ftrace.txt | 516 it replaces the old trace. It is best to view this
|
/linux-4.4.14/Documentation/thermal/ |
D | cpu-cooling-api.txt | 158 In one view, there are others, a static power consumption model can
|
/linux-4.4.14/drivers/s390/net/ |
D | qeth_core.h | 51 struct debug_view *view; member
|
D | qeth_core_main.c | 5406 ret = debug_register_view(qeth_dbf[x].id, qeth_dbf[x].view); in qeth_register_dbf_views()
|
/linux-4.4.14/Documentation/serial/ |
D | moxa-smartio | 440 This utility gives the user a quick view about all the MOXA ports' 447 on the port, that cursor stay, to view the port's communication
|
/linux-4.4.14/drivers/mtd/devices/ |
D | Kconfig | 17 will use a 1G memory map as its view of the device. As a module,
|
/linux-4.4.14/Documentation/filesystems/configfs/ |
D | configfs.txt | 15 sysfs's functionality. Where sysfs is a filesystem-based view of 272 configfs has removed the item from the filesystem view but before the
|
/linux-4.4.14/drivers/staging/fsl-mc/ |
D | README.txt | 104 From the point of view of an OS, a DPRC is bus-like. Like
|
/linux-4.4.14/Documentation/security/ |
D | keys.txt | 187 The user can view information on this and other statistics through procfs 296 It is not possible to view the payload of the key this way, though some 302 the current process is not authorised to view. 547 A process must have view permission on the key for this function to be 786 A process must have view permission on the key for this function to be
|
/linux-4.4.14/Documentation/frv/ |
D | features.txt | 249 It is possible to view and to change the data cache's write mode through
|
/linux-4.4.14/Documentation/sh/ |
D | new-machine.txt | 19 companion chip type, and CPU type. Looking at a tree view of this directory
|
/linux-4.4.14/Documentation/cgroups/ |
D | memory.txt | 191 of used pages; not-on-LRU pages tend to be out-of-control from VM view. 232 an OS point of view. 350 admin a unified view of memory, and it is also useful for people who just
|
D | unified-hierarchy.txt | 48 are forced to have exactly the same view of the hierarchy. It isn't
|
/linux-4.4.14/Documentation/fb/ |
D | fbcon.txt | 89 contents that has already scrolled past your view. This is accessed
|
D | framebuffer.txt | 24 From the user's point of view, the frame buffer device looks just like any
|
/linux-4.4.14/Documentation/ide/ |
D | ChangeLog.ide-tape.1995-2002 | 109 * continuous view of the media - any mix of block sizes
|
/linux-4.4.14/tools/perf/Documentation/ |
D | perf-report.txt | 294 branch stacks and it will automatically switch to the branch view mode,
|
D | perf-record.txt | 76 "perf report" to view group events together.
|
/linux-4.4.14/Documentation/arm/OMAP/ |
D | DSS | 120 From omapdss point of view the V4L2 drivers should be similar to framebuffer
|
/linux-4.4.14/Documentation/ioctl/ |
D | ioctl-number.txt | 14 'Write' and 'read' are from the user's point of view, just like the
|
/linux-4.4.14/Documentation/rapidio/ |
D | rapidio.txt | 292 a complete view of the network. The discovery process can be performed
|
/linux-4.4.14/Documentation/kdump/ |
D | kdump.txt | 118 Building a relocatable kernel is advantageous from the point of view that
|
/linux-4.4.14/drivers/staging/rtl8192u/ |
D | copying | 109 these conditions, and telling the user how to view a copy of this
|
/linux-4.4.14/tools/usb/usbip/ |
D | COPYING | 109 these conditions, and telling the user how to view a copy of this
|
/linux-4.4.14/drivers/staging/rtl8192e/ |
D | license | 112 telling the user how to view a copy of this License. (Exception: if
|
/linux-4.4.14/ |
D | COPYING | 125 these conditions, and telling the user how to view a copy of this
|
D | MAINTAINERS | 6543 W: http://www.linux-ntfs.org/content/view/19/37/
|
/linux-4.4.14/drivers/char/ |
D | Kconfig | 260 on Ataris. /dev/nvram may be used to view settings there, or to
|
/linux-4.4.14/Documentation/DocBook/ |
D | gpu.xml.db | 613 API-i915-ggtt-view-size
|
/linux-4.4.14/Documentation/scheduler/ |
D | sched-deadline.txt | 463 being studied from both theoretical and practical points of view, and
|
/linux-4.4.14/Documentation/nvdimm/ |
D | nvdimm.txt | 789 For the given example above, here is the view of the objects as seen by the
|
/linux-4.4.14/Documentation/sysctl/ |
D | kernel.txt | 268 from using dmesg(8) to view messages from the kernel's log buffer.
|
/linux-4.4.14/Documentation/filesystems/cifs/ |
D | CHANGES | 559 hashing. Fix overwrite of Linux user's view of file mode to Windows servers.
|
/linux-4.4.14/Documentation/cdrom/ |
D | cdrom-standard.tex | 609 CDO_USE_FFLAGS \mathrel| CDO_LOCK$, reflecting my own view on user
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-bus-iio | 1448 The emissivity ratio of the surface in the field of view of the
|
/linux-4.4.14/drivers/staging/speakup/ |
D | spkguide.txt | 1040 For example, if you view the file /speakup/i18n/colors, you will see the
|
/linux-4.4.14/Documentation/virtual/kvm/ |
D | api.txt | 1337 guest's view on the INTx mask, see KVM_ASSIGN_SET_INTX_MASK for details.
|