Searched refs:visibility (Results 1 - 46 of 46) sorted by relevance

/linux-4.1.27/arch/x86/include/asm/
H A Dvvar.h35 extern type vvar_ ## name __attribute__((visibility("hidden")));
H A Dtopology.h39 * to preserve the visibility of NUMA_NO_NODE definition,
/linux-4.1.27/include/uapi/linux/
H A Dtiocl.h9 #define TIOCL_SELCLEAR 4 /* clear visibility of selection */
/linux-4.1.27/include/linux/
H A Dmoduleparam.h103 * @perm: visibility in sysfs.
138 * @perm: visibility in sysfs.
161 * @perm: visibility in sysfs.
177 * @perm: visibility in sysfs.
303 * @perm: visibility in sysfs
320 * @perm: visibility in sysfs.
446 * @perm: visibility in sysfs
463 * @perm: visibility in sysfs
H A Discsi_boot_sysfs.h87 * Drivers specific visibility function.
H A Dcgroup.h459 * Note that the walk visibility guarantee example described in pre-order
/linux-4.1.27/arch/tile/include/asm/
H A Dbarrier.h46 /* Fence to guarantee visibility of stores to incoherent memory. */
/linux-4.1.27/arch/arm/include/asm/
H A Dvirt.h49 * must flush the corresponding cache entries to ensure the visibility sync_boot_mode()
/linux-4.1.27/scripts/kconfig/
H A Dmenu.c152 if (!menu->visibility) menu_add_prop()
156 * menu's visibility expression but menu_add_prop()
163 dup_expr = expr_copy(menu->visibility); menu_add_prop()
185 current_entry->visibility = expr_alloc_and(current_entry->visibility, menu_add_visibility()
478 if (menu->visibility) { menu_is_visible()
479 if (expr_calc_value(menu->visibility) == no) menu_is_visible()
H A Dexpr.h171 struct expr *visibility; member in struct:menu
H A Dzconf.y429 /* visibility option */
H A Dsymbol.c711 /* The visibility may limit the value from yes => mod */ sym_get_string_default()
H A Dqconf.cc1008 str += "<br>visibility: "; symbolInfo()
/linux-4.1.27/fs/sysfs/
H A Dgroup.c48 * visibility. Do this by first removing then create_files()
189 * if the visibility of the files has changed through the is_visible()
194 * that affects group visibility.
/linux-4.1.27/drivers/scsi/
H A Discsi_boot_sysfs.c362 * @is_visible: attr visibility function
387 * @is_visible: attr visibility function
413 * @is_visible: attr visibility function
H A Dscsi_scan.c368 * scsi_target_reap_ref_release - remove target from visibility
374 * should be done in places where the scsi device visibility is being removed.
H A Dscsi_sysfs.c1096 * remoed sysfs visibility from the device, so make the target __scsi_remove_device()
/linux-4.1.27/include/drm/
H A Ddrm_rect.h124 * @r: rectangle whose visibility is returned
/linux-4.1.27/drivers/base/
H A Dtransport_class.c236 * transport_remove_device - remove the visibility of a device
240 * This call removes the visibility of the device (to the user from
H A Dattribute_container.c201 * two phase release: remove from visibility and then delete the
/linux-4.1.27/drivers/mtd/chips/
H A Dgen_probe.c41 printk(KERN_WARNING "Reducing visibility of %ldKiB chip to %ldKiB\n", mtd_do_chip_probe()
/linux-4.1.27/drivers/mtd/lpddr/
H A Dqinfo_probe.c212 printk(KERN_WARNING "Reducing visibility of %ldKiB chip" lpddr_probe()
/linux-4.1.27/arch/x86/tools/
H A Drelocs.c173 static const char *sym_visibility(unsigned visibility) sym_visibility() argument
183 const char *name = "unknown sym visibility name"; sym_visibility()
184 if (visibility < ARRAY_SIZE(visibility_name)) { sym_visibility()
185 name = visibility_name[visibility]; sym_visibility()
/linux-4.1.27/arch/x86/vdso/
H A Dvclock_gettime.c31 __attribute__((visibility("hidden")));
/linux-4.1.27/include/net/
H A Ddst.h149 * visibility.
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
H A Dniobuf.c285 * timeout lets us CWARN for visibility of sluggish NALs */ ptlrpc_unregister_bulk()
H A Dclient.c2409 * timeout lets us CWARN for visibility of sluggish NALs */ ptlrpc_unregister_reply()
H A Dservice.c2901 * the HUGE timeout lets us CWARN for visibility ptlrpc_service_for_each_part()
/linux-4.1.27/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_flat_memory.c192 * will not fit so there is only partial visibility to the GPUVM
/linux-4.1.27/drivers/gpu/drm/msm/mdp/mdp5/
H A Dmdp5_crtc.c418 * buffer to render. The ROI region is determined by the visibility of get_roi()
/linux-4.1.27/drivers/bcma/
H A Ddriver_pci_host.c352 /* Enable CRS software visibility */ bcma_core_pci_enable_crs()
/linux-4.1.27/arch/arm64/kernel/
H A Dinsn.c211 * visibility. aarch64_insn_patch_text_cb()
/linux-4.1.27/arch/blackfin/mm/
H A Dsram-alloc.c799 * Until then, we need some sort of visibility into the L1 alloc.
/linux-4.1.27/drivers/macintosh/
H A Dsmu.c627 * sysfs visibility
/linux-4.1.27/drivers/input/misc/
H A Dyealink.c714 /* Change the visibility of a particular element. */ set_icon()
/linux-4.1.27/arch/tile/kernel/
H A Dhardwall.c383 wmb(); /* Ensure visibility of rectangle before notifying processes. */ do_hardwall_trap()
/linux-4.1.27/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_surface.c36 * @base: The TTM base object handling user-space visibility.
/linux-4.1.27/arch/blackfin/mach-bf527/include/mach/
H A DdefBF525.h72 #define USB_APHY_CNTRL 0xffc039e0 /* Register that increases visibility of Analog PHY */
/linux-4.1.27/sound/pci/hda/
H A Dpatch_cirrus.c115 /* 0x0015 - visibility reg */
/linux-4.1.27/include/drm/ttm/
H A Dttm_bo_api.h191 * The destroy member, the API visibility of this object makes it possible
/linux-4.1.27/fs/reiserfs/
H A Dnamei.c498 * entry is ready to be pasted into tree, set 'visibility' reiserfs_add_entry()
/linux-4.1.27/arch/blackfin/mach-bf548/include/mach/
H A DdefBF542.h136 #define USB_APHY_CNTRL 0xffc03de0 /* Register that increases visibility of Analog PHY */
H A DdefBF547.h250 #define USB_APHY_CNTRL 0xffc03de0 /* Register that increases visibility of Analog PHY */
/linux-4.1.27/drivers/net/ethernet/natsemi/
H A Dnatsemi.c1599 * coefficient visibility should already be enabled via do_cable_magic()
/linux-4.1.27/drivers/block/
H A Dcciss.c3788 * driver doesn't have visibility to know what might need undoing. check_for_unit_attention()
/linux-4.1.27/arch/x86/kvm/
H A Dx86.c1526 * To avoid that problem, do not allow visibility of distinct

Completed in 1706 milliseconds