Home
last modified time | relevance | path

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

1234

/hardware/qcom/wlan/qcwcn/wifi_hal/
Dwifilogger_event_defs.h160 } __attribute__((packed)) wlan_pe_event_t;
180 } __attribute__((packed)) wlan_eapol_event_t;
195 } __attribute__((packed)) wlan_ext_bucket_t;
223 } __attribute__((packed)) wlan_ext_scan_feature_started_payload_type;
230 } __attribute__((packed)) wlan_ext_bucket_channels;
234 } __attribute__((packed)) wlan_ext_bucket_channel_config_payload_type;
244 } __attribute__((packed)) wlan_ext_scan_cycle_started_payload_type;
253 } __attribute__((packed)) wlan_ext_scan_cycle_completed_payload_type;
259 } __attribute__((packed)) wlan_ext_scan_bucket_started_payload_type;
265 } __attribute__((packed)) wlan_ext_scan_bucket_completed_payload_type;
[all …]
Dwifilogger_vendor_tag_defs.h43 } __attribute__((packed)) ext_scan_cycle_vendor_data_t;
51 } __attribute__((packed)) ext_scan_results_available_vendor_data_t;
58 } __attribute__((packed)) roam_scan_started_vendor_data_t;
65 } __attribute__((packed)) roam_scan_complete_vendor_data_t;
72 } __attribute__((packed)) roam_candidate_found_vendor_data_t;
77 } __attribute__((packed)) roam_scan_config_vendor_data_t;
82 } __attribute__((packed)) bt_coex_bt_scan_start_vendor_data_t;
87 } __attribute__((packed)) bt_coex_bt_scan_stop_vendor_data_t;
92 } __attribute__((packed)) pe_event_vendor_data_t;
104 } __attribute__((packed)) addba_success_vendor_data_t;
[all …]
Dpkt_stats.h79 } __attribute__((packed)) wh_pktlog_hdr_t;
99 } __attribute__((packed));
111 } __attribute__((packed));
126 } __attribute__((packed));
133 } __attribute__((packed));
145 } __attribute__((packed));
176 } __attribute__((packed));
182 } __attribute__((packed));
197 }__attribute__((packed)) rb_pkt_stats_t;
214 } __attribute__((packed));
[all …]
Dwifilogger_diag.h104 }__attribute__((packed)) dbglog_slot;
162 }__attribute__((packed)) msg_hdr;
163 }__attribute__((packed)) u;
166 }__attribute__((packed)) fw_diag_msg_hdr_t;
/hardware/intel/bootstub/
Dbootparam.h53 } __attribute__((packed));
124 } __attribute__((packed));
134 } __attribute__((packed));
156 } __attribute__ ((packed)) isa;
163 } __attribute__ ((packed)) pci;
167 } __attribute__ ((packed)) ibnd;
170 } __attribute__ ((packed)) xprs;
173 } __attribute__ ((packed)) htpt;
176 } __attribute__ ((packed)) unknown;
185 } __attribute__ ((packed)) ata;
[all …]
Dsfi.h29 }__attribute__((packed));
38 }__attribute__((packed));
43 }__attribute__((packed));
/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/msm8x26/kernel-headers/linux/mfd/
Dmsm-adie-codec.h40 …NPACK_ENTRY(packed, reg, mask, val) do { ((reg) = ((packed >> 16) & (0xff))); ((mask) = ((pa… argument
/hardware/qcom/msm8994/kernel-headers/linux/mfd/
Dmsm-adie-codec.h40 …NPACK_ENTRY(packed, reg, mask, val) do { ((reg) = ((packed >> 16) & (0xff))); ((mask) = ((pa… argument
/hardware/qcom/bt/msm8992/libbt-vendor/include/
Dhci_uart.h146 } __attribute__ ((packed)) evt_cmd_complete;
152 } __attribute__ ((packed)) evt_cmd_status;
157 } __attribute__ ((packed)) hci_command_hdr;
162 } __attribute__ ((packed)) hci_event_hdr;
Dhw_rome.h190 } __attribute__ ((packed)) patch_version;
200 } __attribute__ ((packed)) patch_info;
214 } __attribute__ ((packed)) tlv_patch_hdr;
221 } __attribute__ ((packed)) tlv_nvm_hdr;
233 } __attribute__ ((packed)) tlv_patch_info;
/hardware/qcom/msm8x84/kernel-headers/linux/mfd/
Dmsm-adie-codec.h40 …NPACK_ENTRY(packed, reg, mask, val) do { ((reg) = ((packed >> 16) & (0xff))); ((mask) = ((pa… argument
/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/libhardware_legacy/include/hardware_legacy/
Dwifi_logger.h70 } __attribute__((packed)) wifi_ring_per_packet_status_entry;
179 } __attribute__((packed)) tlv_log;
188 } __attribute__((packed)) wifi_ring_buffer_driver_connectivity_event;
199 } __attribute__((packed)) wake_lock_event;
204 } __attribute__((packed)) wifi_power_event;
240 } __attribute__((packed)) wifi_ring_buffer_entry;
/hardware/qcom/msm8994/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/qcom/msm8x84/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/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/msm8x26/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/intel/common/libmix/mix_audio/src/
Dintel_sst_ioctl.h163 } __attribute__ ((packed));
203 } __attribute__ ((packed));
219 } __attribute__ ((packed));
247 } __attribute__ ((packed));
253 } __attribute__ ((packed));
/hardware/qcom/msm8x84/kernel-headers/linux/
Dvideodev2.h721 } __attribute__ ((packed));
745 } __attribute__ ((packed));
766 } __attribute__ ((packed));
855 } __attribute__ ((packed));
906 } __attribute__ ((packed));
1021 } __attribute__ ((packed));
1190 } __attribute__ ((packed));
1195 } __attribute__ ((packed));
1199 } __attribute__ ((packed));
1210 } __attribute__ ((packed));
[all …]
/hardware/qcom/msm8x84/original-kernel-headers/linux/
Dvideodev2.h1054 } __attribute__ ((packed));
1106 } __attribute__ ((packed));
1144 } __attribute__ ((packed));
1257 } __attribute__ ((packed));
1305 } __attribute__ ((packed));
1425 } __attribute__ ((packed));
1667 } __attribute__ ((packed));
1672 } __attribute__ ((packed));
1676 } __attribute__ ((packed));
1687 } __attribute__ ((packed));
[all …]
/hardware/qcom/msm8994/original-kernel-headers/linux/
Dvideodev2.h1057 } __attribute__ ((packed));
1109 } __attribute__ ((packed));
1147 } __attribute__ ((packed));
1260 } __attribute__ ((packed));
1308 } __attribute__ ((packed));
1428 } __attribute__ ((packed));
1670 } __attribute__ ((packed));
1675 } __attribute__ ((packed));
1679 } __attribute__ ((packed));
1690 } __attribute__ ((packed));
[all …]
/hardware/qcom/msm8994/kernel-headers/linux/
Dvideodev2.h722 } __attribute__ ((packed));
746 } __attribute__ ((packed));
767 } __attribute__ ((packed));
856 } __attribute__ ((packed));
907 } __attribute__ ((packed));
1022 } __attribute__ ((packed));
1191 } __attribute__ ((packed));
1196 } __attribute__ ((packed));
1200 } __attribute__ ((packed));
1211 } __attribute__ ((packed));
[all …]
/hardware/libhardware/include/hardware/
Dbluetooth.h57 } __attribute__((packed))bt_bdaddr_t;
62 } __attribute__((packed))bt_bdname_t;
99 } __attribute__((packed))bt_pin_code_t;
108 } __attribute__((packed))bt_activity_energy_info;

1234