/kernel/linux/linux-5.10/drivers/infiniband/core/ |
H A D | packer.c | 39 static u64 value_read(int offset, int size, void *structure) in value_read() argument 42 case 1: return *(u8 *) (structure + offset); in value_read() 43 case 2: return be16_to_cpup((__be16 *) (structure + offset)); in value_read() 44 case 4: return be32_to_cpup((__be32 *) (structure + offset)); in value_read() 45 case 8: return be64_to_cpup((__be64 *) (structure + offset)); in value_read() 53 * ib_pack - Pack a structure into a buffer 54 * @desc:Array of structure field descriptions 56 * @structure:Structure to pack from 59 * ib_pack() packs a list of structure fields into a buffer, 64 void *structure, in ib_pack() 62 ib_pack(const struct ib_field *desc, int desc_len, void *structure, void *buf) ib_pack() argument 126 value_write(int offset, int size, u64 val, void *structure) value_write() argument 148 ib_unpack(const struct ib_field *desc, int desc_len, void *buf, void *structure) ib_unpack() argument [all...] |
/kernel/linux/linux-6.6/drivers/infiniband/core/ |
H A D | packer.c | 39 static u64 value_read(int offset, int size, void *structure) in value_read() argument 42 case 1: return *(u8 *) (structure + offset); in value_read() 43 case 2: return be16_to_cpup((__be16 *) (structure + offset)); in value_read() 44 case 4: return be32_to_cpup((__be32 *) (structure + offset)); in value_read() 45 case 8: return be64_to_cpup((__be64 *) (structure + offset)); in value_read() 53 * ib_pack - Pack a structure into a buffer 54 * @desc:Array of structure field descriptions 56 * @structure:Structure to pack from 59 * ib_pack() packs a list of structure fields into a buffer, 64 void *structure, in ib_pack() 62 ib_pack(const struct ib_field *desc, int desc_len, void *structure, void *buf) ib_pack() argument 126 value_write(int offset, int size, u64 val, void *structure) value_write() argument 148 ib_unpack(const struct ib_field *desc, int desc_len, void *buf, void *structure) ib_unpack() argument [all...] |
/kernel/linux/linux-5.10/arch/arm/common/ |
H A D | vlock.S | 41 * The vlock structure must reside in Strongly-Ordered or Device memory. 48 @ r0: lock structure base 91 @ r0: lock structure base
|
/kernel/linux/linux-6.6/arch/arm/common/ |
H A D | vlock.S | 43 * The vlock structure must reside in Strongly-Ordered or Device memory. 50 @ r0: lock structure base 93 @ r0: lock structure base
|
/kernel/linux/linux-5.10/include/rdma/ |
H A D | ib_pack.h | 258 void *structure, 264 void *structure);
|
/kernel/linux/linux-6.6/include/rdma/ |
H A D | ib_pack.h | 263 void *structure, 269 void *structure);
|
/kernel/linux/linux-5.10/drivers/net/wan/ |
H A D | farsync.h | 85 * indicating which other fields in the structure are valid. 86 * Many of the field names in this structure match those used in the 90 * When used with FSTGETCONF this structure should be zeroed before use. 92 * might be used to indicate a different (expanded) structure. 95 unsigned int valid; /* Bits of structure that are valid */ 117 unsigned char structure; /* unframed, double, crc4, f4, f12, */ member
|
H A D | farsync.c | 108 * configuration structure */ 125 * of buffer descriptors. The structure is almost identical to that used 228 u8 structure; member 259 /* Finally sling all the above together into the shared memory structure. 262 * The structure starts at offset SMC_BASE. 354 * the structure and marks the end of shared 486 * We have a nice memory based structure above, which could be directly 1625 /* Check structure version and end marker */ in check_started_ok() 1702 FST_WRB(card, suConfig.structure, info->structure); in set_conf_from_info() [all...] |
/kernel/linux/linux-6.6/drivers/net/wan/ |
H A D | farsync.h | 85 * indicating which other fields in the structure are valid. 86 * Many of the field names in this structure match those used in the 90 * When used with FSTGETCONF this structure should be zeroed before use. 92 * might be used to indicate a different (expanded) structure. 95 unsigned int valid; /* Bits of structure that are valid */ 117 unsigned char structure; /* unframed, double, crc4, f4, f12, */ member
|
H A D | farsync.c | 108 * configuration structure 127 * of buffer descriptors. The structure is almost identical to that used 230 u8 structure; member 261 /* Finally sling all the above together into the shared memory structure. 264 * The structure starts at offset SMC_BASE. 356 * the structure and marks the end of shared 484 * We have a nice memory based structure above, which could be directly 1567 /* Check structure version and end marker */ in check_started_ok() 1645 FST_WRB(card, suConfig.structure, info->structure); in set_conf_from_info() [all...] |
/kernel/linux/linux-5.10/arch/sh/kernel/cpu/sh3/ |
H A D | swsusp.S | 103 add r3, r15 ! save from top of structure
|
/kernel/linux/linux-6.6/arch/sh/kernel/cpu/sh3/ |
H A D | swsusp.S | 103 add r3, r15 ! save from top of structure
|
/kernel/linux/linux-5.10/include/linux/mmc/ |
H A D | card.h | 26 unsigned char structure; member
|
/kernel/linux/linux-6.6/include/linux/mmc/ |
H A D | card.h | 26 unsigned char structure; member
|
/kernel/linux/linux-5.10/drivers/mmc/core/ |
H A D | mmc.c | 66 * Given the decoded CSD structure, decode the raw CID to our CID structure. 131 * Given a 128-bit response, decode to our card CSD structure. 140 * We only understand CSD structure v1.1 and v1.2. in mmc_decode_csd() 144 csd->structure = UNSTUFF_BITS(resp, 126, 2); in mmc_decode_csd() 145 if (csd->structure == 0) { in mmc_decode_csd() 146 pr_err("%s: unrecognised CSD structure version %d\n", in mmc_decode_csd() 147 mmc_hostname(card->host), csd->structure); in mmc_decode_csd() 370 if (card->csd.structure == 3) { in mmc_decode_ext_csd() 372 pr_err("%s: unrecognised EXT_CSD structure " in mmc_decode_ext_csd() [all...] |
/kernel/linux/linux-6.6/drivers/mmc/core/ |
H A D | mmc.c | 69 * Given the decoded CSD structure, decode the raw CID to our CID structure. 140 * Given a 128-bit response, decode to our card CSD structure. 149 * We only understand CSD structure v1.1 and v1.2. in mmc_decode_csd() 153 csd->structure = UNSTUFF_BITS(resp, 126, 2); in mmc_decode_csd() 154 if (csd->structure == 0) { in mmc_decode_csd() 155 pr_err("%s: unrecognised CSD structure version %d\n", in mmc_decode_csd() 156 mmc_hostname(card->host), csd->structure); in mmc_decode_csd() 379 if (card->csd.structure == 3) { in mmc_decode_ext_csd() 381 pr_err("%s: unrecognised EXT_CSD structure " in mmc_decode_ext_csd() [all...] |
/kernel/linux/linux-5.10/include/sound/ |
H A D | wavefront.h | 14 it is necessary to pack the "wavefront_alias" structure to a size 461 /* This structure is meant to be padded only to 16 bits on their
|
/kernel/linux/linux-6.6/include/sound/ |
H A D | wavefront.h | 14 it is necessary to pack the "wavefront_alias" structure to a size 461 /* This structure is meant to be padded only to 16 bits on their
|
/kernel/linux/linux-5.10/drivers/gpu/drm/ |
H A D | drm_edid.c | 3894 static int add_3d_struct_modes(struct drm_connector *connector, u16 structure, in add_3d_struct_modes() argument 3900 if (structure & (1 << 0)) { in add_3d_struct_modes() 3910 if (structure & (1 << 6)) { in add_3d_struct_modes() 3920 if (structure & (1 << 8)) { in add_3d_struct_modes() 5315 * &drm_display_info structure and ELD in @connector with any information which 5731 * structure and extend it in drivers/video/hdmi in drm_hdmi_avi_infoframe_colorspace()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/ |
H A D | drm_edid.c | 2789 * drm_edid_decode_panel_id() for some details on the structure of this 4695 static int add_3d_struct_modes(struct drm_connector *connector, u16 structure, in add_3d_struct_modes() argument 4701 if (structure & (1 << 0)) { in add_3d_struct_modes() 4709 if (structure & (1 << 6)) { in add_3d_struct_modes() 4717 if (structure & (1 << 8)) { in add_3d_struct_modes() 6894 * &drm_display_info structure and ELD in @connector with any information which
|