Home
last modified time | relevance | path

Searched refs:instantiate (Results 1 – 71 of 71) sorted by relevance

/linux-4.1.27/fs/proc/
Dfd.c211 instantiate_t instantiate) in proc_lookupfd_common() argument
222 result = instantiate(dir, dentry, task, (void *)(unsigned long)fd); in proc_lookupfd_common()
230 instantiate_t instantiate) in proc_readfd_common() argument
258 name, len, instantiate, p, in proc_readfd_common()
Dbase.c1614 instantiate_t instantiate, struct task_struct *task, const void *ptr) in proc_fill_cache() argument
1627 if (instantiate(d_inode(dir), child, task, ptr) < 0) { in proc_fill_cache()
/linux-4.1.27/security/keys/
Duser_defined.c31 .instantiate = generic_key_instantiate,
51 .instantiate = generic_key_instantiate,
Dbig_key.c38 .instantiate = generic_key_instantiate,
Drequest_key_auth.c40 .instantiate = request_key_auth_instantiate,
Dkey.c421 ret = key->type->instantiate(key, prep); in __key_instantiate_and_link()
800 if (!index_key.type->instantiate || in key_create_or_update()
Dkeyring.c91 .instantiate = keyring_instantiate,
Dtrusted.c1100 .instantiate = trusted_instantiate,
/linux-4.1.27/Documentation/i2c/
Dinstantiating-devices1 How to instantiate I2C devices
7 reason, the kernel code must instantiate I2C devices explicitly. There are
99 you can instantiate your I2C devices explicitly. This is done by filling
192 * Probing is only one way to instantiate I2C devices now, while it was the
215 must write the right parameters to them in order to properly instantiate,
247 You can also instantiate the device before the driver is loaded or even
Dold-module-parameters40 Of course, it is important to instantiate the "dummy" device before loading
Dwriting-clients22 Usually, you will implement a single driver structure, and instantiate
166 you can instantiate that device by simply filling an i2c_board_info
Dslave-interface33 I2C slave backends behave like standard I2C clients. So, you can instantiate
/linux-4.1.27/Documentation/w1/masters/
Dds248227 detection is done. You should instantiate the device explicitly.
/linux-4.1.27/crypto/asymmetric_keys/
Dpkcs7_key_type.c77 .instantiate = generic_key_instantiate,
DKconfig37 data and provides the ability to instantiate a crypto key from a
Dasymmetric_type.c347 .instantiate = generic_key_instantiate,
/linux-4.1.27/Documentation/hwmon/
Dtmp10327 Please refer how to instantiate this driver:
Dhih613026 instantiate I2C devices.
Dltc415124 which can be safely used to identify the chip. You will have to instantiate
Dltc421526 instantiate the devices explicitly.
Dmenf21bmc27 You will have to instantiate the MFD driver explicitly.
Dshtc128 instantiate the device.
Dhtu2125 This driver does not auto-detect devices. You will have to instantiate the
Dltc426025 which can be safely used to identify the chip. You will have to instantiate
Dtps4042226 This driver does not auto-detect devices. You will have to instantiate the
Dmax1606426 This driver does not auto-detect devices. You will have to instantiate the
Dadc128d81845 addresses 0x35 to 0x37. Those addresses are not scanned. You have to instantiate
Dmax665046 This driver does not auto-detect devices. You will have to instantiate the
Dmax868826 This driver does not auto-detect devices. You will have to instantiate the
Dlineage-pem30 which can be safely used to identify the chip. You will have to instantiate
Dltc426125 which can be safely used to identify the chip. You will have to instantiate
Dltc294525 which can be safely used to identify the chip. You will have to instantiate
Dadm127539 This driver does not auto-detect devices. You will have to instantiate the
Dlm2506650 This driver does not auto-detect devices. You will have to instantiate the
Dpcf859162 try. You have to explicitly instantiate the device at the relevant
Dltc424527 instantiate the devices explicitly.
Dmax1606561 can be safely used to identify the chip. You will have to instantiate
Ducd920037 This driver does not auto-detect devices. You will have to instantiate the
Ducd900053 This driver does not auto-detect devices. You will have to instantiate the
Dmax3444050 This driver does not auto-detect devices. You will have to instantiate the
Dzl610074 This driver does not auto-detect devices. You will have to instantiate the
Dadm1021104 will have to explicitly instantiate the sensor chips from user-space. See
Dltc297847 This driver does not probe for PMBus devices. You will have to instantiate
Dsmm66562 can be safely used to identify the chip. You will have to instantiate
Dpmbus58 PMBus devices. You will have to instantiate the devices explicitly.
/linux-4.1.27/include/linux/
Dkey-type.h103 int (*instantiate)(struct key *key, struct key_preparsed_payload *prep); member
/linux-4.1.27/Documentation/spi/
Dspi-sc18is60219 support Chip ID registers. You will have to instantiate the devices explicitly.
/linux-4.1.27/fs/jffs2/
DLICENCE20 As a special exception, if other files instantiate templates or use
/linux-4.1.27/Documentation/i2c/busses/
Di2c-taos-evm9 module to instantiate the right I2C chip on the bus. Obviously, a driver
/linux-4.1.27/fs/cifs/
Dcifs_spnego.c67 .instantiate = cifs_spnego_key_instantiate,
Dcifsacl.c84 .instantiate = cifs_idmap_key_instantiate,
/linux-4.1.27/net/dns_resolver/
Ddns_key.c254 .instantiate = generic_key_instantiate,
/linux-4.1.27/Documentation/block/
Dnull_blk.txt26 Selects which block-layer the module should instantiate with.
/linux-4.1.27/Documentation/misc-devices/
Dmax687545 The driver does not probe any address, so you explicitly instantiate the
/linux-4.1.27/Documentation/security/
Dkeys-request-key.txt110 instantiate key U, using key W as a reference (perhaps it contacts a
135 authorisation key to negatively instantiate a key that's under construction.
Dkeys.txt409 description, and to instantiate it with the supplied payload and attach it
667 The process must have write access on the key to be able to instantiate
680 (*) Negatively instantiate a partially constructed key.
691 The process must have write access on the key to be able to instantiate
747 (*) Assume the authority granted to instantiate a key
751 This assumes or divests the authority required to instantiate the
1142 instantiate key). The structure pointed to by prep looks like:
1164 are merely passed along to the instantiate() or update() operations. If
1178 after preparse() returns successfully, even if instantiate() or update()
1182 (*) int (*instantiate)(struct key *key, struct key_preparsed_payload *prep);
[all …]
/linux-4.1.27/fs/nfs/
Dnfs4idmap.c180 .instantiate = generic_key_instantiate,
403 .instantiate = generic_key_instantiate,
/linux-4.1.27/Documentation/devicetree/bindings/mfd/
Ds2mps11.txt22 instantiate a sub-node named "clocks". It uses the common clock binding
Dmax8998.txt102 /* Regulators to instantiate */
/linux-4.1.27/Documentation/networking/
Ddns_resolver.txt131 /sbin/request-key what program to run to instantiate the key.
/linux-4.1.27/net/ceph/
Dcrypto.c573 .instantiate = generic_key_instantiate,
/linux-4.1.27/net/rxrpc/
Dar-key.c46 .instantiate = generic_key_instantiate,
62 .instantiate = generic_key_instantiate,
/linux-4.1.27/Documentation/scsi/
Dscsi_fc_transport.txt58 Linux device tree, and instruct the fc_host's driver to instantiate the
173 A "simple" create interface to instantiate a vport on an fc_host.
/linux-4.1.27/arch/powerpc/platforms/
DKconfig332 Uses information from the OF or flattened device tree to instantiate
/linux-4.1.27/security/keys/encrypted-keys/
Dencrypted.c973 .instantiate = encrypted_instantiate,
/linux-4.1.27/Documentation/filesystems/caching/
Dfscache.txt320 OBJ INST Length of time to instantiate an object
Dbackend-api.txt252 allocated and attached to the cookie. This should instantiate that object
/linux-4.1.27/Documentation/virtual/kvm/
Dmmu.txt380 To instantiate a large spte, four constraints must be satisfied:
/linux-4.1.27/Documentation/
Dpinctrl.txt464 abstract and provide pinmux settings to the devices you choose to instantiate
/linux-4.1.27/Documentation/filesystems/cifs/
DCHANGES247 problem (instantiate inodes/dentries in right order for readdir).
/linux-4.1.27/Documentation/filesystems/
Dcoda.txt767 instantiate a vnode, inode or file handle at kernel level for the new