Searched refs:packed (Results 226 - 250 of 392) sorted by relevance

1234567891011>>

/linux-master/include/uapi/drm/
H A Di915_drm.h1856 __u16 stride_Y; /* stride for packed formats */
2305 } __attribute__((packed));
2314 } __attribute__((packed)) name__
2343 } __attribute__((packed));
2353 } __attribute__((packed)) name__
2482 } __attribute__((packed)) name__
2545 } __attribute__((packed));
2550 } __attribute__((packed)) name__
/linux-master/tools/include/uapi/drm/
H A Di915_drm.h1856 __u16 stride_Y; /* stride for packed formats */
2305 } __attribute__((packed));
2314 } __attribute__((packed)) name__
2343 } __attribute__((packed));
2353 } __attribute__((packed)) name__
2482 } __attribute__((packed)) name__
2545 } __attribute__((packed));
2550 } __attribute__((packed)) name__
/linux-master/drivers/gpu/drm/gma500/
H A Dintel_bios.h450 } __attribute__ ((packed));
457 } __attribute__ ((packed));
464 } __attribute__ ((packed));
/linux-master/drivers/scsi/
H A Dnsp32.h443 } __attribute__ ((packed)) nsp32_sgtable;
447 } __attribute__ ((packed)) nsp32_sglun;
463 } __attribute__ ((packed)) nsp32_autoparam; /* must be packed struct */
/linux-master/arch/arm/kernel/
H A Dsys_oabi-compat.c41 * 84 to 88. This struct is now __attribute__((packed,aligned(4)))
119 } __attribute__ ((packed,aligned(4)));
198 } __attribute__ ((packed,aligned(4)));
282 } __attribute__ ((packed,aligned(4)));
/linux-master/include/linux/
H A Dmsi.h36 } __attribute__ ((packed)) arch_msi_msg_addr_lo_t;
42 } __attribute__ ((packed)) arch_msi_msg_addr_hi_t;
48 } __attribute__ ((packed)) arch_msi_msg_data_t;
H A Dsysv_fs.h5 #define __packed2__ __attribute__((packed, aligned(2)))
/linux-master/arch/m68k/fpsp040/
H A Dget_op.S20 | - For a packed number (opclass 2) the number is unpacked and the
30 | - If there is a move out with a packed number (opclass 3) the
31 | number is packed and written to user memory. For the other
183 beq pack_source |check for a packed src op, branch if so
206 btstb #E1,E_BYTE(%a6) |if set, there is a packed operand
207 bne pack_source |check for packed src op, branch if so
304 | At this point, the source is definitely packed, whether
308 movel FPTEMP_LO(%a6),ETEMP(%a6) |write ms part of packed
342 | At this point, it is either an fmoveout packed, unnorm or denorm
349 | ;else it is a packed mov
[all...]
/linux-master/include/math-emu/
H A Dsingle.h59 } bits __attribute__((packed));
/linux-master/tools/wmi/
H A Ddell-smbios-example.c21 #define __packed __attribute__((packed))
/linux-master/drivers/net/ethernet/netronome/nfp/abm/
H A Dmain.h272 int nfp_abm_ctrl_prio_map_update(struct nfp_abm_link *alink, u32 *packed);
/linux-master/include/soc/fsl/
H A Dcpm.h55 } __attribute__ ((packed));
/linux-master/drivers/usb/serial/
H A Dwhiteheat.h100 } __attribute__ ((packed));
/linux-master/drivers/usb/gadget/function/
H A Drndis.h135 } __attribute__ ((packed));
/linux-master/drivers/s390/char/
H A Dsclp_config.c23 } __attribute__((packed));
H A Dsclp_cpi_sys.c49 } __attribute__((packed));
54 } __attribute__((packed));
/linux-master/tools/power/cpupower/debug/i386/
H A Ddump_psb.c19 #define __packed __attribute((packed))
/linux-master/include/uapi/linux/
H A Dif_ether.h177 } __attribute__((packed));
/linux-master/drivers/crypto/nx/
H A Dnx.h17 } __attribute((packed));
/linux-master/arch/x86/include/asm/
H A Dtext-patching.h88 } __attribute__((packed));
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_tc_tunnel.c24 #pragma GCC diagnostic ignored "-Waddress-of-packed-member"
55 } __attribute__((packed));
60 } __attribute__((packed));
71 } __attribute__((packed));
77 } __attribute__((packed));
/linux-master/fs/xfs/libxfs/
H A Dxfs_log_format.h309 } __attribute__((packed));
605 } __attribute__((packed)) xfs_extent_32_t;
640 } __attribute__((packed)) xfs_efi_log_format_32_t;
693 } __attribute__((packed)) xfs_efd_log_format_32_t;
/linux-master/arch/x86/kvm/
H A Dxen.h233 } __attribute__((packed));
/linux-master/tools/objtool/
H A DMakefile34 WARNINGS := $(EXTRA_WARNINGS) -Wno-switch-default -Wno-switch-enum -Wno-packed -Wno-nested-externs
/linux-master/drivers/hid/
H A Dhid-wiimote-core.c1387 #define ir_to_input0(wdata, ir, packed) handler_ir((wdata), (ir), (packed), 0)
1388 #define ir_to_input1(wdata, ir, packed) handler_ir((wdata), (ir), (packed), 1)
1389 #define ir_to_input2(wdata, ir, packed) handler_ir((wdata), (ir), (packed), 2)
1390 #define ir_to_input3(wdata, ir, packed) handler_ir((wdata), (ir), (packed), 3)
1393 bool packed, unsigned int id)
1400 ops->in_ir(wdata, payload, packed, i
1392 handler_ir(struct wiimote_data *wdata, const __u8 *payload, bool packed, unsigned int id) argument
[all...]

Completed in 366 milliseconds

1234567891011>>