Home
last modified time | relevance | path

Searched full:instantiate (Results 1 – 25 of 379) sorted by relevance

12345678910>>...16

/openbmc/linux/drivers/platform/x86/
H A Dserial-multi-instantiate.c3 * Serial multi-instantiate driver, pseudo driver to instantiate multiple
94 * smi_spi_probe - Instantiate multiple SPI devices from inst array
96 * @smi: Internal struct for Serial multi instantiate driver
99 * Returns the number of SPI devices instantiate, Zero if none is found or a negative error code.
178 * smi_i2c_probe - Instantiate multiple I2C devices from inst array
180 * @smi: Internal struct for Serial multi instantiate driver
183 * Returns the number of I2C devices instantiate, Zero if none is found or a negative error code.
364 .name = "Serial bus multi instantiate pseudo device driver",
372 MODULE_DESCRIPTION("Serial multi instantiate pseudo device driver");
/openbmc/linux/security/keys/
H A Dkey.c204 * returned in an uninstantiated state and the caller needs to instantiate the
420 * Instantiate a key and link it into the target keyring atomically. Must be
441 /* can't instantiate twice */ in __key_instantiate_and_link()
443 /* instantiate the key */ in __key_instantiate_and_link()
444 ret = key->type->instantiate(key, prep); in __key_instantiate_and_link()
482 * key_instantiate_and_link - Instantiate a key and link it into the keyring.
483 * @key: The key to instantiate.
484 * @data: The data to use to instantiate the keyring.
489 * Instantiate a key that's in the uninstantiated state using the provided data
553 * key_reject_and_link - Negatively instantiate a key and link it into the keyring.
[all …]
H A Duser_defined.c27 .instantiate = generic_key_instantiate,
47 .instantiate = generic_key_instantiate,
/openbmc/linux/include/linux/
H A Dkey-type.h20 * Pre-parsed payload, used by key add, update and instantiate.
26 * instantiate() or the update() op.
83 * the instantiate() and update() ops.
91 /* instantiate a key of this type
95 int (*instantiate)(struct key *key, struct key_preparsed_payload *prep); member
136 * - key is the key to instantiate
H A Dfsnotify.h208 * Note: some filesystems (e.g. kernfs) leave @dentry negative and instantiate
223 * new_dentry->d_inode NULL and instantiate inode pointer later
289 * Note: some filesystems (e.g. kernfs) leave @dentry negative and instantiate
/openbmc/linux/Documentation/i2c/
H A Dinstantiating-devices.rst2 How to instantiate I2C devices
8 reason, the kernel code must instantiate I2C devices explicitly. There are
107 Method 2: Instantiate the devices explicitly
115 you can instantiate your I2C devices explicitly. This is done by filling
214 * Probing is only one way to instantiate I2C devices now, while it was the
229 Method 4: Instantiate from user-space
238 instantiate, respectively delete, an I2C device.
271 You can also instantiate the device before the driver is loaded or even
H A Dold-module-parameters.rst22 "Method 4: Instantiate from user-space".
51 Of course, it is important to instantiate the ``dummy`` device before loading
/openbmc/linux/Documentation/driver-api/
H A Dipmb.rst86 Instantiate the device
89 After loading the driver, you can instantiate the device as
92 a different I2C bus, you can instantiate a device for each of
102 For instance, you can instantiate the ipmb-dev-int device from
/openbmc/phosphor-hwmon/test/
H A Dfanpwm_unittest.cpp50 // Attempt to just instantiate one. in TEST()
53 // mock to instantiate this object. in TEST()
75 // Attempt to just instantiate one. in TEST()
78 // mock to instantiate this object. in TEST()
/openbmc/linux/arch/sparc/kernel/
H A Dirq_32.c257 #define INSTANTIATE(table) \ in sparc_floppy_request_irq() macro
265 INSTANTIATE(sparc_ttable) in sparc_floppy_request_irq()
272 INSTANTIATE(trap_table) in sparc_floppy_request_irq()
274 INSTANTIATE(trap_table) in sparc_floppy_request_irq()
276 INSTANTIATE(trap_table) in sparc_floppy_request_irq()
279 #undef INSTANTIATE in sparc_floppy_request_irq()
/openbmc/linux/Documentation/networking/devlink/
H A Ddevlink-params.rst102 - When enabled, the device driver will instantiate Ethernet specific
106 - When enabled, the device driver will instantiate RDMA specific
110 - When enabled, the device driver will instantiate VDPA networking
/openbmc/linux/drivers/staging/fieldbus/anybuss/
H A Danybuss-controller.h15 * To instantiate an Anybus-S host, a controller should provide the following:
21 * struct anybuss_ops - Controller resources to instantiate an Anybus-S host
/openbmc/linux/include/uapi/linux/
H A Drpmsg.h27 * Instantiate a new rmpsg char device endpoint.
37 * Instantiate a new local rpmsg service device.
H A Dkeyctl.h52 #define KEYCTL_INSTANTIATE 12 /* instantiate a partially constructed key */
60 #define KEYCTL_INSTANTIATE_IOV 20 /* instantiate a partially constructed key */
/openbmc/openpower-vpd-parser/vpd-manager/include/
H A Dparser_factory.hpp12 * @brief Factory calss to instantiate concrete parser class.
14 * This class should be used to instantiate an instance of parser class based
H A Dgpio_monitor.hpp125 * @brief API to instantiate GpioEventHandler for GPIO pins.
128 * and instantiate event handler for GPIO pins.
/openbmc/u-boot/arch/sandbox/include/asm/
H A Dspi.h18 * instantiate a client, and that then call into it via these entry
23 /* The bus wants to instantiate a new client, so setup everything */
/openbmc/linux/crypto/asymmetric_keys/
H A DKconfig33 data and provides the ability to instantiate a crypto key from a
43 private key data and provides the ability to instantiate a crypto key
/openbmc/linux/security/integrity/ima/
H A Dima_asymmetric_keys.c21 * @payload: The data used to instantiate or update the key.
27 * The payload data used to instantiate or update the key is measured.
/openbmc/linux/arch/arm64/boot/dts/marvell/
H A Darmada-80x0.dtsi20 * Instantiate the master CP110
41 * Instantiate the slave CP110
/openbmc/linux/fs/proc/
H A Dfd.c229 instantiate_t instantiate) in proc_lookupfd_common() argument
242 result = instantiate(dentry, task, &data); in proc_lookupfd_common()
250 instantiate_t instantiate) in proc_readfd_common() argument
278 name, len, instantiate, p, in proc_readfd_common()
/openbmc/linux/Documentation/admin-guide/gpio/
H A Dgpio-aggregator.rst31 Userspace may ask the kernel to instantiate an aggregated GPIO
51 Example: Instantiate a new GPIO aggregator by aggregating GPIO
/openbmc/libmctp/tests/
H A Dtest_serial.c111 /* Instantiate the A side of the serial pipe */ in main()
124 /* Instantiate the B side of the serial pipe */ in main()
/openbmc/u-boot/doc/SPI/
H A DREADME.altera_spi2 - Instantiate EPCS/EPCQx1 Serial flash controller in QSys and rebuild
/openbmc/dbus-sensors/src/
H A DDeviceMgmt.hpp155 // not really usable). To be on the safe side, instantiate a in instantiateDevices()
174 std::cerr << "Failed to instantiate " << params->type->name in instantiateDevices()

12345678910>>...16