Searched refs:packed (Results 201 - 225 of 392) sorted by relevance

1234567891011>>

/linux-master/include/uapi/linux/
H A Dvideodev2.h598 /* Grey bit-packed formats */
599 #define V4L2_PIX_FMT_Y10BPACK v4l2_fourcc('Y', '1', '0', 'B') /* 10 Greyscale bit-packed */
600 #define V4L2_PIX_FMT_Y10P v4l2_fourcc('Y', '1', '0', 'P') /* 10 Greyscale, MIPI RAW10 packed */
601 #define V4L2_PIX_FMT_IPU3_Y10 v4l2_fourcc('i', 'p', '3', 'y') /* IPU3 packed 10-bit greyscale */
631 * YCbCr packed format. For each Y2xx format, xx bits of valid data occupy the MSBs
695 /* 10bit raw bayer packed, 5 bytes for every 4 pixels */
714 /* 12bit raw bayer packed, 6 bytes for every 4 pixels */
723 /* 14bit raw bayer packed, 7 bytes for every 4 pixels */
802 #define V4L2_PIX_FMT_CNF4 v4l2_fourcc('C', 'N', 'F', '4') /* Intel 4-bit packed depth confidence information */
809 /* 10bit raw packed, 3
[all...]
H A Dvirtio_blk.h151 } __attribute__((packed));
H A Diso_fs.h141 } __attribute__((packed));
158 } __attribute__((packed));
H A Dsctp.h403 } __attribute__((packed, aligned(4)));
752 } __attribute__((packed, aligned(4)));
765 } __attribute__((packed, aligned(4)));
816 } __attribute__((packed, aligned(4)));
929 } __attribute__((packed, aligned(4)));
/linux-master/tools/usb/
H A Dffs-test.c118 } __attribute__((packed)) fs_descs, hs_descs;
126 } __attribute__((packed)) descriptors = {
234 } __attribute__((packed)) *const in = descriptors_v2;
291 } __attribute__((packed)) *out;
315 } __attribute__((packed)) lang0;
316 } __attribute__((packed)) strings = {
/linux-master/drivers/staging/rtl8723bs/include/
H A Dwifi.h392 } __attribute__ ((packed));
407 } __attribute__ ((packed));
413 } __attribute__ ((packed));
419 } __attribute__ ((packed));
425 } __attribute__ ((packed));
432 } __attribute__ ((packed));
/linux-master/include/soc/fsl/qe/
H A Dqe.h277 } __attribute__ ((packed)) soc;
297 } __attribute__ ((packed));
326 } __attribute__ ((packed));
376 } __attribute__ ((packed));
383 } __attribute__ ((packed));
603 } __attribute__ ((packed));
/linux-master/drivers/vdpa/virtio_pci/
H A Dvp_vdpa.c268 const struct vdpa_vq_state_packed *packed = &state->packed; local
270 if (packed->last_avail_counter == 1 &&
271 packed->last_avail_idx == 0 &&
272 packed->last_used_counter == 1 &&
273 packed->last_used_idx == 0)
/linux-master/arch/um/drivers/
H A Dcow_user.c30 } __attribute__((packed));
49 } __attribute__((packed));
77 * Until Dec2005, __attribute__((packed)) was left out from the below
95 } __attribute__((packed));
/linux-master/drivers/usb/gadget/udc/
H A Damd5536udc.h395 } __attribute__ ((packed));
420 } __attribute__ ((packed));
449 } __attribute__ ((packed));
/linux-master/include/uapi/linux/dvb/
H A Dfrontend.h858 } __attribute__ ((packed));
877 } __attribute__ ((packed));
910 } __attribute__ ((packed));
/linux-master/include/linux/
H A Datalk.h89 } __attribute__ ((packed));
/linux-master/drivers/usb/gadget/function/
H A Duvc_configfs.h108 } __attribute__((packed)) frame;
/linux-master/arch/s390/include/asm/
H A Dsclp.h58 } __attribute__((packed));
/linux-master/include/uapi/scsi/
H A Dscsi_bsg_ufs.h86 } __attribute__((packed));
/linux-master/fs/afs/
H A Dafs.h33 } __attribute__((packed)) afs_voltype_t;
/linux-master/include/uapi/rdma/
H A Dbnxt_re-abi.h92 * set this struct to packed.
98 } __attribute__((packed, aligned(4)));
/linux-master/scripts/
H A DMakefile.extrawarn19 KBUILD_CFLAGS += $(call cc-disable-warning, address-of-packed-member)
112 KBUILD_CFLAGS += $(call cc-disable-warning, packed-not-aligned)
/linux-master/include/math-emu/
H A Ddouble.h70 } bits __attribute__((packed));
142 } bits __attribute__((packed));
/linux-master/drivers/media/radio/wl128x/
H A Dfmdrv_common.h138 } __attribute__ ((packed));
151 } __attribute__ ((packed));
/linux-master/drivers/scsi/qla4xxx/
H A Dql4_nvram.h185 } __attribute__ ((packed)) isp4010;
248 } __attribute__ ((packed)) isp4022;
/linux-master/arch/x86/include/asm/fpu/
H A Dtypes.h318 } __attribute__((packed));
339 } __attribute__ ((packed, aligned (64)));
/linux-master/drivers/s390/cio/
H A Dchsc_sch.c440 } __attribute__ ((packed)) *scpcd_area;
502 } __attribute__ ((packed)) *scucd_area;
565 } __attribute__ ((packed)) *sscud_area;
627 } __attribute__ ((packed)) *sci_area;
685 } __attribute__ ((packed)) *sccl_area;
692 } __attribute__ ((packed)) *chpid_parm;
698 } __attribute__ ((packed)) *cssids_parm;
798 } __attribute__ ((packed)) *sdcal_area;
/linux-master/drivers/virt/coco/efi_secret/
H A Defi_secret.c71 } __attribute((packed));
83 } __attribute((packed));
/linux-master/drivers/vdpa/pds/
H A Dvdpa_dev.c188 avail = state->packed.last_avail_idx |
189 (state->packed.last_avail_counter << 15);
190 used = state->packed.last_used_idx |
191 (state->packed.last_used_counter << 15);
193 /* The avail and used index are stored with the packed wrap
196 * feature negotiation, and it is good for both packed and
244 state->packed.last_avail_idx = avail & 0x7fff;
245 state->packed.last_avail_counter = avail >> 15;
246 state->packed.last_used_idx = used & 0x7fff;
247 state->packed
[all...]

Completed in 343 milliseconds

1234567891011>>