Home
last modified time | relevance | path

Searched refs:packed (Results 1 – 25 of 32) sorted by relevance

12

/hardware/ti/wlan/mac80211/ti-utils/
Dini.h44 } __attribute__((packed));
66 } __attribute__((packed));
75 } __attribute__((packed));
84 } __attribute__((packed));
105 } __attribute__((packed));
130 } __attribute__((packed));
140 } __attribute__((packed));
147 } __attribute__((packed));
165 } __attribute__((packed));
186 } __attribute__((packed));
[all …]
Dplt.h187 } __attribute__((packed));
192 } __attribute__((packed));
203 } __attribute__((packed));
214 } __attribute__((packed));
223 } __attribute__((packed));
240 } __attribute__((packed));
268 } __attribute__((packed));
279 } __attribute__((packed));
292 } __attribute__((packed));
307 } __attribute__((packed));
/hardware/ti/wpan/ti_st/uim-sysfs/
Duim.h88 } __attribute__ ((packed)) hci_command_hdr;
94 } __attribute__ ((packed)) hci_event_hdr;
100 } __attribute__ ((packed)) evt_cmd_complete;
107 } __attribute__ ((packed)) evt_cmd_status;
116 } __attribute__ ((packed)) command_complete_t;
123 } __attribute__ ((packed)) uim_speed_change_cmd;
128 } __attribute__((packed)) bdaddr_t;
135 } __attribute__ ((packed)) uim_bdaddr_change_cmd;
/hardware/ti/wlan/mac80211/ti-utils/uim_rfkill/
Duim.h89 } __attribute__ ((packed)) hci_command_hdr;
95 } __attribute__ ((packed)) hci_event_hdr;
101 } __attribute__ ((packed)) evt_cmd_complete;
108 } __attribute__ ((packed)) evt_cmd_status;
117 } __attribute__ ((packed)) command_complete_t;
124 } __attribute__ ((packed)) uim_speed_change_cmd;
129 } __attribute__((packed)) bdaddr_t;
136 } __attribute__ ((packed)) uim_bdaddr_change_cmd;
/hardware/qcom/msm8960/kernel-headers/linux/mfd/
Dmsm-adie-codec.h40 …NPACK_ENTRY(packed, reg, mask, val) do { ((reg) = ((packed >> 16) & (0xff))); ((mask) = ((pa… argument
/hardware/qcom/msm8x74/kernel-headers/linux/mfd/
Dmsm-adie-codec.h40 …NPACK_ENTRY(packed, reg, mask, val) do { ((reg) = ((packed >> 16) & (0xff))); ((mask) = ((pa… argument
/hardware/qcom/msm8x74/original-kernel-headers/linux/mfd/
Dmsm-adie-codec.h53 #define ADIE_CODEC_UNPACK_ENTRY(packed, reg, mask, val) \ argument
55 ((reg) = ((packed >> 16) & (0xff))); \
56 ((mask) = ((packed >> 8) & (0xff))); \
57 ((val) = ((packed) & (0xff))); \
/hardware/qcom/msm8960/original-kernel-headers/linux/mfd/
Dmsm-adie-codec.h53 #define ADIE_CODEC_UNPACK_ENTRY(packed, reg, mask, val) \ argument
55 ((reg) = ((packed >> 16) & (0xff))); \
56 ((mask) = ((packed >> 8) & (0xff))); \
57 ((val) = ((packed) & (0xff))); \
/hardware/libhardware/include/hardware/
Dbluetooth.h52 } __attribute__((packed))bt_bdaddr_t;
57 } __attribute__((packed))bt_bdname_t;
93 } __attribute__((packed))bt_pin_code_t;
Dbt_sock.h37 } __attribute__((packed)) sock_connect_signal_t;
/hardware/samsung_slsi/exynos5/include/
Dvideodev2.h1051 } __attribute__ ((packed));
1069 } __attribute__ ((packed));
1162 } __attribute__ ((packed));
1903 } __attribute__ ((packed));
2136 } __attribute__ ((packed));
2141 } __attribute__ ((packed));
2145 } __attribute__ ((packed));
2156 } __attribute__ ((packed));
2173 } __attribute__ ((packed));
2195 } __attribute__ ((packed));
[all …]
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
Dpacked_section_start.h52 #define BWL_POST_PACKED_STRUCT __attribute__ ((packed))
/hardware/qcom/msm8x74/original-kernel-headers/linux/
Dvideodev2.h1052 } __attribute__ ((packed));
1070 } __attribute__ ((packed));
1163 } __attribute__ ((packed));
2113 } __attribute__ ((packed));
2355 } __attribute__ ((packed));
2360 } __attribute__ ((packed));
2364 } __attribute__ ((packed));
2375 } __attribute__ ((packed));
2392 } __attribute__ ((packed));
2414 } __attribute__ ((packed));
[all …]
Dmsm_audio.h396 } __attribute__ ((packed));
402 } __attribute__ ((packed));
/hardware/qcom/msm8x74/kernel-headers/linux/
Dvideodev2.h739 } __attribute__ ((packed));
752 } __attribute__ ((packed));
827 } __attribute__ ((packed));
1852 } __attribute__ ((packed));
2021 } __attribute__ ((packed));
2026 } __attribute__ ((packed));
2030 } __attribute__ ((packed));
2041 } __attribute__ ((packed));
2047 } __attribute__ ((packed));
2060 } __attribute__ ((packed));
[all …]
Dmsm_audio.h364 } __attribute__ ((packed));
370 } __attribute__ ((packed));
/hardware/qcom/msm8960/original-kernel-headers/linux/mfd/wcd9xxx/
Dwcd9304_registers.h801 #define SITAR_CODEC_UNPACK_ENTRY(packed, reg, mask, val) \ argument
803 ((reg) = ((packed >> 16) & (0xffff))); \
804 ((mask) = ((packed >> 8) & (0xff))); \
805 ((val) = ((packed) & (0xff))); \
Dwcd9310_registers.h1110 #define TABLA_CODEC_UNPACK_ENTRY(packed, reg, mask, val) \ argument
1112 ((reg) = ((packed >> 16) & (0xffff))); \
1113 ((mask) = ((packed >> 8) & (0xff))); \
1114 ((val) = ((packed) & (0xff))); \
/hardware/qcom/msm8960/kernel-headers/linux/mfd/wcd9xxx/
Dwcd9304_registers.h981 …PACK_ENTRY(packed, reg, mask, val) do { ((reg) = ((packed >> 16) & (0xffff))); ((mask) = ((p… argument
Dwcd9310_registers.h1379 …PACK_ENTRY(packed, reg, mask, val) do { ((reg) = ((packed >> 16) & (0xffff))); ((mask) = ((p… argument
/hardware/ti/omap4xxx/hwc/
Dhal_public.h99 __attribute__((aligned(sizeof(int)),packed)) IMG_native_handle_t;
/hardware/ti/wpan/tools/kfmapp/
Dkfmapp.h126 } __attribute__ ((packed));
/hardware/qcom/msm8960/kernel-headers/linux/
Dmsm_audio.h325 } __attribute__ ((packed));
331 } __attribute__ ((packed));
/hardware/qcom/msm8960/original-kernel-headers/linux/
Dmsm_audio.h347 } __attribute__ ((packed));
353 } __attribute__ ((packed));
/hardware/qcom/msm8x74/original-kernel-headers/linux/mfd/wcd9xxx/
Dwcd9320_registers.h1392 #define TAIKO_CODEC_UNPACK_ENTRY(packed, reg, mask, val) \ argument
1394 ((reg) = ((packed >> 16) & (0xffff))); \
1395 ((mask) = ((packed >> 8) & (0xff))); \
1396 ((val) = ((packed) & (0xff))); \

12