/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
D | dhdioctl.h | 38 uint cmd; /* common ioctl definition */ 40 uint len; /* length of user buffer */ 42 uint used; /* bytes read or written (optional) */ 43 uint needed; /* bytes needed (optional) */ 44 uint driver; /* to identify target driver */ 92 uint version; /* To allow structure change tracking */ 93 uint freq; /* Max ticks between tx/rx attempts */ 94 uint count; /* Test packets to send/rcv each attempt */ 95 uint print; /* Print counts every <print> attempts */ 96 uint total; /* Total packets (or bursts) */ [all …]
|
D | hndrte_cons.h | 31 uint buf_size; 32 uint idx; 43 volatile uint vcons_in; 44 volatile uint vcons_out; 57 uint cbuf_idx;
|
D | bcmutils.h | 87 uint countdown = (us) + 9; \ 311 extern int pktq_mlen(struct pktq *pq, uint prec_bmp); 312 extern void *pktq_mdeq(struct pktq *pq, uint prec_bmp, int *prec_out); 313 extern void *pktq_mpeek(struct pktq *pq, uint prec_bmp, int *prec_out); 342 extern uint pktcopy(osl_t *osh, void *p, uint offset, int len, uchar *buf); 343 extern uint pktfrombuf(osl_t *osh, void *p, uint offset, int len, uchar *buf); 344 extern uint pkttotlen(osl_t *osh, void *p); 346 extern uint pktsegcnt(osl_t *osh, void *p); 347 extern uint pktsegcnt_war(osl_t *osh, void *p); 348 extern uint8 *pktdataoffset(osl_t *osh, void *p, uint offset); [all …]
|
D | bcmwifi_channels.h | 443 extern int wf_mhz2channel(uint freq, uint start_factor); 471 extern int wf_channel2mhz(uint channel, uint start_factor); 482 extern uint16 wf_channel2chspec(uint ctl_ch, uint bw); 484 extern uint wf_channel2freq(uint channel); 485 extern uint wf_freq2channel(uint freq);
|
D | wlioctl.h | 56 uint data_len; 125 uint count; /* # rates in this set */ 158 uint count; /* # rates in this set */ 200 uint count; /* # rates in this set */ 1000 uint byteoff; /* byte offset */ 1001 uint nbytes; /* number of bytes */ 1022 uint band; /* band (optional) */ 1054 uint count; /* Number of nodes */ 1169 uint count; /* number of MAC addresses */ 1176 uint rx_good_pkt; [all …]
|
D | miniopt.h | 56 uint uval; /* strtol translation of valstr */
|
D | bcmdefs.h | 186 uint origsize; /* Size of the virtual packet */ 187 uint nsegs;
|
D | bcmendian.h | 118 uint _wds = (len) / 2; \ 202 bcmswap16_buf(uint16 *buf, uint len) in bcmswap16_buf()
|
D | typedefs.h | 183 typedef unsigned int uint; typedef
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
D | bcmutils.c | 58 uint 59 pktcopy(osl_t *osh, void *p, uint offset, int len, uchar *buf) in pktcopy() 61 uint n, ret = 0; in pktcopy() 68 if (offset < (uint)PKTLEN(osh, p)) in pktcopy() 78 n = MIN((uint)PKTLEN(osh, p) - offset, (uint)len); in pktcopy() 90 uint 91 pktfrombuf(osl_t *osh, void *p, uint offset, int len, uchar *buf) in pktfrombuf() 93 uint n, ret = 0; in pktfrombuf() 97 if (offset < (uint)PKTLEN(osh, p)) in pktfrombuf() 107 n = MIN((uint)PKTLEN(osh, p) - offset, (uint)len); in pktfrombuf() [all …]
|
D | dhdu.c | 91 static uint dhd_iovar_mkbuf(char *name, char *data, uint datalen, 92 char *buf, uint buflen, int *perr); 116 uint value; 556 dhd_hexdump(uchar *buf, uint nbytes, uint saddr) in dhd_hexdump() 560 uint i; in dhd_hexdump() 574 uint j; in dhd_hexdump() 888 uint argc; in dhd_sdreg() 947 uint argc; in dhd_membytes() 950 uint addr; in dhd_membytes() 951 uint len; in dhd_membytes() [all …]
|
D | miniopt.c | 146 t->uval = (uint)strtoul(valstr, &endptr, 0); in miniopt()
|
/hardware/qcom/display/msm8909w_3100/gpu_tonemapper/ |
D | EGLImageBuffer.h | 33 uint textureID; 34 uint renderbufferID; 35 uint framebufferID;
|
/hardware/qcom/sdm845/display/gpu_tonemapper/ |
D | EGLImageBuffer.h | 33 uint textureID; 34 uint renderbufferID; 35 uint framebufferID;
|
/hardware/qcom/sm8150/display/gpu_tonemapper/ |
D | EGLImageBuffer.h | 33 uint textureID; 34 uint renderbufferID; 35 uint framebufferID;
|
/hardware/qcom/display/msm8998/gpu_tonemapper/ |
D | EGLImageBuffer.h | 33 uint textureID; 34 uint renderbufferID; 35 uint framebufferID;
|
/hardware/qcom/display/msm8909/gpu_tonemapper/ |
D | EGLImageBuffer.h | 33 uint textureID; 34 uint renderbufferID; 35 uint framebufferID;
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/ |
D | bcmevent.h | 225 uint event;
|
/hardware/qcom/sdm845/gps/msm8084/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/ |
D | loc_api_log.c | 181 (uint) parsed_report->valid_mask); in log_parsed_report()
|
/hardware/qcom/gps/msm8909/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/ |
D | loc_api_log.c | 181 (uint) parsed_report->valid_mask); in log_parsed_report()
|
/hardware/qcom/sdm845/gps/msm8996/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/ |
D | loc_api_log.c | 181 (uint) parsed_report->valid_mask); in log_parsed_report()
|
/hardware/qcom/sdm845/gps/msm8994/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/ |
D | loc_api_log.c | 181 (uint) parsed_report->valid_mask); in log_parsed_report()
|
/hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/ |
D | loc_api_log.c | 181 (uint) parsed_report->valid_mask); in log_parsed_report()
|
/hardware/qcom/sdm845/gps/msm8909/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/ |
D | loc_api_log.c | 181 (uint) parsed_report->valid_mask); in log_parsed_report()
|
/hardware/google/pixel/pixelstats/ |
D | pixelatoms.proto | 28 * - types outside of int, long, float, and string (ex. uint)
|