Home
last modified time | relevance | path

Searched refs:provided (Results 1 – 25 of 1256) sorted by relevance

12345678910>>...51

/Linux-v5.10/fs/ext4/
Dbitmap.c24 __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/
DKconfig13 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/
DREADME34 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/
Dmvebu-core-clock.txt7 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:
Dmvebu-gated-clock.txt10 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:
Dat91-clock.txt21 provided on XIN.
42 second entry its index as provided by the datasheet
48 provided on XIN.
/Linux-v5.10/drivers/pinctrl/aspeed/
DKconfig17 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/
Dvme.rst12 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/
Dsysfs-bus-event_source-devices-hv_24x724 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
Dsysfs-driver-input-exc30004 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…
Dsysfs-class-rtc21 (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)
Dsysfs-firmware-memmap10 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/
Dgadget-testing.rst6 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/
Dpci-msi.txt79 * 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/
Drecovery.c176 __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/
Db4420qds.dts7 * 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
Db4420si-pre.dtsi7 * 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/
Dmax8903-charger.txt5 - 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/
Dfirmware.rst21 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/
DKconfig354 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/
Dmtk-pmic-keys.txt3 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/
Dnumaperf.rst15 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/
DSELinux.rst6 to use the distro-provided policies, or install the
12 testing, you can do using ``mdp`` provided under
/Linux-v5.10/Documentation/hwmon/
Dltc4151.rst42 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/
Dalpine-db.dts9 * without modification, are permitted provided that the following conditions
17 * the documentation and/or other materials provided with the

12345678910>>...51