Home
last modified time | relevance | path

Searched refs:u16 (Results 1 – 25 of 57) sorted by relevance

123

/hardware/qcom/wlan/qcwcn/wifi_hal/
Dnan_i.h213 u16 msgVersion:4;
214 u16 msgId:12;
215 u16 msgLen;
216 u16 handle;
217 u16 transactionId;
228 u16 type;
229 u16 length;
292 u16 status;
293 u16 value;
299 u16 ttl;
[all …]
Dpkt_stats.h76 u16 flags;
77 u16 missed_cnt;
78 u16 log_type;
79 u16 size;
324 u16 start_seq_num;
325 u16 ba_seq_num;
339 u16 rate : 4;
340 u16 nss : 2;
341 u16 preamble : 2;
342 u16 bw : 2;
[all …]
Dwifilogger_event_defs.h159 u16 event_type;
160 u16 sme_state;
161 u16 mlm_state;
162 u16 status;
163 u16 reason_code;
180 u16 eapol_key_info;
181 u16 eapol_rate;
190 u16 min_dwell_time_active;
191 u16 max_dwell_time_active;
192 u16 min_dwell_time_passive;
[all …]
Dwifilogger_diag.h142 u16 event_id;
143 u16 length;
148 u16 diag_type;
149 u16 length;
158 u16 payload_len;
165 u16 diag_id;
Dwifilogger_vendor_tag_defs.h56 u16 scan_params[18];
57 u16 scan_channels[40]; // first 40 channels only
90 u16 sme_state;
91 u16 mlm_state;
102 u16 ucBaSSN;
Dwifihal_internal.h69 int (*get_lowi_version) (u16* major_version,
70 u16* minor_version,
71 u16* micro_version);
Dcommon.cpp242 void hexdump(void *buf, u16 len) in hexdump()
283 int compareLowiVersion(u16 major, u16 minor, u16 micro) in compareLowiVersion()
337 u16 lowiMajorVersion = WIFIHAL_LOWI_MAJOR_VERSION; in fetchLowiCbTableAndCapabilities()
338 u16 lowiMinorVersion = WIFIHAL_LOWI_MINOR_VERSION; in fetchLowiCbTableAndCapabilities()
339 u16 lowiMicroVersion = WIFIHAL_LOWI_MICRO_VERSION; in fetchLowiCbTableAndCapabilities()
Dwifilogger_diag.cpp64 tlv_log* addLoggerTlv(u16 type, u16 length, u8* value, tlv_log *pOutTlv) in addLoggerTlv()
74 int add_reason_code_tag(tlv_log **tlvs, u16 reason_code) in add_reason_code_tag()
76 *tlvs = addLoggerTlv(WIFI_TAG_REASON_CODE, sizeof(u16), in add_reason_code_tag()
78 return (sizeof(tlv_log) + sizeof(u16)); in add_reason_code_tag()
275 u16 Tsco = 0; in process_bt_coex_event()
601 tot_len += add_reason_code_tag(&pTlv, (u16)pAddBAFailed->ucReasonCode); in process_addba_failed_event()
759 wifi_error process_firmware_prints(hal_info *info, u8 *buf, u16 length) in process_firmware_prints()
835 static wifi_error process_fw_diag_msg(hal_info *info, u8* buf, u16 length) in process_fw_diag_msg()
837 u16 count = 0, id, payloadlen; in process_fw_diag_msg()
1093 u16 len_ring_buffer_entry; in process_wakelock_event()
[all …]
Dnan.cpp734 u16 NANTLV_WriteTlv(pNanTlv pInTlv, u8 *pOutTlv) in NANTLV_WriteTlv()
736 u16 writeLen = 0; in NANTLV_WriteTlv()
737 u16 i; in NANTLV_WriteTlv()
773 u16 NANTLV_ReadTlv(u8 *pInTlv, pNanTlv pOutTlv) in NANTLV_ReadTlv()
775 u16 readLen = 0; in NANTLV_ReadTlv()
815 u8* addTlv(u16 type, u16 length, const u8* value, u8* pOutTlv) in addTlv()
818 u16 len; in addTlv()
/hardware/libhardware_legacy/include/hardware_legacy/
Dwifi_nan.h37 typedef u16 transaction_id;
337 u16 scan_period[NAN_MAX_SOCIAL_CHANNELS];
526 u16 mesh_id_len;
532 u16 infrastructure_ssid_len;
580 u16 mesh_id_len;
586 u16 infrastructure_ssid_len;
602 u16 cluster_low;
603 u16 cluster_high;
758 u16 publish_id;/* id 0 means new publish, any other id is existing publish */
759 u16 ttl; /* how many seconds to run for. 0 means forever until canceled */
[all …]
Dwifi_logger.h50 u16 MCS; // modulation and bandwidth
54 u16 last_transmit_rate; // last transmit rate in .5 mbps
55 u16 link_layer_transmit_sequence; // transmit/reeive sequence for that MPDU packet
188 u16 tag;
189 u16 length; // length of value
194 u16 event;
214 u16 event;
248 u16 entry_size; // the size of payload excluding the header.
/hardware/qcom/bt/msm8996/libbt-vendor/include/
Dbt_vendor_qcom.h23 #define STREAM_TO_UINT16(u16, p) {u16 = ((uint16_t)(*(p)) + (((uint16_t)(*((p) + 1))) << 8)); (p) +… argument
24 #define UINT16_TO_STREAM(p, u16) {*(p)++ = (uint8_t)(u16); *(p)++ = (uint8_t)((u16) >> 8);} argument
Dhw_ar3k.h51 #define STREAM_TO_UINT16(u16, p) \ argument
52 {u16 = ((uint16_t)(*(p)) + (((uint16_t)(*((p) + 1))) << 8)); (p) += 2;}
53 #define UINT16_TO_STREAM(p, u16) \ argument
54 {*(p)++ = (uint8_t)(u16); *(p)++ = (uint8_t)((u16) >> 8);}
/hardware/qcom/bt/msm8909/libbt-vendor/include/
Dbt_vendor_qcom.h32 #define STREAM_TO_UINT16(u16, p) {u16 = ((uint16_t)(*(p)) + (((uint16_t)(*((p) + 1))) << 8)); (p) +… argument
33 #define UINT16_TO_STREAM(p, u16) {*(p)++ = (uint8_t)(u16); *(p)++ = (uint8_t)((u16) >> 8);} argument
Dhw_ar3k.h51 #define STREAM_TO_UINT16(u16, p) \ argument
52 {u16 = ((uint16_t)(*(p)) + (((uint16_t)(*((p) + 1))) << 8)); (p) += 2;}
53 #define UINT16_TO_STREAM(p, u16) \ argument
54 {*(p)++ = (uint8_t)(u16); *(p)++ = (uint8_t)((u16) >> 8);}
/hardware/qcom/bt/msm8992/libbt-vendor/include/
Dbt_vendor_qcom.h23 #define STREAM_TO_UINT16(u16, p) {u16 = ((uint16_t)(*(p)) + (((uint16_t)(*((p) + 1))) << 8)); (p) +… argument
24 #define UINT16_TO_STREAM(p, u16) {*(p)++ = (uint8_t)(u16); *(p)++ = (uint8_t)((u16) >> 8);} argument
Dhw_ar3k.h51 #define STREAM_TO_UINT16(u16, p) \ argument
52 {u16 = ((uint16_t)(*(p)) + (((uint16_t)(*((p) + 1))) << 8)); (p) += 2;}
53 #define UINT16_TO_STREAM(p, u16) \ argument
54 {*(p)++ = (uint8_t)(u16); *(p)++ = (uint8_t)((u16) >> 8);}
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/neon/
Dvp8_subpixelvariance16x16_neon.asm101 vqrshrn.u16 d14, q7, #7 ;shift/round/saturate to u8
102 vqrshrn.u16 d15, q8, #7
103 vqrshrn.u16 d16, q9, #7
104 vqrshrn.u16 d17, q10, #7
105 vqrshrn.u16 d18, q11, #7
106 vqrshrn.u16 d19, q12, #7
107 vqrshrn.u16 d20, q13, #7
110 vqrshrn.u16 d21, q14, #7
163 vqrshrn.u16 d10, q9, #7 ;shift/round/saturate to u8
164 vqrshrn.u16 d11, q10, #7
[all …]
Dvp8_subpixelvariance8x8_neon.asm65 vqrshrn.u16 d22, q6, #7 ;shift/round/saturate to u8
67 vqrshrn.u16 d23, q7, #7
69 vqrshrn.u16 d24, q8, #7
71 vqrshrn.u16 d25, q9, #7
94 vqrshrn.u16 d26, q6, #7 ;shift/round/saturate to u8
95 vqrshrn.u16 d27, q7, #7
96 vqrshrn.u16 d28, q8, #7
97 vqrshrn.u16 d29, q9, #7
98 vqrshrn.u16 d30, q10, #7
131 vqrshrn.u16 d22, q1, #7 ;shift/round/saturate to u8
[all …]
/hardware/marvell/bt/libbt-vendor/
Dhardware_mrvl.c47 #define STREAM_TO_UINT16(u16, p) \ argument
49 u16 = ((uint16_t)(*(p)) + (((uint16_t)(*((p) + 1))) << 8)); \
53 #define UINT16_TO_STREAM(p, u16) \ argument
55 *(p)++ = (uint8_t)(u16); \
56 *(p)++ = (uint8_t)((u16) >> 8); \
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dcommon.h198 u16 channel;
199 u16 flags;
211 u16 beacon_period; // units are Kusec
212 u16 capability; // Capability information
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/
Dvp9_mb_lpf_neon.asm455 vqrshrn.u16 d18, q15, #3 ; r_op2
461 vqrshrn.u16 d19, q15, #3 ; r_op1
466 vqrshrn.u16 d20, q15, #3 ; r_op0
472 vqrshrn.u16 d21, q15, #3 ; r_oq0
478 vqrshrn.u16 d22, q15, #3 ; r_oq1
483 vqrshrn.u16 d27, q15, #3 ; r_oq2
513 vqrshrn.u16 d16, q15, #4 ; w_op6
517 vqrshrn.u16 d24, q15, #4 ; w_op5
523 vqrshrn.u16 d25, q15, #4 ; w_op4
529 vqrshrn.u16 d26, q15, #4 ; w_op3
[all …]
/hardware/intel/bootstub/
Dspi-uart.c82 u16 config; in max3110_write_config()
92 u16 data; in max3110_write_data()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/neon/
Dfastquantizeb_neon.asm127 vmax.u16 q0, q0, q1 ; find maximum value in q0, q1
131 vmax.u16 q10, q10, q11 ; find maximum value in q10, q11
133 vmax.u16 d0, d0, d1
134 vmax.u16 d20, d20, d21
135 vmovl.u16 q0, d0
136 vmovl.u16 q10, d20
/hardware/intel/common/libmix/mix_audio/src/
Dpvt.h3 typedef unsigned short u16; typedef

123