/Linux-v6.1/sound/ppc/ |
D | keywest.c | 23 /* If instantiated via i2c-powermac, we still need to set the client */ in keywest_probe() 57 * is no point in keeping the device instantiated. in keywest_attach_adapter() 84 { "MAC,tas3004", 0 }, /* instantiated by i2c-powermac */ 85 { "keywest", 0 }, /* instantiated by us if needed */
|
/Linux-v6.1/include/crypto/internal/ |
D | kpp.h | 37 * crypto_grab_kpp(). Transforms may subsequently get instantiated 96 * been instantiated from. 97 * @kpp: The KPP transform instantiated from some &struct kpp_instance. 111 * end of a &struct kpp_instance instantiated from &crypto_template.create(). 206 * may get instantiated from the former by means of this function.
|
/Linux-v6.1/Documentation/i2c/ |
D | instantiating-devices.rst | 24 instantiated automatically by i2c-core. The devices will be automatically 172 The driver which instantiated the I2C device is responsible for destroying 190 In that case, I2C devices are neither declared nor instantiated 193 instantiated automatically. In order to prevent any misbehavior of this 205 I2C devices instantiated as a result of such a successful probe will be
|
/Linux-v6.1/Documentation/virt/kvm/devices/ |
D | mpic.rst | 12 Only one MPIC instance, of any type, may be instantiated. The created 47 be instantiated. Once that device has been created, it's available as
|
/Linux-v6.1/drivers/crypto/caam/ |
D | ctrl.c | 190 * the RNG4 block: 1 if it's been instantiated 257 * the RNG4 block: 1 if it's been instantiated 296 "RNG4 SH%d was previously instantiated without prediction resistance. Tearing it down\n", in instantiate_rng() 315 * instantiated although the descriptor has finished in instantiate_rng() 329 dev_info(ctrldev, "Instantiated RNG4 SH%d\n", sh_idx); in instantiate_rng() 370 * were instantiated properly. Thus, instead of wasting in kick_trng() 852 * already instantiated, do RNG instantiation in caam_probe() 871 * If either SH were instantiated by somebody else in caam_probe() 875 * Also, if a handle was instantiated, do not change in caam_probe()
|
/Linux-v6.1/Documentation/devicetree/bindings/pwm/ |
D | microchip,corepwm.yaml | 37 Depending on how the IP is instantiated, there are two modes of operation. 42 FPGA. If the IP core is instantiated with SHADOW_REG_ENx=1, both registers that
|
/Linux-v6.1/Documentation/scsi/ |
D | scsi_fc_transport.rst | 61 expected. Once instantiated by one of the above methods, it will have a 165 state. The vport will still be instantiated with the Linux kernel, 189 Indicates how many NPIV-based vports have been instantiated on the 222 Once a vport has been instantiated with the kernel/LLDD, a vport state 227 instantiated with the kernel and LLDD. 234 The vport instantiated, but "disabled". The vport is not instantiated 453 Within the LLDD, if a vport is disabled, it remains instantiated with
|
/Linux-v6.1/Documentation/driver-api/ |
D | ipmb.rst | 95 The name of the instantiated device contains the I2C bus number 108 by the user space program. The device needs to be instantiated
|
/Linux-v6.1/Documentation/block/ |
D | null_blk.rst | 49 Number of block devices instantiated. They are instantiated as /dev/nullb0, 106 1 The multi-queue block layer is instantiated with a hardware dispatch
|
/Linux-v6.1/Documentation/crypto/ |
D | architecture.rst | 333 ciphers are instantiated. The cipher handles for CTR(AES) and GHASH 341 with the instantiated CTR(AES) cipher handle. 344 implementation of AES is instantiated. The cipher handle for AES is 407 SHA256 is instantiated. The cipher handle for the SHA256 instance is
|
/Linux-v6.1/security/keys/ |
D | key.c | 407 * Change the key state to being instantiated. 446 /* mark the key as being instantiated */ in __key_instantiate_and_link() 495 * waiting for the key is woken up. If the key was already instantiated, 571 * waiting for the key is woken up. If the key was already instantiated, 605 /* mark the key as being negatively instantiated */ in key_reject_and_link() 998 * instantiated by this method. 1067 * instantiated in key_revoke() 1113 * @key: The key to be instantiated
|
/Linux-v6.1/Documentation/devicetree/bindings/sound/ |
D | da9055.txt | 6 so the device is instantiated separately from the PMIC (MFD) device.
|
D | img,i2s-in.txt | 21 - img,i2s-channels : Number of I2S channels instantiated in the I2S in block
|
D | img,i2s-out.txt | 22 - img,i2s-channels : Number of I2S channels instantiated in the I2S out block
|
/Linux-v6.1/drivers/clk/samsung/ |
D | clk-exynos-clkout.c | 78 * Device will be instantiated as child of PMU device without its own 87 dev_err(dev, "not instantiated from MFD\n"); in exynos_clkout_match_parent_dev()
|
/Linux-v6.1/Documentation/devicetree/bindings/gpio/ |
D | gpio-ts4900.txt | 17 - ngpios: Number of GPIOs this controller is instantiated with,
|
/Linux-v6.1/include/linux/platform_data/ |
D | s3c-hsudc.h | 18 * @epnum: Number of endpoints to be instantiated by the controller driver.
|
/Linux-v6.1/arch/sparc/include/asm/ |
D | mmu_context_32.h | 10 * address space instance (unique or shared) is instantiated.
|
/Linux-v6.1/Documentation/devicetree/ |
D | overlay-notes.rst | 35 /* peripherals that are always instantiated */ 69 /* peripherals that are always instantiated */
|
/Linux-v6.1/drivers/net/ethernet/qualcomm/rmnet/ |
D | rmnet_config.h | 22 /* One instance of this structure is instantiated for each real_dev associated
|
/Linux-v6.1/Documentation/security/keys/ |
D | request-key.rst | 92 is the context in which key U should be instantiated and secured, and 146 instantiated for a short amount of time.
|
D | core.rst | 75 When a key is instantiated, the key type's instantiation function is 88 * Instantiated. This is the normal state. The key is fully formed, and 217 This permits a key's payload to be instantiated or updated, or it allows a 304 I Instantiated 327 <inst>/<keys> Total number of keys and number instantiated 772 already instantiated. 1074 Where these indicate a key being instantiated/rejected, updated, a link 1342 instantiated (uninstantiated keys cannot be "found"). 1462 time will be applied to the key if it is instantiated from this data. 1652 will be negatively instantiated if it wasn't already instantiated.
|
/Linux-v6.1/Documentation/hwmon/ |
D | aht10.rst | 34 to be instantiated explicitly with the address 0x38. See
|
/Linux-v6.1/drivers/platform/surface/ |
D | Kconfig | 97 module, the respective devices mentioned above will not be instantiated 123 module, the respective devices will not be instantiated and thus any
|
/Linux-v6.1/Documentation/mm/ |
D | hugetlbfs_reserv.rst | 11 preallocated for application use. These huge pages are instantiated in a 183 are allocated and instantiated in the corresponding mapping. The allocation 268 when a huge page that has been instantiated is freed no adjustment is made 522 Additionally, after a huge page is instantiated the PagePrivate flag is 526 page is allocated but before it is instantiated. In this case, the page
|