Home
last modified time | relevance | path

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

12

/linux-4.19.296/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-4.19.296/fs/jbd2/
Drecovery.c177 __be32 provided; in jbd2_descriptor_block_csum_verify() local
185 provided = tail->t_checksum; in jbd2_descriptor_block_csum_verify()
188 tail->t_checksum = provided; in jbd2_descriptor_block_csum_verify()
190 return provided == cpu_to_be32(calculated); in jbd2_descriptor_block_csum_verify()
381 __be32 provided; in jbd2_commit_block_csum_verify() local
388 provided = h->h_chksum[0]; in jbd2_commit_block_csum_verify()
391 h->h_chksum[0] = provided; in jbd2_commit_block_csum_verify()
393 return provided == cpu_to_be32(calculated); in jbd2_commit_block_csum_verify()
/linux-4.19.296/drivers/clk/uniphier/
DKconfig8 Say Y if you want to control clocks provided by System Control
/linux-4.19.296/drivers/clk/imgtec/
DKconfig9 provided register.
/linux-4.19.296/drivers/char/pcmcia/
DKconfig30 by the vendor-provided PC/SC ifd_handler (http://www.omnikey.com/),
42 PC/SC ifdhandler provided from the Omnikey homepage
/linux-4.19.296/lib/
DKconfig76 This option is provided for the case where no in-kernel-tree
84 This option is provided for the case where no in-kernel-tree
101 This option is provided for the case where no in-kernel-tree
111 This option is provided for the case where no in-kernel-tree
166 no lookup table. This is provided as a debugging option.
175 This option is provided for the case where no in-kernel-tree
183 This option is provided for the case where no in-kernel-tree
191 This option is provided for the case where no in-kernel-tree
201 This option is provided for the case where no in-kernel-tree
/linux-4.19.296/lib/fonts/
DKconfig29 provided by the text console 80x50 (and higher) modes).
34 Given the resolution provided by the frame buffer device, answer N
42 provided by the VGA text console 80x25 mode.
/linux-4.19.296/drivers/iio/
DKconfig55 using the API provided.
63 using the API provided.
/linux-4.19.296/drivers/reset/
DKconfig98 reset signals provided by AOSS for Modem, Venus, ADSP,
154 Say Y if you want to control reset signals provided by System Control
164 Say Y if you want to control reset signals provided by
/linux-4.19.296/fs/f2fs/
Dinode.c163 __u32 provided, calculated; in f2fs_inode_chksum_verify() local
177 provided = le32_to_cpu(ri->i_inode_checksum); in f2fs_inode_chksum_verify()
180 if (provided != calculated) in f2fs_inode_chksum_verify()
183 page->index, ino_of_node(page), provided, calculated); in f2fs_inode_chksum_verify()
185 return provided == calculated; in f2fs_inode_chksum_verify()
/linux-4.19.296/drivers/isdn/mISDN/
DKconfig43 provided in the source code.
/linux-4.19.296/drivers/memory/
DKconfig77 Enables verbose debugging mostly to decode the bootloader provided
78 timings. To preserve the bootloader provided timings, the reset
/linux-4.19.296/crypto/asymmetric_keys/
DKconfig50 PKCS#7 message - provided the message is signed by a trusted key. If
/linux-4.19.296/drivers/media/radio/si470x/
DKconfig26 Sound is provided by the ALSA USB Audio/MIDI driver. Therefore
/linux-4.19.296/drivers/cpuidle/
DKconfig.arm13 provided by architecture code.
/linux-4.19.296/drivers/iio/trigger/
DKconfig22 trigger. This may be provided by a gpio driver for example.
/linux-4.19.296/fs/quota/
DKconfig17 <http://www.tldp.org/docs.html#howto>, or the documentation provided
/linux-4.19.296/drivers/regulator/
DKconfig441 regulator via I2C bus. The provided regulator is suitable
449 via I2C bus. The provided regulator is suitable for Tegra
473 via I2C bus. The provided regulator is suitable for Tegra
506 via I2C bus. The provided regulator is suitable for S5PC110,
515 via I2C bus. The provided regulator is suitable for S3C6410
523 via I2C bus. The provided regulator is suitable for
540 via I2C bus. The provided regulator is suitable for
959 This driver supports the voltage regulators provided by
/linux-4.19.296/drivers/cpufreq/
DKconfig.arm253 platform with a predefined set of suitable values. If not provided
291 data provided. Required for cpufreq support on AM335x, AM437x,
DKconfig194 This governor makes decisions based on the utilization data provided
/linux-4.19.296/drivers/s390/net/
DKconfig70 For details please refer to the documentation provided by IBM at
/linux-4.19.296/drivers/char/tpm/
DKconfig163 A device /dev/vtpmx is provided that creates a device pair
/linux-4.19.296/fs/
DKconfig.binfmt125 provided for historical interest and for the benefit of those
/linux-4.19.296/drivers/xen/
DKconfig190 cannot work with scattered buffers provided by the balloon driver,
/linux-4.19.296/drivers/edac/
DKconfig61 APEI/GHES driver. By enabling this option, the error reports provided

12