| /kernel/linux/linux-6.6/drivers/platform/x86/ |
| D | serial-multi-instantiate.c | 3 * 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");
|
| /kernel/linux/linux-5.10/Documentation/i2c/ |
| D | instantiating-devices.rst | 2 How to instantiate I2C devices 8 reason, the kernel code must instantiate I2C devices explicitly. There are 103 Method 2: Instantiate the devices explicitly 111 you can instantiate your I2C devices explicitly. This is done by filling 206 * Probing is only one way to instantiate I2C devices now, while it was the 221 Method 4: Instantiate from user-space 230 instantiate, respectively delete, an I2C device. 263 You can also instantiate the device before the driver is loaded or even
|
| D | old-module-parameters.rst | 21 "Method 4: Instantiate from user-space". 50 Of course, it is important to instantiate the ``dummy`` device before loading
|
| /kernel/linux/linux-6.6/security/keys/ |
| D | key.c | 204 * 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 …]
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | key-type.h | 20 * 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
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | key-type.h | 20 * Pre-parsed payload, used by key add, update and instantiate. 26 * instantiate() or the update() op. 82 * the instantiate() and update() ops. 90 /* instantiate a key of this type 94 int (*instantiate)(struct key *key, struct key_preparsed_payload *prep); member 135 * - key is the key to instantiate
|
| /kernel/linux/linux-6.6/Documentation/i2c/ |
| D | instantiating-devices.rst | 2 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
|
| /kernel/linux/linux-5.10/security/keys/ |
| D | key.c | 204 * 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 552 * key_reject_and_link - Negatively instantiate a key and link it into the keyring. [all …]
|
| /kernel/linux/linux-6.6/Documentation/driver-api/ |
| D | ipmb.rst | 86 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
|
| /kernel/linux/linux-5.10/Documentation/driver-api/ |
| D | ipmb.rst | 86 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
|
| /kernel/linux/linux-5.10/drivers/platform/x86/ |
| D | i2c-multi-instantiate.c | 3 * I2C multi-instantiate driver, pseudo driver to instantiate multiple 79 /* Count number of clients to instantiate */ in i2c_multi_inst_probe() 206 .name = "I2C multi instantiate pseudo device driver", 214 MODULE_DESCRIPTION("I2C multi instantiate pseudo device driver");
|
| /kernel/linux/linux-5.10/crypto/asymmetric_keys/ |
| D | Kconfig | 44 data and provides the ability to instantiate a crypto key from a 54 private key data and provides the ability to instantiate a crypto key 63 private key data and provides the ability to instantiate a crypto key
|
| /kernel/linux/linux-5.10/arch/sparc/kernel/ |
| D | irq_32.c | 257 #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()
|
| /kernel/linux/linux-6.6/arch/sparc/kernel/ |
| D | irq_32.c | 257 #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()
|
| /kernel/linux/linux-6.6/Documentation/networking/devlink/ |
| D | devlink-params.rst | 102 - 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
|
| /kernel/linux/linux-6.6/include/uapi/linux/ |
| D | rpmsg.h | 27 * Instantiate a new rmpsg char device endpoint. 37 * Instantiate a new local rpmsg service device.
|
| /kernel/linux/linux-6.6/drivers/staging/fieldbus/anybuss/ |
| D | anybuss-controller.h | 15 * To instantiate an Anybus-S host, a controller should provide the following: 21 * struct anybuss_ops - Controller resources to instantiate an Anybus-S host
|
| /kernel/linux/linux-5.10/drivers/staging/fieldbus/anybuss/ |
| D | anybuss-controller.h | 15 * To instantiate an Anybus-S host, a controller should provide the following: 21 * struct anybuss_ops - Controller resources to instantiate an Anybus-S host
|
| /kernel/linux/linux-5.10/security/integrity/ima/ |
| D | ima_asymmetric_keys.c | 19 * @payload: The data used to instantiate or update the key. 25 * The payload data used to instantiate or update the key is measured.
|
| /kernel/linux/linux-6.6/crypto/asymmetric_keys/ |
| D | Kconfig | 33 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
|
| /kernel/linux/linux-6.6/security/integrity/ima/ |
| D | ima_asymmetric_keys.c | 21 * @payload: The data used to instantiate or update the key. 27 * The payload data used to instantiate or update the key is measured.
|
| /kernel/linux/linux-5.10/fs/proc/ |
| D | fd.c | 208 instantiate_t instantiate) in proc_lookupfd_common() argument 221 result = instantiate(dentry, task, &data); in proc_lookupfd_common() 229 instantiate_t instantiate) in proc_readfd_common() argument 262 name, len, instantiate, p, in proc_readfd_common()
|
| /kernel/linux/linux-6.6/arch/arm64/boot/dts/marvell/ |
| D | armada-80x0.dtsi | 20 * Instantiate the master CP110 41 * Instantiate the slave CP110
|
| /kernel/linux/linux-5.10/arch/arm64/boot/dts/marvell/ |
| D | armada-80x0.dtsi | 20 * Instantiate the master CP110 41 * Instantiate the slave CP110
|
| /kernel/linux/linux-6.6/fs/proc/ |
| D | fd.c | 229 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()
|