/linux-4.1.27/drivers/bus/ |
D | vexpress-config.c | 32 void vexpress_config_set_master(u32 site) in vexpress_config_set_master() argument 34 vexpress_config_site_master = site; in vexpress_config_set_master() 69 int vexpress_config_get_topo(struct device_node *node, u32 *site, in vexpress_config_get_topo() argument 72 vexpress_config_find_prop(node, "arm,vexpress,site", site); in vexpress_config_get_topo() 73 if (*site == VEXPRESS_SITE_MASTER) in vexpress_config_get_topo() 74 *site = vexpress_config_site_master; in vexpress_config_get_topo()
|
/linux-4.1.27/include/linux/ |
D | vexpress.h | 27 void vexpress_config_set_master(u32 site); 33 int vexpress_config_get_topo(struct device_node *node, u32 *site,
|
/linux-4.1.27/drivers/staging/lustre/lustre/lclient/ |
D | lcommon_cl.c | 202 struct cl_site *site; in ccc_device_alloc() local 214 OBD_ALLOC_PTR(site); in ccc_device_alloc() 215 if (site != NULL) { in ccc_device_alloc() 216 rc = cl_site_init(site, &vdv->cdv_cl); in ccc_device_alloc() 218 rc = lu_site_init_finish(&site->cs_lu); in ccc_device_alloc() 222 OBD_FREE_PTR(site); in ccc_device_alloc() 237 struct cl_site *site = lu2cl_site(d->ld_site); in ccc_device_free() local 241 cl_site_fini(site); in ccc_device_free() 242 OBD_FREE_PTR(site); in ccc_device_free() 1094 struct lu_site *site; in cl_file_inode_init() local [all …]
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
D | lustre_capa.h | 194 static inline struct obd_capa *alloc_capa(int site) in alloc_capa() argument 198 if (unlikely(site != CAPA_SITE_CLIENT && site != CAPA_SITE_SERVER)) in alloc_capa() 208 ocapa->c_site = site; in alloc_capa()
|
D | lu_object.h | 641 lu_site_bkt_from_fid(struct lu_site *site, struct lu_fid *fid) in lu_site_bkt_from_fid() argument 645 cfs_hash_bd_get(site->ls_obj_hash, fid, &bd); in lu_site_bkt_from_fid() 646 return cfs_hash_bd_extra_get(site->ls_obj_hash, &bd); in lu_site_bkt_from_fid()
|
D | cl_object.h | 2640 int cl_site_stats_print(const struct cl_site *site, struct seq_file *m); 2649 static inline struct cl_site *lu2cl_site(const struct lu_site *site) in lu2cl_site() argument 2651 return container_of(site, struct cl_site, cs_lu); in lu2cl_site() 3279 struct cl_device *cl_type_setup(const struct lu_env *env, struct lu_site *site,
|
D | lustre_fid.h | 476 struct lu_site *site, const struct lu_fid *fid);
|
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
D | cl_object.c | 455 int cl_site_stats_print(const struct cl_site *site, struct seq_file *m) in cl_site_stats_print() argument 480 lu_site_stats_print(&site->cs_lu, m); in cl_site_stats_print() 481 cache_stats_print(&site->cs_pages, m, 1); in cl_site_stats_print() 483 for (i = 0; i < ARRAY_SIZE(site->cs_pages_state); ++i) in cl_site_stats_print() 485 atomic_read(&site->cs_pages_state[i])); in cl_site_stats_print() 487 cache_stats_print(&site->cs_locks, m, 0); in cl_site_stats_print() 489 for (i = 0; i < ARRAY_SIZE(site->cs_locks_state); ++i) in cl_site_stats_print() 491 atomic_read(&site->cs_locks_state[i])); in cl_site_stats_print() 968 struct cl_device *cl_type_setup(const struct lu_env *env, struct lu_site *site, in cl_type_setup() argument 982 if (site != NULL) in cl_type_setup() [all …]
|
D | lu_object.c | 72 struct lu_site *site; in lu_object_put() local 78 site = o->lo_dev->ld_site; in lu_object_put() 101 cfs_hash_bd_get(site->ls_obj_hash, &top->loh_fid, &bd); in lu_object_put() 102 bkt = cfs_hash_bd_extra_get(site->ls_obj_hash, &bd); in lu_object_put() 104 if (!cfs_hash_bd_dec_and_lock(site->ls_obj_hash, &bd, &top->loh_ref)) { in lu_object_put() 130 cfs_hash_bd_unlock(site->ls_obj_hash, &bd, 1); in lu_object_put() 146 cfs_hash_bd_del_locked(site->ls_obj_hash, &bd, &top->loh_hash); in lu_object_put() 147 cfs_hash_bd_unlock(site->ls_obj_hash, &bd, 1); in lu_object_put() 267 struct lu_site *site; in lu_object_free() local 272 site = o->lo_dev->ld_site; in lu_object_free() [all …]
|
/linux-4.1.27/drivers/misc/ |
D | vexpress-syscfg.c | 155 u32 site, position, dcc; in vexpress_syscfg_regmap_init() local 158 err = vexpress_config_get_topo(dev->of_node, &site, in vexpress_syscfg_regmap_init() 200 func, site, position, dcc, in vexpress_syscfg_regmap_init() 204 func->template[i] |= SYS_CFGCTRL_SITE(site); in vexpress_syscfg_regmap_init()
|
/linux-4.1.27/Documentation/devicetree/bindings/arm/ |
D | vexpress.txt | 103 - site number: 104 arm,vexpress,site = <number>; 106 0xf means "master" site (site containing main CPU tile) 107 - when daughterboards are stacked on one site, their position 172 arm,vexpress,site = <0xf>;
|
D | vexpress-sysreg.txt | 60 bus via "system control" interface, addressing devices with site number,
|
/linux-4.1.27/Documentation/arm/Samsung-S3C24XX/ |
D | SMDK2440.txt | 24 Ben Dooks' SMDK2440 site at http://www.fluff.org/ben/smdk2440/ which 28 site at http://www.handhelds.org/projects/h1940.html can also be
|
D | Overview.txt | 143 as well as mailing lists that can be found from the same site.
|
/linux-4.1.27/tools/usb/usbip/ |
D | INSTALL | 175 can create a site shell script called `config.site' that gives default 177 `configure' looks for `PREFIX/share/config.site' if it exists, then 178 `PREFIX/etc/config.site' if it exists. Or, you can set the 179 `CONFIG_SITE' environment variable to the location of the site script. 180 A warning: not all `configure' scripts look for a site script. 185 Variables not defined in a site shell script can be set in the 194 overridden in the site shell script).
|
/linux-4.1.27/Documentation/arm/SA1100/ |
D | nanoEngine | 9 Also visit Larry Doolittle's "Linux for the nanoEngine" site:
|
D | Assabet | 132 creating JFFS/JFFS2 images is available from the same site.
|
/linux-4.1.27/Documentation/networking/ |
D | README.sb1000 | 43 or check your Linux distribution binary CD or their web site. For help with 77 6.) Download the original file sb1000-1.1.2.tar.gz from Franco's site or one of 87 to specify your login name and password and any site-specific information 112 10.) Try pinging a site via `ping -c 5 www.yahoo.com', for example. You should 115 11.) If you can't get site names (like www.yahoo.com) to resolve into 201 and Ralph Bonnell who are now managing the Linux SB1000 web site, and to
|
D | dctcp.txt | 41 DCTCP site:
|
D | skfp.txt | 93 which is available from the SysKonnect web site:
|
D | operstates.txt | 11 a site's networking policy and configuration, an 802.1X authentication
|
D | vortex.txt | 283 Additional documentation is available at Don Becker's Linux Drivers site: 287 Donald Becker's driver development site:
|
D | decnet.txt | 109 on the kernel patch web site (shown above).
|
D | cs89x0.txt | 603 Web site. You can also contact Cirrus Logic's Technical Support (email:
|
D | arcnet.txt | 85 Also, SMC (one of the companies that makes ARCnet cards) has a WWW site you
|
D | can.txt | 1190 The Linux CAN / SocketCAN project ressources (project site / mailing list)
|
/linux-4.1.27/Documentation/filesystems/ |
D | ncpfs.txt | 5 can be found in the ncpfs package. The home site for ncpfs is
|
D | ecryptfs.txt | 17 SourceForge site:
|
D | ntfs.txt | 9 - Web site 26 See the web site for more information. 38 Web site 41 There is plenty of additional information on the linux-ntfs web site 44 The web site has a lot of additional information, such as a comprehensive
|
D | squashfs.txt | 16 Web site: www.squashfs.org 56 obtained from this site also.
|
D | ubifs.txt | 117 UBIFS documentation and FAQ/HOWTO at the MTD web site:
|
D | afs.txt | 115 automatically cause the target volume to be mounted (if possible) on that site.
|
D | ext4.txt | 11 Web site: http://ext4.wiki.kernel.org 18 found at the ext4 wiki site at the URL:
|
D | relay.txt | 74 site, contains a set of self-contained examples, each consisting of a
|
/linux-4.1.27/Documentation/hwmon/ |
D | nct7802 | 8 Datasheet: Available from Nuvoton web site
|
D | userspace-tools | 20 Get lm-sensors from project web site. Please note, you need only userspace
|
D | jc42 | 17 Available from IDT web site
|
D | sis5595 | 8 Datasheet: Publicly available at the Silicon Integrated Systems Corp. site.
|
D | nct6775 | 14 Datasheet: Available from the Nuvoton web site
|
/linux-4.1.27/arch/um/ |
D | Kconfig.net | 41 <http://user-mode-linux.sourceforge.net/old/networking.html> That site 99 <http://user-mode-linux.sourceforge.net/old/networking.html> That site 127 That site has a good overview of what VDE is and also examples 147 <http://user-mode-linux.sourceforge.net/old/networking.html> That site 168 <http://user-mode-linux.sourceforge.net/old/networking.html> That site
|
/linux-4.1.27/drivers/staging/lustre/lustre/llite/ |
D | vvp_dev.c | 351 struct lu_site *site; in vvp_pgcache_find() local 354 site = dev->ld_site; in vvp_pgcache_find() 358 if (id.vpi_bucket >= CFS_HASH_NHLIST(site->ls_obj_hash)) in vvp_pgcache_find()
|
/linux-4.1.27/Documentation/video4linux/bttv/ |
D | ICs | 29 TSA5518: no datasheet available on Philips site
|
D | README.WINVIEW | 23 on their web site doesn't include the chip programming information! Hidden
|
D | Cards | 89 TSA5518: no datasheet available on Philips site 377 US site has different drivers for (as of 09/2002):
|
/linux-4.1.27/Documentation/i2c/busses/ |
D | i2c-sis5595 | 10 Datasheet: Publicly available at the Silicon Integrated Systems Corp. site.
|
D | i2c-ali15x3 | 63 full data sheets on the web site are password protected, however if you
|
/linux-4.1.27/net/decnet/ |
D | Kconfig | 13 look at Patrick Caulfield's web site:
|
/linux-4.1.27/Documentation/dvb/ |
D | readme.txt | 4 The main development site and CVS repository for these
|
D | faq.txt | 68 Henning Holtschneider's site with many interesting
|
/linux-4.1.27/Documentation/trace/ |
D | tracepoints.txt | 24 the tracepoint site). 105 is done at the registration site by the compiler. Tracepoints can be
|
D | ftrace-design.txt | 128 original call site. 341 functions. The first is used to turn the mcount call site into a nop (which 343 used to turn the mcount call site into a call to an arbitrary location (but 348 The rec->ip value is the address of the mcount call site that was collected
|
D | ftrace.txt | 2105 version to the ftrace call site.
|
/linux-4.1.27/Documentation/x86/ |
D | usb-legacy-support.txt | 40 manufacturers web site. If an update is not available, disable USB
|
D | intel_mpx.txt | 146 A: This would work if we could hook the site of each and every memory
|
/linux-4.1.27/arch/arm64/boot/dts/arm/ |
D | juno-motherboard.dtsi | 46 arm,vexpress,site = <0>;
|
/linux-4.1.27/Documentation/cgroups/ |
D | net_prio.txt | 12 2) The priority of application traffic is often a site-specific administrative
|
/linux-4.1.27/Documentation/ |
D | intel_txt.txt | 22 This site also has a link to the Intel TXT MLE Developers Manual, 203 system and can also be found on the Trusted Boot site. It is an 210 that is on the tboot SourceForge site under the SINIT ACM downloads.
|
D | hw_random.txt | 13 hw_random driver's official Web site:
|
D | SubmittingDrivers | 17 Torben Mathiasen). The site is http://www.lanana.org/. This
|
D | static-keys.txt | 55 the branch site to change the branch direction.
|
D | edac.txt | 28 At the bluesmoke/EDAC project site is a series of quilt patches against 624 bluesmoke.sourceforge.net project site for EDAC.
|
D | rbtree.txt | 240 user should have a single rb_erase_augmented() call site in order to limit
|
D | 00-INDEX | 295 - info on creator of above logo & site to get additional images from.
|
D | xillybus.txt | 7 Email: eli.billauer@gmail.com or as advertised on Xillybus' site.
|
D | applying-patches.txt | 232 country code. This way you'll be downloading from a mirror site that's most
|
D | IPMI.txt | 21 are not familiar with IPMI itself, see the web site at
|
D | memory-barriers.txt | 790 site: https://www.cl.cam.ac.uk/~pes20/ppcmem/index.html.
|
/linux-4.1.27/Documentation/misc-devices/ |
D | c2port.txt | 32 Silicon Laboratories site], see:
|
/linux-4.1.27/drivers/staging/lustre/lustre/lov/ |
D | lov_object.c | 296 struct lu_site *site; in lov_subobject_kill() local 304 site = sub->co_lu.lo_dev->ld_site; in lov_subobject_kill() 305 bkt = lu_site_bkt_from_fid(site, &sub->co_lu.lo_header->loh_fid); in lov_subobject_kill()
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | vexpress-v2p-ca5s.dts | 15 arm,vexpress,site = <0xf>;
|
D | vexpress-v2p-ca15-tc1.dts | 15 arm,vexpress,site = <0xf>;
|
D | vexpress-v2p-ca9.dts | 15 arm,vexpress,site = <0xf>;
|
D | vexpress-v2m-rs1.dtsi | 23 arm,vexpress,site = <0>;
|
D | vexpress-v2m.dtsi | 23 arm,vexpress,site = <0>;
|
D | vexpress-v2p-ca15_a7.dts | 15 arm,vexpress,site = <0xf>;
|
/linux-4.1.27/drivers/net/wireless/hostap/ |
D | Kconfig | 24 Host AP driver configuration and tools. This site includes
|
/linux-4.1.27/Documentation/video4linux/ |
D | zr364xx.txt | 2 site: http://royale.zerezo.com/zr364xx/
|
D | README.pvrusb2 | 62 as what is on the web site at the time. Browse those files 103 the pvrusb2 web site mentioned earlier), probably I'm the only one
|
/linux-4.1.27/fs/ntfs/ |
D | Kconfig | 18 from the project web site.
|
/linux-4.1.27/Documentation/scsi/ |
D | aic7xxx.txt | 333 - Visit our Web site at http://www.adaptec.com/. 347 - Visit our Web site at http://www.adaptec.com/en-US/_common/world_index. 359 - Visit our web site at http://www.adaptec.co.jp/.
|
D | scsi-generic.txt | 32 Documentation Project's (LDP) site:
|
D | aic79xx.txt | 436 - Visit our Web site at http://www.adaptec.com/. 450 - Visit our Web site at http://www.adaptec.com/en-US/_common/world_index. 462 - Visit our web site at http://www.adaptec.co.jp/.
|
D | FlashPoint.txt | 138 I was a beta test site for the BT-948/958, and versions 1.2.1 and 1.3.1 of
|
D | BusLogic.txt | 60 opportunity to become a beta test site for their latest MultiMaster product, 86 site.
|
D | sym53c8xx_2.txt | 103 SCSI standard documentations are available at T10 site:
|
/linux-4.1.27/drivers/mtd/ubi/ |
D | Kconfig | 8 capabilities. Please, consult the MTD web site for more details
|
/linux-4.1.27/Documentation/locking/ |
D | lockstat.txt | 61 It also tracks 4 contention points per class. A contention point is a call site
|
/linux-4.1.27/Documentation/ia64/ |
D | efirtc.txt | 126 Checkout the following Web site for more information on EFI:
|
/linux-4.1.27/drivers/staging/lustre/lustre/obdecho/ |
D | echo_client.c | 600 struct cl_site *site = &ed->ed_site_myself; in echo_site_init() local 604 rc = cl_site_init(site, &ed->ed_cl); in echo_site_init() 610 rc = lu_site_init_finish(&site->cs_lu); in echo_site_init() 614 ed->ed_site = site; in echo_site_init()
|
/linux-4.1.27/Documentation/arm/ |
D | tcm.txt | 26 Registers" at the ARM site) that can report and modify the location
|
D | README | 196 web site at:
|
/linux-4.1.27/drivers/uio/ |
D | Kconfig | 80 available for download from the Automata GmbH web site.
|
/linux-4.1.27/Documentation/isdn/ |
D | README.sc | 11 through the web site or the mailing list but such support is totally at 58 tool kit from our web site.
|
/linux-4.1.27/Documentation/crypto/ |
D | api-intro.txt | 116 Also check the TODO list at the web site listed below to see what people
|
/linux-4.1.27/Documentation/usb/ |
D | hotplug.txt | 51 Mailing list information is also available at that site.
|
D | usb-serial.txt | 342 the manufacturer's web-site: http://www.mct.com.tw. 388 There is also a user part for a CT-API driver available. A site
|
/linux-4.1.27/Documentation/laptops/ |
D | asus-laptop.txt | 43 site, http://acpi4asus.sf.net/.
|
D | thinkpad-acpi.txt | 51 site, http://ibm-acpi.sf.net/. I appreciate any success or failure
|
/linux-4.1.27/Documentation/input/ |
D | iforce-protocol.txt | 238 use Immersion Studio (freely available at their web site in the developer section:
|
D | xpad.txt | 176 I have to thank ITO Takayuki for the detailed info on his site
|
/linux-4.1.27/Documentation/sound/oss/ |
D | Introduction | 82 2. The commercial OSS driver may be obtained from the site: 440 4) OSS's WWW site at http://www.opensound.com.
|
/linux-4.1.27/drivers/staging/speakup/ |
D | spkguide.txt | 24 for installing or obtaining Speakup, visit the web site at 38 them. See the web site mentioned above for further details. 55 site, and learn how to patch Speakup into your own kernel source, and 676 If you run a google search for Fonix, you'll find their web site. 681 Dispatcher. You can check out the web site for your Linux distribution 688 You get it from the free(b)soft web site mentioned above. After you've 711 You can get the dec_pc.tgz file from the linux-speakup.org site. The 823 Suppose you want to start lynx and go to the Speakup site. 905 manual. For this information, visit the Speakup web site at
|
/linux-4.1.27/sound/oss/ |
D | Kconfig | 26 at <http://www.turtlebeach.com/site/kb_ftp/790.asp>. 88 at <http://www.turtlebeach.com/site/kb_ftp/600.asp>.
|
/linux-4.1.27/sound/isa/ |
D | Kconfig | 452 at <http://www.turtlebeach.com/site/kb_ftp/790.asp>.
|
/linux-4.1.27/Documentation/rapidio/ |
D | rapidio.txt | 8 is publicly available for download from the RTA web-site [1].
|
/linux-4.1.27/Documentation/kdump/ |
D | kdump.txt | 470 format. Crash is available on Dave Anderson's site at the following URL:
|
/linux-4.1.27/firmware/keyspan_pda/ |
D | keyspan_pda.S | 569 ;; web site, but from the example code it looks like this bug causes
|
D | xircom_pgs.S | 607 ;; web site, but from the example code it looks like this bug causes
|
/linux-4.1.27/ |
D | README | 42 subdirectories on any Linux FTP site for the LDP (Linux Documentation
|
D | CREDITS | 3043 D: Linux-MM site, Documentation/sysctl/*, swap/mm readaround
|
D | MAINTAINERS | 77 Q: Patchwork web based patch tracking system site
|
/linux-4.1.27/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 552 The prebuilt UML binaries on this site will not run on 2G/2G hosts 932 running a prebuilt kernel from this site, everything is already 4076 The binaries from this site aren't debuggable. If you haven't done 4378 o Set up the usermodelinux.org <http://usermodelinux.org> site, 4555 linux.sourceforge.net/> of this site.
|
/linux-4.1.27/Documentation/development-process/ |
D | 4.Coding | 122 at each call site, they end up bloating the size of the compiled kernel.
|
/linux-4.1.27/drivers/char/ |
D | Kconfig | 455 the IBM Linux Technology Center (LTC) web site:
|
/linux-4.1.27/drivers/mmc/host/ |
D | Kconfig | 709 web-site http://www.elandigitalsystems.com/support/downloads.php
|
/linux-4.1.27/Documentation/arm64/ |
D | arm-acpi.txt | 283 will always be the canonical site for device property definitions.
|
/linux-4.1.27/Documentation/blockdev/ |
D | README.DAC960 | 25 on their Web site.
|
/linux-4.1.27/arch/x86/ |
D | Kconfig | 1051 Toshiba Linux utilities web site at: 1072 I8K Linux utilities web site at:
|
/linux-4.1.27/Documentation/filesystems/cifs/ |
D | README | 62 the CIFS VFS web site) copy it to the same directory in which mount.smbfs and
|
/linux-4.1.27/init/ |
D | Kconfig | 1768 # Place an empty function call at each tracepoint site. Can be
|