/linux-5.10/fs/ext4/ |
D | bitmap.c | 24 __u32 provided, calculated; in ext4_inode_bitmap_csum_verify() local 30 provided = le16_to_cpu(gdp->bg_inode_bitmap_csum_lo); in ext4_inode_bitmap_csum_verify() 34 provided |= (hi << 16); in ext4_inode_bitmap_csum_verify() 38 return provided == calculated; in ext4_inode_bitmap_csum_verify() 62 __u32 provided, calculated; in ext4_block_bitmap_csum_verify() local 69 provided = le16_to_cpu(gdp->bg_block_bitmap_csum_lo); in ext4_block_bitmap_csum_verify() 73 provided |= (hi << 16); in ext4_block_bitmap_csum_verify() 77 if (provided == calculated) in ext4_block_bitmap_csum_verify()
|
/linux-5.10/crypto/ |
D | rsa_helper.c | 23 /* invalid key provided */ in rsa_get_n() 51 /* invalid key provided */ in rsa_get_e() 66 /* invalid key provided */ in rsa_get_d() 81 /* invalid key provided */ in rsa_get_p() 96 /* invalid key provided */ in rsa_get_q() 111 /* invalid key provided */ in rsa_get_dp() 126 /* invalid key provided */ in rsa_get_dq() 141 /* invalid key provided */ in rsa_get_qinv() 153 * provided struct rsa_key, pointers to the raw key as is, 171 * provided struct rsa_key, pointers to the raw key
|
/linux-5.10/drivers/clk/ingenic/ |
D | Kconfig | 13 Support the clocks provided by the CGU hardware on Ingenic JZ4740 23 Support the clocks provided by the CGU hardware on Ingenic JZ4725B 33 Support the clocks provided by the CGU hardware on Ingenic JZ4770 43 Support the clocks provided by the CGU hardware on Ingenic JZ4780 53 Support the clocks provided by the CGU hardware on Ingenic X1000 63 Support the clocks provided by the CGU hardware on Ingenic X1830
|
/linux-5.10/include/uapi/linux/ |
D | nitro_enclaves.h | 72 * * NE_ERR_VCPU_ALREADY_USED - The provided vCPU is already used. 73 * * NE_ERR_VCPU_NOT_IN_CPU_POOL - The provided vCPU is not available in the 75 * * NE_ERR_VCPU_INVALID_CPU_CORE - The core id of the provided vCPU is invalid 79 * * NE_ERR_INVALID_VCPU - The provided vCPU is not in the available 90 * It includes info provided by the caller - flags - 104 * * NE_ERR_INVALID_FLAG_VALUE - The value of the provided flag is invalid. 114 * includes info provided by the caller - flags, 146 * * NE_ERR_INVALID_FLAG_VALUE - The value of the provided flag is invalid. 156 * includes info provided by the caller - enclave cid and 175 * * NE_ERR_INVALID_FLAG_VALUE - The value of the provided flag is invalid. [all …]
|
/linux-5.10/arch/mips/include/asm/ |
D | yamon-dt.h | 25 * yamon_dt_append_cmdline() - Append YAMON-provided command line to /chosen 28 * Write the YAMON-provided command line to the bootargs property of the 36 * yamon_dt_append_memory() - Append YAMON-provided memory info to /memory 40 * Generate a /memory node in @fdt based upon memory size information provided 49 * yamon_dt_serial_config() - Append YAMON-provided serial config to /chosen 53 * information provided in the YAMON environment about the UART configuration
|
/linux-5.10/tools/memory-model/scripts/ |
D | README | 34 with the absolute pathnames of the tests to run provided one 36 provided instead for use by other scripts. 49 provided instead for use by other scripts. 60 provided instead for use by other scripts. 64 Run the litmus tests whose absolute pathnames are provided one 66 provided instead for use by other scripts.
|
/linux-5.10/Documentation/driver-api/ |
D | vme.rst | 12 be provided to the registration function. Along with the maximum number of 43 A function is also provided to unregister the driver from the VME core called 51 Once a driver has registered with the VME core the provided match routine will 73 transfers to be provided in the route attributes. This is typically VME-to-MEM 78 Functions are also provided to free window allocations once they are no longer 81 provided during resource allocation. 108 In addition to simple reads and writes, :c:func:`vme_master_rmw` is provided to 136 Functions are provided to allow the user to allocate 163 The function :c:func:`vme_new_dma_list` is provided to create and 222 pointer parameter is provided, the value of which is passed to the callback [all …]
|
/linux-5.10/Documentation/devicetree/bindings/clock/ |
D | mvebu-core-clock.txt | 7 The following is a list of provided IDs and clock names on Armada 370/XP: 14 The following is a list of provided IDs and clock names on Armada 375: 20 The following is a list of provided IDs and clock names on Armada 380/385: 26 The following is a list of provided IDs and clock names on Armada 39x: 34 The following is a list of provided IDs and clock names on 98dx3236: 40 The following is a list of provided IDs and clock names on Kirkwood and Dove: 46 The following is a list of provided IDs and clock names on Orion5x:
|
D | mvebu-gated-clock.txt | 10 The following is a list of provided IDs for Armada 370: 27 The following is a list of provided IDs for Armada 375: 54 The following is a list of provided IDs for Armada 380/385: 81 The following is a list of provided IDs for Armada 39x: 95 The following is a list of provided IDs for Armada XP: 122 The following is a list of provided IDs for 98dx3236: 132 The following is a list of provided IDs for Dove: 155 The following is a list of provided IDs for Kirkwood:
|
/linux-5.10/include/linux/ |
D | scmi_protocol.h | 61 * struct scmi_clk_ops - represents the various operations provided 64 * @count_get: get the count of clocks provided by SCMI 85 * struct scmi_perf_ops - represents the various operations provided 127 * struct scmi_power_ops - represents the various operations provided 130 * @num_domains_get: get the count of power domains provided by SCMI 174 * struct scmi_sensor_ops - represents the various operations provided 177 * @count_get: get the count of sensors provided by SCMI 193 * struct scmi_reset_ops - represents the various operations provided 196 * @num_domains_get: get the count of reset domains provided by SCMI 213 * struct scmi_notify_ops - represents notifications' operations provided by [all …]
|
D | crc8.h | 5 * purpose with or without fee is hereby granted, provided that the above 8 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 45 * This function fills the provided table according the polynomial provided for 63 * This function fills the provided table according the polynomial provided for
|
/linux-5.10/arch/riscv/ |
D | Kconfig | 354 are provided at run-time, during boot. However, there are cases 355 where either no arguments are being provided or the provided 365 Choose how the kernel will handle the provided built-in command 377 The command-line arguments provided during boot will be 379 cases where the provided arguments are insufficient and 387 boot. This is useful in case you need to override the provided 409 This option provides support for runtime services provided 411 clock, and platform reset). A UEFI stub is also provided to
|
/linux-5.10/include/uapi/linux/can/ |
D | isotp.h | 11 * modification, are permitted provided that the following conditions 17 * documentation and/or other materials provided with the distribution. 22 * Alternatively, provided that this notice is retained in full, this 27 * The provided data structures and external interfaces from this code 30 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 62 /* provided in FC from the receiver */ 93 __u8 bs; /* blocksize provided in FC frame */ 96 __u8 stmin; /* separation time provided in FC frame */
|
D | raw.h | 13 * modification, are permitted provided that the following conditions 19 * documentation and/or other materials provided with the distribution. 24 * Alternatively, provided that this notice is retained in full, this 29 * The provided data structures and external interfaces from this code 32 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
D | bcm.h | 12 * modification, are permitted provided that the following conditions 18 * documentation and/or other materials provided with the distribution. 23 * Alternatively, provided that this notice is retained in full, this 28 * The provided data structures and external interfaces from this code 31 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
/linux-5.10/include/linux/can/ |
D | can-ml.h | 8 * modification, are permitted provided that the following conditions 14 * documentation and/or other materials provided with the distribution. 19 * Alternatively, provided that this notice is retained in full, this 24 * The provided data structures and external interfaces from this code 27 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
/linux-5.10/Documentation/ABI/testing/ |
D | sysfs-bus-event_source-devices-hv_24x7 | 24 this value will be provided by user while running this event. 30 Provides access to the binary "24x7 catalog" provided by the 41 also extractable from the provided binary "catalog" sysfs entry. 48 extractable from the provided binary "catalog" sysfs entry. 82 Provides the description of a particular event as provided by 94 provided by the firmware. If firmware does not provide a
|
/linux-5.10/net/can/ |
D | af_can.h | 6 * modification, are permitted provided that the following conditions 12 * documentation and/or other materials provided with the distribution. 17 * Alternatively, provided that this notice is retained in full, this 22 * The provided data structures and external interfaces from this code 25 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
/linux-5.10/include/crypto/ |
D | rng.h | 22 * provided with this call, plus any additional data 23 * if provided to the call. 28 * up a new state, the seed must be provided by the 172 * is initialized with the caller provided seed or automatically, depending 174 * caller-provided seed, the SP800-90A DRBGs perform an automatic seeding). 175 * The seed is provided as a parameter to this function call. The provided seed
|
/linux-5.10/drivers/infiniband/sw/rdmavt/ |
D | trace.c | 4 * This file is provided under a dual BSD/GPLv2 license. When using or 21 * modification, are permitted provided that the following conditions 28 * the documentation and/or other materials provided with the 34 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
D | pd.h | 7 * This file is provided under a dual BSD/GPLv2 license. When using or 24 * modification, are permitted provided that the following conditions 31 * the documentation and/or other materials provided with the 37 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
/linux-5.10/drivers/infiniband/hw/hfi1/ |
D | efivar.h | 4 * This file is provided under a dual BSD/GPLv2 license. When using or 21 * modification, are permitted provided that the following conditions 28 * the documentation and/or other materials provided with the 34 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
D | eprom.h | 4 * This file is provided under a dual BSD/GPLv2 license. When using or 21 * modification, are permitted provided that the following conditions 28 * the documentation and/or other materials provided with the 34 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
D | sdma_txreq.h | 4 * This file is provided under a dual BSD/GPLv2 license. When using or 21 * modification, are permitted provided that the following conditions 28 * the documentation and/or other materials provided with the 34 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 71 * number of fragments. Storage is provided to within the structure.
|
/linux-5.10/drivers/infiniband/ulp/opa_vnic/ |
D | opa_vnic_vema_iface.c | 4 * This file is provided under a dual BSD/GPLv2 license. When using or 21 * modification, are permitted provided that the following conditions 28 * the documentation and/or other materials provided with the 34 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 82 * given adapter to destination address provided. 123 * given adapter to destination address provided. 159 * given adapter to destination address provided. 192 * given adapter with vesw info provided. Reserved fields are stored 226 * given adapter to destination address provided. 273 * given adapter with vesw per port info provided. Reserved fields are [all …]
|