Searched refs:hide (Results 1 - 15 of 15) sorted by relevance

/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_crtc.h61 void (*hide)(struct nouveau_crtc *, bool update); member in struct:nouveau_crtc::__anon878
/linux-master/security/apparmor/include/
H A Dperms.h82 u32 hide; /* set only when ~allow | deny */ member in struct:aa_perms
117 accum->hide &= addend->hide & ~addend->allow;
144 accum->hide &= addend->hide & ~accum->allow;
/linux-master/drivers/gpu/drm/nouveau/dispnv04/
H A Dcursor.c67 crtc->cursor.hide = nv04_cursor_hide;
H A Dcrtc.c993 nv_crtc->cursor.hide(nv_crtc, true);
/linux-master/include/linux/
H A Dvt_kern.h153 void hide_boot_cursor(bool hide);
/linux-master/security/apparmor/
H A Dlib.c26 .hide = ALL_PERMS_MASK };
413 if (denied == (denied & perms->hide))
H A Dpolicy_unpack.c661 aa_unpack_u32(e, &perm->hide, NULL) &&
1197 if (perm->hide & perm->allow)
/linux-master/scripts/kconfig/
H A Dqconf.cc623 goto hide;
627 goto hide;
649 hide:
688 goto hide;
692 goto hide;
714 hide:
1690 menuList->hide();
1736 menuList->hide();
/linux-master/arch/alpha/lib/
H A Dev67-strrchr.S101 nop # E : hide the cmov latency (2) behind ctlz latency
/linux-master/fs/isofs/
H A Dinode.c152 unsigned int hide:1; member in struct:iso9660_options
302 {Opt_hide, "hide"},
347 popt->hide = 0;
381 popt->hide = 1;
495 if (sbi->s_hide) seq_puts(m, ",hide");
883 sbi->s_hide = opt.hide;
/linux-master/tools/perf/scripts/python/
H A Dexported-sql-viewer.py382 self.progress.hide()
415 self.bar.hide()
426 self.bar.hide()
430 self.pattern.hide()
431 self.next_button.hide()
432 self.prev_button.hide()
437 self.progress.hide()
1770 self.hide()
1858 self.rubber_band.hide()
1867 self.bracket.hide()
[all...]
/linux-master/drivers/scsi/mpi3mr/
H A Dmpi3mr_os.c2634 * removal handshake with reason as remove/hide acknowledgment
2643 u8 ublock = 0, block = 0, hide = 0, delete = 0, remove = 0; local
2661 hide = 1;
2678 if (hide)
2679 tgtdev->is_hidden = hide;
2693 if (hide)
/linux-master/drivers/xen/xen-pciback/
H A Dpci_stub.c38 module_param_named(hide, pci_devs_to_hide, charp, 0444);
/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_ethtool.c2969 u32 hide = SHMEM_RD(bp, dev_info.shared_hw_config.config2) & local
2972 if (!hide) {
/linux-master/tools/power/pm-graph/
H A Dsleepgraph.py5016 .hide {display:none;}\n\

Completed in 233 milliseconds