Searched refs:hide (Results 1 – 25 of 33) sorted by relevance
12
/linux-2.6.39/drivers/gpu/drm/nouveau/ |
D | nouveau_crtc.h | 58 void (*hide)(struct nouveau_crtc *, bool update); member
|
D | nv04_cursor.c | 67 crtc->cursor.hide = nv04_cursor_hide; in nv04_cursor_init()
|
D | nv50_cursor.c | 136 nv_crtc->cursor.hide = nv50_cursor_hide; in nv50_cursor_init()
|
D | nv50_crtc.c | 75 nv_crtc->cursor.hide(nv_crtc, false); in nv50_crtc_blank() 96 nv_crtc->cursor.hide(nv_crtc, false); in nv50_crtc_blank() 356 nv_crtc->cursor.hide(nv_crtc, true); in nv50_crtc_cursor_set()
|
D | nv04_crtc.c | 951 nv_crtc->cursor.hide(nv_crtc, true); in nv04_crtc_cursor_set()
|
/linux-2.6.39/lib/ |
D | Kconfig.kmemcheck | 82 thrown away afterwards. This may of course also hide some real 92 This may also hide some real bugs.
|
/linux-2.6.39/Documentation/input/ |
D | yealink.txt | 117 hide_icon Write, hide the element by writing the icon name. 142 - Writing a space to an icon will always hide its content. 175 4.3 show/hide icons
|
/linux-2.6.39/Documentation/scsi/ |
D | lpfc.txt | 37 hide the disappearance of the device from the midlayer. I/O's issued to 40 to the system. If the driver did not hide these conditions, i/o would be
|
/linux-2.6.39/scripts/kconfig/ |
D | qconf.cc | 296 connect(this, SIGNAL(lostFocus()), SLOT(hide())); in ConfigLineEdit() 326 hide(); in keyPressEvent() 619 goto hide; in updateMenuList() 623 goto hide; in updateMenuList() 645 hide: in updateMenuList() 869 lineEdit->hide(); in ConfigView() 1589 menuView->hide(); in showSingleView() 1618 menuView->hide(); in showFullView()
|
/linux-2.6.39/include/linux/ |
D | vt_kern.h | 168 extern void hide_boot_cursor(bool hide);
|
/linux-2.6.39/Documentation/vm/ |
D | numa | 53 For some architectures, such as x86, Linux will "hide" any node representing a 118 On architectures that do not hide memoryless nodes, Linux will include only 142 If the architecture supports--does not hide--memoryless nodes, then CPUs
|
/linux-2.6.39/fs/isofs/ |
D | inode.c | 162 unsigned int hide:1; member 378 popt->hide = 0; in parse_options() 413 popt->hide = 1; in parse_options() 857 sbi->s_hide = opt.hide; in isofs_fill_super()
|
/linux-2.6.39/tools/perf/Documentation/ |
D | perf-report.txt | 52 --hide-unresolved::
|
D | perf-script.txt | 134 --hide-call-graph::
|
/linux-2.6.39/arch/alpha/lib/ |
D | ev67-strrchr.S | 100 nop # E : hide the cmov latency (2) behind ctlz latency
|
/linux-2.6.39/Documentation/filesystems/ |
D | isofs.txt | 35 hide Completely strip hidden files from the file system.
|
/linux-2.6.39/Documentation/misc-devices/ |
D | bh1770glc.txt | 39 Calibscale factor is used to hide differences between the chips. By default
|
/linux-2.6.39/Documentation/arm/ |
D | tcm.txt | 45 be able to lock and hide one of the banks for use by the secure
|
/linux-2.6.39/Documentation/ |
D | kmemcheck.txt | 170 The default value (enabled) is recommended. This may of course hide 178 may also hide some real bugs. 725 But after the instruction has been executed, we should hide the page again, so 729 exception is raised. From here, we simply hide the page again and continue
|
D | CodingStyle | 61 something to hide: 88 readability and does not hide information.
|
/linux-2.6.39/Documentation/trace/ |
D | ftrace.txt | 1349 hide: echo nofuncgraph-cpu > trace_options 1357 hide: echo nofuncgraph-duration > trace_options 1363 hide: echo nofuncgraph-overhead > trace_options 1393 hide: echo nofuncgraph-proc > trace_options 1417 hide: echo nofuncgraph-abstime > trace_options
|
/linux-2.6.39/Documentation/development-process/ |
D | 3.Early-stage | 171 posted by others. Beyond that, high-level designs often hide problems
|
/linux-2.6.39/Documentation/block/ |
D | data-integrity.txt | 102 The data integrity support implemented in Linux attempts to hide this
|
/linux-2.6.39/Documentation/video4linux/ |
D | videobuf | 340 The contiguous DMA API goes out of its way to hide the kernel-space address
|
/linux-2.6.39/drivers/block/ |
D | Kconfig | 237 The loop device driver can also be used to "hide" a file system in
|
12