Home
last modified time | relevance | path

Searched refs:HDR (Results 1 – 7 of 7) sorted by relevance

/Linux-v6.1/fs/ext2/
Dxattr.c69 #define HDR(bh) ((struct ext2_xattr_header *)((bh)->b_data)) macro
71 #define FIRST_ENTRY(bh) ENTRY(HDR(bh)+1)
225 atomic_read(&(bh->b_count)), le32_to_cpu(HDR(bh)->h_refcount)); in ext2_xattr_get()
227 if (!ext2_xattr_header_valid(HDR(bh))) { in ext2_xattr_get()
311 atomic_read(&(bh->b_count)), le32_to_cpu(HDR(bh)->h_refcount)); in ext2_xattr_list()
313 if (!ext2_xattr_header_valid(HDR(bh))) { in ext2_xattr_list()
452 le32_to_cpu(HDR(bh)->h_refcount)); in ext2_xattr_set()
453 header = HDR(bh); in ext2_xattr_set()
540 header = kmemdup(HDR(bh), bh->b_size, GFP_KERNEL); in ext2_xattr_set()
636 if (bh && header == HDR(bh)) in ext2_xattr_set()
[all …]
/Linux-v6.1/Documentation/driver-api/i3c/
Dprotocol.rst157 I3C HDR commands
160 HDR commands should be used for anything that is device specific and requires
163 The first thing attached to an HDR command is the HDR mode. There are currently
167 * HDR-DDR: Double Data Rate mode
168 * HDR-TSP: Ternary Symbol Pure. Only usable on busses with no I2C devices
169 * HDR-TSL: Ternary Symbol Legacy. Usable on busses with I2C devices
171 When sending an HDR command, the whole bus has to enter HDR mode, which is done
173 Once the bus has entered a specific HDR mode, the master sends the HDR command.
174 An HDR command is made of:
180 the chosen HDR mode and are detailed here (see the specification for more
/Linux-v6.1/Documentation/ABI/testing/
Dsysfs-bus-i3c82 Expose the HDR (High Data Rate) capabilities of a device.
83 Returns a list of supported HDR mode, each element is separated
85 See the I3C specification for more details about these HDR
136 Expose the HDR (High Data Rate) capabilities of a device.
137 Returns a list of supported HDR mode, each element is separated
140 See the I3C specification for more details about these HDR
/Linux-v6.1/arch/arm/boot/dts/
Daspeed-bmc-tyan-s8036.dts224 /* Directly connected to IPMB HDR. */
239 * - FAN HDR
240 * - FPIO HDR
/Linux-v6.1/Documentation/userspace-api/media/v4l/
Dcolorspaces-details.rst765 Take care when converting between this transfer function and non-HDR transfer
766 functions: the linear RGB values [0…1] of HDR content map to a luminance range
767 of 0 to 10000 cd/m\ :sup:`2` whereas the linear RGB values of non-HDR (aka
770 To go from SDR to HDR you will have to divide L by 100 first. To go in the other
/Linux-v6.1/Documentation/powerpc/
Dfirmware-assisted-dump.rst161 | | |///|////| DUMP | HDR | ELF |////| |
190 | | |///|////| DUMP | HDR | ELF |////| |
/Linux-v6.1/tools/testing/selftests/bpf/
DMakefile470 $$(call msg,TEST-HDR,$(TRUNNER_BINARY),$$@)