Home
last modified time | relevance | path

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

12345

/linux/security/keys/
H A Duser_defined.c27 .instantiate = generic_key_instantiate,
47 .instantiate = generic_key_instantiate,
/linux/Documentation/driver-api/
H A Dipmb.rst89 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
/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
/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
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
238 instantiate, respectively delete, an I2C device.
271 You can also instantiate the device before the driver is loaded or even
/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
H A Dpkcs7_key_type.c74 .instantiate = generic_key_instantiate,
/linux/Documentation/admin-guide/gpio/
H A Dgpio-aggregator.rst31 Userspace may ask the kernel to instantiate an aggregated GPIO
104 instantiate, named exactly as ``line0``, ``line1``, ..., ``lineY``, when
105 you want to instantiate ``Y+1`` (Y >= 0) lines. Configure all lines before
140 in order to instantiate the aggregator device. It can be set back to 0 to
/linux/Documentation/w1/masters/
H A Dds2482.rst34 detection is done. You should instantiate the device explicitly.
/linux/Documentation/hwmon/
H A Dtmp103.rst32 Please refer how to instantiate this driver:
H A Dadm1177.rst22 This driver does not auto-detect devices. You will have to instantiate the
H A Dhih6130.rst31 instantiate I2C devices.
H A Dir36021.rst28 This driver does not probe for PMBus devices. You will have to instantiate
H A Dltc4151.rst29 which can be safely used to identify the chip. You will have to instantiate
H A Dq54sj108a2.rst34 This driver does not auto-detect devices. You will have to instantiate the
H A Dltc4215.rst31 instantiate the devices explicitly.
H A Dmenf21bmc.rst30 You will have to instantiate the MFD driver explicitly.
H A Dltc3815.rst26 This driver does not probe for PMBus devices. You will have to instantiate
H A Ddps920ab.rst31 This driver does not auto-detect devices. You will have to instantiate the
H A Dibm-cffps.rst19 This driver does not auto-detect devices. You will have to instantiate the
H A Disl28022.rst30 This driver does not auto-detect devices. You will have to instantiate the
H A Dshtc1.rst49 instantiate the device.
H A Dbpa-rs600.rst24 This driver does not probe for PMBus devices. You will have to instantiate
H A Dsht4x.rst34 to instantiate the device.
/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
/linux/Documentation/spi/
H A Dspi-sc18is602.rst22 support Chip ID registers. You will have to instantiate the devices explicitly.

12345