/hardware/ti/wlan/mac80211/ti-utils/ |
D | ini.h | 44 } __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 …]
|
D | plt.h | 187 } __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/ |
D | uim.h | 88 } __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/ |
D | uim.h | 89 } __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/ |
D | msm-adie-codec.h | 40 …NPACK_ENTRY(packed, reg, mask, val) do { ((reg) = ((packed >> 16) & (0xff))); ((mask) = ((pa… argument
|
/hardware/qcom/msm8x74/kernel-headers/linux/mfd/ |
D | msm-adie-codec.h | 40 …NPACK_ENTRY(packed, reg, mask, val) do { ((reg) = ((packed >> 16) & (0xff))); ((mask) = ((pa… argument
|
/hardware/qcom/msm8x74/original-kernel-headers/linux/mfd/ |
D | msm-adie-codec.h | 53 #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/ |
D | msm-adie-codec.h | 53 #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/ |
D | bluetooth.h | 52 } __attribute__((packed))bt_bdaddr_t; 57 } __attribute__((packed))bt_bdname_t; 93 } __attribute__((packed))bt_pin_code_t;
|
D | bt_sock.h | 37 } __attribute__((packed)) sock_connect_signal_t;
|
/hardware/samsung_slsi/exynos5/include/ |
D | videodev2.h | 1051 } __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/ |
D | packed_section_start.h | 52 #define BWL_POST_PACKED_STRUCT __attribute__ ((packed))
|
/hardware/qcom/msm8x74/original-kernel-headers/linux/ |
D | videodev2.h | 1052 } __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 …]
|
D | msm_audio.h | 396 } __attribute__ ((packed)); 402 } __attribute__ ((packed));
|
/hardware/qcom/msm8x74/kernel-headers/linux/ |
D | videodev2.h | 739 } __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 …]
|
D | msm_audio.h | 364 } __attribute__ ((packed)); 370 } __attribute__ ((packed));
|
/hardware/qcom/msm8960/original-kernel-headers/linux/mfd/wcd9xxx/ |
D | wcd9304_registers.h | 801 #define SITAR_CODEC_UNPACK_ENTRY(packed, reg, mask, val) \ argument 803 ((reg) = ((packed >> 16) & (0xffff))); \ 804 ((mask) = ((packed >> 8) & (0xff))); \ 805 ((val) = ((packed) & (0xff))); \
|
D | wcd9310_registers.h | 1110 #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/ |
D | wcd9304_registers.h | 981 …PACK_ENTRY(packed, reg, mask, val) do { ((reg) = ((packed >> 16) & (0xffff))); ((mask) = ((p… argument
|
D | wcd9310_registers.h | 1379 …PACK_ENTRY(packed, reg, mask, val) do { ((reg) = ((packed >> 16) & (0xffff))); ((mask) = ((p… argument
|
/hardware/ti/omap4xxx/hwc/ |
D | hal_public.h | 99 __attribute__((aligned(sizeof(int)),packed)) IMG_native_handle_t;
|
/hardware/ti/wpan/tools/kfmapp/ |
D | kfmapp.h | 126 } __attribute__ ((packed));
|
/hardware/qcom/msm8960/kernel-headers/linux/ |
D | msm_audio.h | 325 } __attribute__ ((packed)); 331 } __attribute__ ((packed));
|
/hardware/qcom/msm8960/original-kernel-headers/linux/ |
D | msm_audio.h | 347 } __attribute__ ((packed)); 353 } __attribute__ ((packed));
|
/hardware/qcom/msm8x74/original-kernel-headers/linux/mfd/wcd9xxx/ |
D | wcd9320_registers.h | 1392 #define TAIKO_CODEC_UNPACK_ENTRY(packed, reg, mask, val) \ argument 1394 ((reg) = ((packed >> 16) & (0xffff))); \ 1395 ((mask) = ((packed >> 8) & (0xff))); \ 1396 ((val) = ((packed) & (0xff))); \
|