Home
last modified time | relevance | path

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

12345678910>>...50

/linux/fs/ext4/
H A Dbitmap.c24 __u32 provided, calculated; in ext4_inode_bitmap_csum_verify() local
32 provided = le16_to_cpu(gdp->bg_inode_bitmap_csum_lo); in ext4_inode_bitmap_csum_verify()
36 provided |= (hi << 16); in ext4_inode_bitmap_csum_verify()
40 return provided == calculated; in ext4_inode_bitmap_csum_verify()
66 __u32 provided, calculated; in ext4_block_bitmap_csum_verify() local
73 provided = le16_to_cpu(gdp->bg_block_bitmap_csum_lo); in ext4_block_bitmap_csum_verify()
77 provided |= (hi << 16); in ext4_block_bitmap_csum_verify()
81 return provided == calculated; in ext4_block_bitmap_csum_verify()
/linux/drivers/clk/ingenic/
H A DKconfig13 Support the clocks provided by the CGU hardware on Ingenic JZ4740
23 Support the clocks provided by the CGU hardware on Ingenic JZ4755
33 Support the clocks provided by the CGU hardware on Ingenic JZ4725B
43 Support the clocks provided by the CGU hardware on Ingenic JZ4760
53 Support the clocks provided by the CGU hardware on Ingenic JZ4770
63 Support the clocks provided by the CGU hardware on Ingenic JZ4780
73 Support the clocks provided by the CGU hardware on Ingenic X1000
83 Support the clocks provided by the CGU hardware on Ingenic X1830
/linux/drivers/gpu/drm/sysfb/
H A DKconfig24 buffer, size, and display format must be provided via EFI interfaces.
39 and display format must be provided via device tree.
50 DRM driver for simple platform-provided framebuffers.
54 buffer, size, and display format must be provided via device tree,
74 buffer, size, and display format must be provided via VBE interfaces.
/linux/Documentation/driver-api/
H A 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 …]
H A Ddpll.rst12 device to run on the same clock signal beat as provided on a PLL input.
40 A device handle is ``DPLL_A_ID``, it shall be provided to get or set
53 provided for a single dpll device.
54 Pin's properties, capabilities and status is provided to the user in
60 Pin handle is a ``DPLL_A_PIN_ID``, it shall be provided to get or set
181 is supported, it shall be provided with ``DPLL_A_PIN_PHASE_OFFSET``
191 the averaging factor. Configured averaging factor value is provided with
202 granularity that pin handle shall be provided to the user on
205 attributes. Configured phase adjust value is provided with
224 All phase related values are provided in pico seconds, which represents
[all …]
/linux/Documentation/ABI/testing/
H 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…
22 Description: Reports the type identification provided by the touchscreen, for example "PCAP82H80 Se…
H A 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
H A Dsysfs-platform-mellanox-bootctl95 provided on a board-level label.
103 This value is provided on a board-level label.
111 This value is provided on a board-level label.
119 This value is provided on a board-level label.
127 This value is provided on a board-level label.
135 This value is provided by the manufacturing team.
143 This value is provided on a board-level label.
H A 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)
H A 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/fs/jbd2/
H A Drecovery.c178 __be32 provided; in jbd2_descriptor_block_csum_verify() local
186 provided = tail->t_checksum; in jbd2_descriptor_block_csum_verify()
189 tail->t_checksum = provided; in jbd2_descriptor_block_csum_verify()
191 return provided == cpu_to_be32(calculated); in jbd2_descriptor_block_csum_verify()
434 __be32 provided; in jbd2_commit_block_csum_verify() local
441 provided = h->h_chksum[0]; in jbd2_commit_block_csum_verify()
444 h->h_chksum[0] = provided; in jbd2_commit_block_csum_verify()
446 return provided == cpu_to_be32(calculated); in jbd2_commit_block_csum_verify()
452 __be32 provided; in jbd2_commit_block_csum_verify_partial() local
462 provided = h->h_chksum[0]; in jbd2_commit_block_csum_verify_partial()
[all …]
/linux/tools/memory-model/scripts/
H A DREADME42 with the absolute pathnames of the tests to run provided one
44 provided instead for use by other scripts.
56 the test ran correctly. Not normally run manually, provided
68 provided instead for use by other scripts.
72 Run the litmus tests whose absolute pathnames are provided one
74 provided instead for use by other scripts.
/linux/drivers/pinctrl/aspeed/
H A 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/tools/testing/selftests/riscv/vector/
H A Dvstate_prctl.c14 int test_and_compare_child(long provided, long expected, int inherit, int xtheadvector) in test_and_compare_child() argument
18 rc = prctl(PR_RISCV_V_SET_CONTROL, provided); in test_and_compare_child()
21 provided, rc); in test_and_compare_child()
/linux/Documentation/driver-api/surface_aggregator/
H A Dclient.rst45 are non-discoverable and instead need to be explicitly provided by some
93 If a device does not already exist/is not already provided via conventional
94 means, it should be provided as |ssam_device| via the SSAM client device
99 default, the parent of the device is set to the controller device provided
103 setup provided through the parent-child relation, are preserved. If
170 EC is provided in little-endian format and, similarly, any response payload
256 said function. In this example, the argument is provided via the ``arg``
258 the stack. Thus, if the argument provided via the request is large, these
263 provided in the non-macro example above.
275 these macros, a special variant is provided, which targets request types
[all …]
/linux/Documentation/usb/
H A Dgadget-testing.rst6 provided by gadgets.
36 The function is provided by usb_f_acm.ko module.
75 The function is provided by usb_f_ecm.ko module.
115 The function is provided by usb_f_ecm_subset.ko module.
155 The function is provided by usb_f_eem.ko module.
195 The function is provided by usb_f_fs.ko module.
222 On the host: use the USB function provided by the device
227 The function is provided by usb_f_hid.ko module.
277 The function is provided by usb_f_ss_lb.ko module.
300 The function is provided by usb_f_mass_storage.ko module.
[all …]
/linux/arch/powerpc/boot/dts/fsl/
H A 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
H A 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/Documentation/arch/arm/
H A 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/Documentation/admin-guide/mm/
H A Dnumaperf.rst16 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.
105 system physical addresses memory initiators are aware of are provided
113 cache provided by the system.
142 The attributes for each level of cache is provided under its cache
167 The "size" is the number of bytes provided by this cache level.
/linux/drivers/misc/pvpanic/
H A DKconfig12 pvpanic is a paravirtualized device provided by QEMU; it lets
26 pvpanic is a paravirtualized device provided by QEMU which
/linux/Documentation/networking/
H A Dtls.rst70 socket is encrypted using TLS and the parameters provided in the socket option.
78 send() data is directly encrypted from the userspace buffer provided
105 are decrypted using TLS parameters provided. A full TLS record must
163 Control message data should be provided unencrypted, and will be
170 type passed via cmsg. If no cmsg buffer is provided, an error is
216 kernel, until the new key has been provided using the TLS_RX socket
218 before the new key is provided will fail with EKEYEXPIRED. poll() will
220 provided. There is no pausing on the transmit side.
222 Userspace should make sure that the crypto_info provided has been set
/linux/Documentation/crypto/
H A Dsha3.rst20 Four digest algorithms are provided:
27 Additionally, two Extendable-Output Functions (XOFs) are provided:
49 provided. The incremental API uses the following struct::
81 output data incrementally, an incremental API is also provided. The incremental
H A Dkrb5.rst116 mechanism's PRF+ is provided::
134 and a pair of functions are provided to aid in this::
172 Two functions are provided to allocated and prepare a crypto object for use by
193 A pair of functions are provided to encrypt and decrypt a message::
221 A pair of function are provided to generate the checksum on a message and to
251 A template AEAD crypto algorithm, called "krb5enc", is provided that hashes the
257 format 1 is provided and that continues with a BE32 of the Ke key length
/linux/arch/arm/boot/dts/amazon/
H A Dalpine-db.dts9 * without modification, are permitted provided that the following conditions
17 * the documentation and/or other materials provided with the

12345678910>>...50