/Linux-v5.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-v5.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-v5.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-v5.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:
|
D | at91-clock.txt | 21 provided on XIN. 42 second entry its index as provided by the datasheet 48 provided on XIN.
|
/Linux-v5.10/drivers/pinctrl/aspeed/ |
D | Kconfig | 17 generation SoCs. GPIO is provided by a separate GPIO driver. 25 generation SoCs. GPIO is provided by a separate GPIO driver. 33 generation SoCs. GPIO is provided by a separate GPIO driver.
|
/Linux-v5.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-v5.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
|
D | sysfs-driver-input-exc3000 | 4 Description: Reports the firmware version provided by the touchscreen, for example "00_T6" on a … 13 Description: Reports the model identification provided by the touchscreen, for example "Orion_13…
|
D | sysfs-class-rtc | 21 (RO) RTC-provided date in YYYY-MM-DD format 28 (RO) 1 if the RTC provided the system time at boot via the 59 (RO) RTC-provided time as the number of seconds since the epoch 66 (RO) RTC-provided time in 24-hour notation (hh:mm:ss)
|
D | sysfs-firmware-memmap | 10 However, on most architectures that firmware-provided memory 16 kexec needs the raw firmware-provided memory map to setup the 31 The maximum depends on the number of memory map entries provided
|
/Linux-v5.10/Documentation/usb/ |
D | gadget-testing.rst | 6 provided by gadgets. 35 The function is provided by usb_f_acm.ko module. 74 The function is provided by usb_f_ecm.ko module. 114 The function is provided by usb_f_ecm_subset.ko module. 154 The function is provided by usb_f_eem.ko module. 194 The function is provided by usb_f_fs.ko module. 213 On the host: use the USB function provided by the device 218 The function is provided by usb_f_hid.ko module. 268 The function is provided by usb_f_ss_lb.ko module. 291 The function is provided by usb_f_mass_storage.ko module. [all …]
|
/Linux-v5.10/Documentation/devicetree/bindings/pci/ |
D | pci-msi.txt | 79 * The sideband data provided to the MSI controller is 107 * The sideband data provided to the MSI controller is 136 * The sideband data provided to the MSI controller is 166 * The sideband data provided to the MSI controller is 210 * The sideband data provided to MSI controller a is the 212 * The sideband data provided to MSI controller b is the
|
/Linux-v5.10/fs/jbd2/ |
D | recovery.c | 176 __be32 provided; in jbd2_descriptor_block_csum_verify() local 184 provided = tail->t_checksum; in jbd2_descriptor_block_csum_verify() 187 tail->t_checksum = provided; in jbd2_descriptor_block_csum_verify() 189 return provided == cpu_to_be32(calculated); in jbd2_descriptor_block_csum_verify() 421 __be32 provided; in jbd2_commit_block_csum_verify() local 428 provided = h->h_chksum[0]; in jbd2_commit_block_csum_verify() 431 h->h_chksum[0] = provided; in jbd2_commit_block_csum_verify() 433 return provided == cpu_to_be32(calculated); in jbd2_commit_block_csum_verify()
|
/Linux-v5.10/arch/powerpc/boot/dts/fsl/ |
D | b4420qds.dts | 7 * modification, are permitted provided that the following conditions are met: 12 * documentation and/or other materials provided with the distribution. 23 * This software is provided by Freescale Semiconductor "as is" and any
|
D | b4420si-pre.dtsi | 7 * modification, are permitted provided that the following conditions are met: 12 * documentation and/or other materials provided with the distribution. 23 * This software is provided by Freescale Semiconductor "as is" and any
|
/Linux-v5.10/Documentation/devicetree/bindings/power/supply/ |
D | max8903-charger.txt | 5 - dok-gpios: Valid DC power has been detected (active low, input), optional if uok-gpios is provided 6 …uok-gpios: Valid USB power has been detected (active low, input), optional if dok-gpios is provided
|
/Linux-v5.10/Documentation/arm/ |
D | firmware.rst | 21 There is a default, empty set of operations provided, so there is no need to 24 To call a firmware operation, a helper macro is provided:: 29 the macro checks if the operation is provided and calls it or otherwise returns
|
/Linux-v5.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-v5.10/Documentation/devicetree/bindings/input/ |
D | mtk-pmic-keys.txt | 3 There are two key functions provided by MT6397/MT6323 PMIC, pwrkey 5 node provided by MT6397/MT6323 PMIC that is being defined as one kind
|
/Linux-v5.10/Documentation/admin-guide/mm/ |
D | numaperf.rst | 15 are provided as memory only nodes. While memory only nodes do not provide 89 The bandwidth attributes are provided in MiB/second. 91 The latency attributes are provided in nanoseconds. 106 system physical addresses memory initiators are aware of are provided 114 cache provided by the system. 143 The attributes for each level of cache is provided under its cache 168 The "size" is the number of bytes provided by this cache level.
|
/Linux-v5.10/Documentation/admin-guide/LSM/ |
D | SELinux.rst | 6 to use the distro-provided policies, or install the 12 testing, you can do using ``mdp`` provided under
|
/Linux-v5.10/Documentation/hwmon/ |
D | ltc4151.rst | 42 Voltage readings provided by this driver are reported as obtained from the ADIN 45 Current reading provided by this driver is reported as obtained from the Current
|
/Linux-v5.10/arch/arm/boot/dts/ |
D | alpine-db.dts | 9 * without modification, are permitted provided that the following conditions 17 * the documentation and/or other materials provided with the
|