[go: nahoru, domu]

Searched refs:structure (Results 1 - 7 of 7) sorted by relevance

/drivers/infiniband/core/
H A Dpacker.c39 static u64 value_read(int offset, int size, void *structure) argument
42 case 1: return *(u8 *) (structure + offset);
43 case 2: return be16_to_cpup((__be16 *) (structure + offset));
44 case 4: return be32_to_cpup((__be32 *) (structure + offset));
45 case 8: return be64_to_cpup((__be64 *) (structure + offset));
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,
62 ib_pack(const struct ib_field *desc, int desc_len, void *structure, void *buf) argument
127 value_write(int offset, int size, u64 val, void *structure) argument
149 ib_unpack(const struct ib_field *desc, int desc_len, void *buf, void *structure) argument
[all...]
/drivers/net/wan/
H A Dfarsync.h89 * indicating which other fields in the structure are valid.
90 * Many of the field names in this structure match those used in the
94 * When used with FSTGETCONF this structure should be zeroed before use.
96 * might be used to indicate a different (expanded) structure.
99 unsigned int valid; /* Bits of structure that are valid */
121 unsigned char structure; /* unframed, double, crc4, f4, f12, */ member in struct:fstioc_info
H A Dfarsync.c112 * configuration structure */
129 * of buffer descriptors. The structure is almost identical to that used
232 u8 structure; member in struct:su_config
263 /* Finally sling all the above together into the shared memory structure.
266 * The structure starts at offset SMC_BASE.
358 * the structure and marks the end of shared
490 * We have a nice memory based structure above, which could be directly
1629 /* Check structure version and end marker */
1706 FST_WRB(card, suConfig.structure, info->structure);
[all...]
/drivers/usb/
H A DKconfig50 connected to a single USB host in a tree structure.
/drivers/mmc/core/
H A Dmmc.c61 * Given the decoded CSD structure, decode the raw CID to our CID structure.
126 * Given a 128-bit response, decode to our card CSD structure.
135 * We only understand CSD structure v1.1 and v1.2.
139 csd->structure = UNSTUFF_BITS(resp, 126, 2);
140 if (csd->structure == 0) {
141 pr_err("%s: unrecognised CSD structure version %d\n",
142 mmc_hostname(card->host), csd->structure);
406 if (card->csd.structure == 3) {
408 pr_err("%s: unrecognised EXT_CSD structure "
[all...]
/drivers/ata/
H A DKconfig10 configuration structure without having to submit endless patches
/drivers/gpu/drm/
H A Ddrm_edid.c2733 static int add_3d_struct_modes(struct drm_connector *connector, u16 structure, argument
2739 if (structure & (1 << 0)) {
2749 if (structure & (1 << 6)) {
2759 if (structure & (1 << 8)) {
3544 * structure that's part of the connector. Useful for tracking bpp and

Completed in 157 milliseconds