| /drivers/media/pci/saa7164/ |
| A D | saa7164-types.h | 26 } __attribute__((packed)); 88 } __attribute__((packed)); 121 } __attribute__((packed)); 133 } __attribute__((packed)); 138 } __attribute__((packed)); 145 } __attribute__((packed)); 167 } __attribute__((packed)); 179 } __attribute__((packed)); 240 } __attribute__((packed)); 272 } __attribute__((packed)); [all …]
|
| /drivers/scsi/pm8001/ |
| A D | pm8001_hwi.h | 146 } __attribute__((packed, aligned(4))); 158 } __attribute__((packed, aligned(4))); 169 } __attribute__((packed, aligned(4))); 183 } __attribute__ ((packed)); 210 } __attribute__ ((packed)); 221 } __attribute__((packed, aligned(4))); 234 } __attribute__((packed, aligned(4))); 250 } __attribute__((packed, aligned(4))); 263 } __attribute__((packed, aligned(4))); 276 } __attribute__((packed, aligned(4))); [all …]
|
| A D | pm80xx_hwi.h | 345 } __attribute__((packed, aligned(4))); 357 } __attribute__((packed, aligned(4))); 367 } __attribute__((packed, aligned(4))); 380 } __attribute__ ((packed)); 407 } __attribute__ ((packed)); 418 } __attribute__((packed, aligned(4))); 432 } __attribute__((packed, aligned(4))); 441 } __attribute__((packed, aligned(4))); 456 } __attribute__((packed, aligned(4))); 468 } __attribute__((packed, aligned(4))); [all …]
|
| /drivers/scsi/megaraid/ |
| A D | mbox_defs.h | 172 } __attribute__ ((packed)) mbox_t; 189 } __attribute__ ((packed)) mbox64_t; 205 } __attribute__ ((packed)) int_mbox_t; 345 } __attribute__ ((packed)) mraid_pinfo_t; 420 } __attribute__ ((packed)) mraid_notify_t; 591 }__attribute__ ((packed)) adap_device_t; 650 }__attribute__ ((packed)) logdrv_40ld_t; 693 }__attribute__ ((packed)) phys_drive_t; 760 } __attribute__ ((packed)); 771 } __attribute__ ((packed)) mbox_sgl64; [all …]
|
| A D | megaraid_sas.h | 1702 } __attribute__ ((packed)); 1709 } __attribute__ ((packed)); 1716 } __attribute__ ((packed)); 1728 } __attribute__ ((packed)); 1749 } __attribute__ ((packed)); 1756 } __attribute__ ((packed)); 1828 } __attribute__ ((packed)); 1842 } __attribute__ ((packed)); 1871 } __attribute__ ((packed)); 1898 } __attribute__ ((packed)); [all …]
|
| /drivers/s390/block/ |
| A D | dasd_eckd.h | 147 } __attribute__ ((packed)); 152 } __attribute__ ((packed)); 158 } __attribute__ ((packed)); 187 } __attribute__ ((packed)); 205 } __attribute__ ((packed)); 231 } __attribute__ ((packed)); 249 } __attribute__ ((packed)); 323 } __attribute__ ((packed)); 393 } __attribute__((packed)); 556 } __attribute__((packed)); [all …]
|
| A D | dasd_fba.h | 24 } __attribute__ ((packed)) mask; 30 } __attribute__ ((packed)); 36 } __attribute__ ((packed)) operation; 40 } __attribute__ ((packed)); 51 } __attribute__ ((packed)) bits; 52 } __attribute__ ((packed)) mode; 62 } __attribute__ ((packed)) bits; 63 } __attribute__ ((packed)) features; 75 } __attribute__ ((packed));
|
| A D | dasd_diag.h | 40 } __attribute__ ((packed, aligned(4))); 54 } __attribute__ ((packed, aligned(8))); 66 } __attribute__ ((packed, aligned(8))); 81 } __attribute__ ((packed, aligned(8)));
|
| /drivers/scsi/ |
| A D | ipr.h | 338 }__attribute__((packed)); 343 }__attribute__((packed)); 348 }__attribute__((packed)); 353 }__attribute__((packed)); 702 }__attribute__((packed)); 707 }__attribute__((packed)); 744 }__attribute__((packed)); 750 }__attribute__((packed)); 757 }__attribute__((packed)); 772 }__attribute__((packed)); [all …]
|
| A D | megaraid.h | 99 } __attribute__ ((packed)); 108 } __attribute__ ((packed)); 113 } __attribute__ ((packed)) mbox_t; 119 } __attribute__ ((packed)) mbox64_t; 178 } __attribute__ ((packed)) mega_sgl64; 294 } __attribute__ ((packed)); 442 }__attribute__ ((packed)) phys_drv; 487 } __attribute__ ((packed)) fcs; 488 } __attribute__ ((packed)) ui; 498 } __attribute__ ((packed)); [all …]
|
| /drivers/md/dm-vdo/ |
| A D | encodings.h | 1047 .nonce = __le64_to_cpu(packed->nonce), in vdo_unpack_recovery_block_header() 1051 .check_byte = packed->check_byte, in vdo_unpack_recovery_block_header() 1053 .metadata_type = packed->metadata_type, in vdo_unpack_recovery_block_header() 1146 packed->encoded_point = in vdo_pack_journal_point() 1196 .head = __le64_to_cpu(packed->head), in vdo_unpack_slab_journal_block_header() 1198 .nonce = __le64_to_cpu(packed->nonce), in vdo_unpack_slab_journal_block_header() 1215 packed->offset_low8 = (sbn & 0x0000FF); in vdo_pack_slab_journal_entry() 1232 entry.sbn = packed->offset_high7; in vdo_unpack_slab_journal_entry() 1234 entry.sbn |= packed->offset_mid8; in vdo_unpack_slab_journal_entry() 1236 entry.sbn |= packed->offset_low8; in vdo_unpack_slab_journal_entry() [all …]
|
| A D | encodings.c | 209 memcpy(buffer + *offset, &packed, sizeof(packed)); in encode_version_number() 210 *offset += sizeof(packed); in encode_version_number() 217 memcpy(buffer + *offset, &packed, sizeof(packed)); in vdo_encode_header() 218 *offset += sizeof(packed); in vdo_encode_header() 226 memcpy(&packed, buffer + *offset, sizeof(packed)); in decode_version_number() 227 *offset += sizeof(packed); in decode_version_number() 233 struct packed_header packed; in vdo_decode_header() local 235 memcpy(&packed, buffer + *offset, sizeof(packed)); in vdo_decode_header() 236 *offset += sizeof(packed); in vdo_decode_header() 1118 memcpy(buffer + *offset, &packed, sizeof(packed)); in encode_vdo_component() [all …]
|
| /drivers/virtio/ |
| A D | virtio_ring.c | 1420 vq->packed.next_avail_idx = n; in virtqueue_add_indirect_packed() 1496 desc = vq->packed.vring.desc; in virtqueue_add_packed() 1559 vq->packed.next_avail_idx = i; in virtqueue_add_packed() 2089 vq->packed = *vring_packed; in virtqueue_vring_attach_packed() 2097 memset(vq->packed.vring.device, 0, vq->packed.event_size_in_bytes); in virtqueue_reinit_packed() 2098 memset(vq->packed.vring.driver, 0, vq->packed.event_size_in_bytes); in virtqueue_reinit_packed() 2101 memset(vq->packed.vring.desc, 0, vq->packed.ring_size_in_bytes); in virtqueue_reinit_packed() 2910 vq->packed.vring.desc, in vring_free() 2911 vq->packed.ring_dma_addr, in vring_free() 2916 vq->packed.vring.driver, in vring_free() [all …]
|
| /drivers/gpu/drm/gma500/ |
| A D | psb_intel_sdvo_regs.h | 62 } __attribute__((packed)); 92 } __attribute__((packed)); 97 } __attribute__((packed)); 106 } __attribute__((packed)); 160 } __attribute__((packed)); 217 } __attribute__((packed)); 230 } __attribute__((packed)); 368 } __attribute__((packed)); 399 } __attribute__((packed)); 424 } __attribute__((packed)); [all …]
|
| /drivers/scsi/aic94xx/ |
| A D | aic94xx_sas.h | 75 } __attribute__ ((packed)); 121 } __attribute__ ((packed)); 158 } __attribute__ ((packed)); 167 } __attribute__ ((packed)); 180 } __attribute__ ((packed)); 203 } __attribute__ ((packed)); 227 } __attribute__ ((packed)); 255 } __attribute__ ((packed)); 270 } __attribute__ ((packed)); 336 } __attribute__ ((packed)); [all …]
|
| /drivers/crypto/amcc/ |
| A D | crypto4xx_reg_def.h | 162 } __attribute__((packed)); 174 } __attribute__((packed)); 186 } __attribute__((packed)); 197 } __attribute__((packed)); 208 } __attribute__((packed)); 221 } __attribute__((packed)); 226 } __attribute__((packed)); 232 } __attribute__((packed)); 237 } __attribute__((packed)); 257 } __attribute__((packed)); [all …]
|
| A D | crypto4xx_sa.h | 42 } __attribute__((packed)); 106 } __attribute__((packed)); 167 } __attribute__((packed)); 173 } __attribute__((packed)); 185 } __attribute__((packed)); 197 } __attribute__((packed)); 211 } __attribute__((packed)); 225 } __attribute__((packed)); 270 } __attribute__((packed));
|
| /drivers/s390/scsi/ |
| A D | zfcp_fsf.h | 203 } __attribute__ ((packed)); 220 } __attribute__ ((packed)); 232 } __attribute__ ((packed)); 257 } __attribute__ ((packed)); 262 } __attribute__ ((packed)); 267 } __attribute__ ((packed)); 273 } __attribute__ ((packed)); 282 } __attribute__ ((packed)); 293 } __attribute__ ((packed)); 302 } __attribute__ ((packed)); [all …]
|
| /drivers/s390/char/ |
| A D | tape_3590.h | 122 } __attribute__ ((packed)); 130 } __attribute__ ((packed)); 134 } __attribute__ ((packed)); 141 } __attribute__ ((packed)); 146 } __attribute__ ((packed)); 156 } __attribute__ ((packed)); 164 } __attribute__ ((packed)); 173 } __attribute__ ((packed));
|
| A D | sclp_rw.h | 22 } __attribute__((packed)); 37 } __attribute__((packed)); 44 } __attribute__((packed)); 50 } __attribute__((packed)); 55 } __attribute__((packed));
|
| /drivers/platform/x86/dell/ |
| A D | dcdbas.h | 67 } __attribute__ ((packed)); 76 } __attribute__ ((packed)) shortreq; 83 } __attribute__ ((packed)) 85 } __attribute__ ((packed)) longreq; 86 } __attribute__ ((packed)) parameters; 87 } __attribute__ ((packed));
|
| /drivers/s390/net/ |
| A D | qeth_core_mpc.h | 348 } __attribute__ ((packed)); 354 } __attribute__ ((packed)); 360 } __attribute__ ((packed)); 365 } __attribute__ ((packed)); 369 } __attribute__ ((packed)); 377 } __attribute__((packed)); 384 } __attribute__((packed)); 425 } __attribute__ ((packed)); 442 } __attribute__ ((packed)); 471 } __attribute__((packed)); [all …]
|
| A D | ctcm_mpc.h | 78 } __attribute__ ((packed)); 98 } __attribute__ ((packed)); 103 } __attribute__ ((packed)); 108 } __attribute__ ((packed)); 122 } __attribute__ ((packed)); 135 } __attribute__ ((packed));
|
| /drivers/s390/cio/ |
| A D | css.h | 59 } __attribute__ ((packed)); 64 } __attribute__ ((packed)); 70 } __attribute__ ((packed)) inf; 74 } __attribute__ ((packed)) pgid_high; 78 } __attribute__ ((packed));
|
| /drivers/scsi/isci/ |
| A D | probe_roms.h | 170 } __attribute__ ((packed)); 220 } __attribute__ ((packed)); 323 } __attribute__ ((packed)); 328 } __attribute__ ((packed));
|