Home
last modified time | relevance | path

Searched refs:l (Results 1 – 25 of 43) sorted by relevance

12

/hardware/ti/wlan/mac80211/ti-utils/
Dini.c186 static int parse_general_prms(char *l, struct wl12xx_common *cmn, in parse_general_prms() argument
192 if (split_line(l, &name, &val)) { in parse_general_prms()
196 COMPARE_N_ADD("TXBiPFEMAutoDetect", l, val, in parse_general_prms()
199 COMPARE_N_ADD("TXBiPFEMManufacturer", l, val, in parse_general_prms()
202 COMPARE_N_ADD("RefClk", l, val, &gp->ref_clock, 1); in parse_general_prms()
204 COMPARE_N_ADD("SettlingTime", l, val, &gp->settling_time, 1); in parse_general_prms()
206 COMPARE_N_ADD("ClockValidOnWakeup", l, val, in parse_general_prms()
209 COMPARE_N_ADD("DC2DCMode", l, val, &gp->dc2dc_mode, 1); in parse_general_prms()
211 COMPARE_N_ADD("Single_Dual_Band_Solution", l, val, in parse_general_prms()
222 COMPARE_N_ADD("Settings", l, val, &gp->general_settings, 1); in parse_general_prms()
[all …]
Dini.h307 int (*prs_general_prms)(char *l, struct wl12xx_common *cmn,
310 int (*prs_band2_prms)(char *l, struct wl12xx_ini *p);
311 int (*prs_band5_prms)(char *l, struct wl12xx_ini *p);
312 int (*prs_fem0_band2_prms)(char *l, struct wl12xx_ini *p);
313 int (*prs_fem1_band2_prms)(char *l, struct wl12xx_ini *p);
314 int (*prs_fem1_band5_prms)(char *l, struct wl12xx_ini *p);
/hardware/libhardware/modules/hwcomposer/
Dhwcomposer.cpp57 static void dump_layer(hwc_layer_1_t const* l) { in dump_layer() argument
59 l->compositionType, l->flags, l->handle, l->transform, l->blending, in dump_layer()
60 l->sourceCrop.left, in dump_layer()
61 l->sourceCrop.top, in dump_layer()
62 l->sourceCrop.right, in dump_layer()
63 l->sourceCrop.bottom, in dump_layer()
64 l->displayFrame.left, in dump_layer()
65 l->displayFrame.top, in dump_layer()
66 l->displayFrame.right, in dump_layer()
67 l->displayFrame.bottom); in dump_layer()
/hardware/msm7k/libcopybit/
Dcopybit.cpp113 out->l = max(lhs->l, rhs->l); in intersect()
165 e->dst_rect.x = clip.l; in set_rects()
167 e->dst_rect.w = clip.r - clip.l; in set_rects()
173 e->src_rect.y = (dst->r - clip.r) + src->l; in set_rects()
175 e->src_rect.h = (clip.r - clip.l); in set_rects()
177 H = dst->r - dst->l; in set_rects()
179 e->src_rect.x = (clip.l - dst->l) + src->l; in set_rects()
181 e->src_rect.w = (clip.r - clip.l); in set_rects()
183 W = dst->r - dst->l; in set_rects()
186 MULDIV(&e->src_rect.x, &e->src_rect.w, src->r - src->l, W); in set_rects()
[all …]
/hardware/qcom/display/libcopybit/
Dcopybit.cpp116 out->l = max(lhs->l, rhs->l); in intersect()
165 e->dst_rect.x = clip.l; in set_rects()
167 e->dst_rect.w = clip.r - clip.l; in set_rects()
175 e->src_rect.h = (clip.r - clip.l); in set_rects()
177 H = dst->r - dst->l; in set_rects()
179 delta_x = (clip.l - dst->l); in set_rects()
181 e->src_rect.w = (clip.r - clip.l); in set_rects()
183 W = dst->r - dst->l; in set_rects()
187 MULDIV(&delta_x, &e->src_rect.w, src->r - src->l, W); in set_rects()
190 e->src_rect.x = delta_x + src->l; in set_rects()
[all …]
Dcopybit_priv.h45 rect->l = me->mRect.l; in iterate()
Dcopybit_c2d.cpp689 C2D_RECT c2drect = {rect->l, rect->t, rect->r - rect->l, rect->b - rect->t}; in clear_copybit()
720 c2dObject->target_rect.height = ((dst->r) - (dst->l))<<16; in set_rects()
725 c2dObject->target_rect.y = (dst->l)<<16; in set_rects()
726 c2dObject->target_rect.height = ((dst->r) - (dst->l))<<16; in set_rects()
734 c2dObject->target_rect.width = ((dst->r) - (dst->l))<<16; in set_rects()
736 c2dObject->target_rect.x = (dst->l)<<16; in set_rects()
739 c2dObject->target_rect.width = ((dst->r) - (dst->l))<<16; in set_rects()
744 c2dObject->source_rect.x = (src->l)<<16; in set_rects()
747 c2dObject->source_rect.width = ((src->r) - (src->l))<<16; in set_rects()
751 c2dObject->scissor_rect.x = scissor->l; in set_rects()
[all …]
/hardware/qcom/display/libtilerenderer/
Dtilerenderer.cpp59 int l = left, t = (height - bottom), w = (right - left), h = (bottom - top), preserve = 0; in startTileRendering() local
61 if (l < 0 || t < 0) { in startTileRendering()
62 l = (l < 0) ? 0 : l; in startTileRendering()
77 glStartTilingQCOM(l, t, w, h, GL_COLOR_BUFFER_BIT0_QCOM); in startTileRendering()
79 glStartTilingQCOM(l, t, w, h, GL_NONE); in startTileRendering()
/hardware/invensense/libsensors_iio/software/simple_apps/self_test/
Dinv_self_test.c47 long l; member
339 save_data.gyro_bias[0] = (long)(gyro_bias[0].l * 65536.f / 8000.f); in main()
340 save_data.gyro_bias[1] = (long)(gyro_bias[1].l * 65536.f / 8000.f); in main()
341 save_data.gyro_bias[2] = (long)(gyro_bias[2].l * 65536.f / 8000.f); in main()
352 if (ABS(accel_bias[1].l) > ABS(accel_bias[0].l)) { in main()
355 if (ABS(accel_bias[2].l) > ABS(accel_bias[axis].l)) { in main()
358 if (accel_bias[axis].l < 0) { in main()
364 accel_bias[axis].l -= axis_sign * 4096L * 1000L; in main()
367 save_data.accel_bias[0] = (long)(accel_bias[0].l * 65536.f / 1000.f * 4.f); in main()
368 save_data.accel_bias[1] = (long)(accel_bias[1].l * 65536.f / 1000.f * 4.f); in main()
[all …]
/hardware/ril/reference-ril/
Dat_tok.c110 long l; in at_tok_nextint_base() local
114 l = strtoul(ret, &end, base); in at_tok_nextint_base()
116 l = strtol(ret, &end, base); in at_tok_nextint_base()
118 *p_out = (int)l; in at_tok_nextint_base()
/hardware/msm7k/librpc/
Dxdr.c173 u_long l; in xdr_u_short() local
177 l = *usp; in xdr_u_short()
178 return XDR_SEND_UINT32(xdr, (uint32_t *)&l); in xdr_u_short()
180 if(!XDR_RECV_UINT32(xdr, (uint32_t *)&l)) in xdr_u_short()
182 *usp = (u_short)l; in xdr_u_short()
450 long l; in xdr_short() local
453 l = *sp; in xdr_short()
454 return XDR_SEND_INT32(xdr, (int32_t *)&l); in xdr_short()
456 if (!XDR_RECV_INT32(xdr, (int32_t *)&l)) in xdr_short()
458 *sp = (short)l; in xdr_short()
/hardware/samsung_slsi/exynos5/libswconverter/
Dswconvertor.c450 int x, y, j, k, l; in Tile2D_To_YUV420() local
463 for (l = 0; l < actual_width; l++) { in Tile2D_To_YUV420()
464 data = *((unsigned int*)(base_addr + 16*k + l*4)); in Tile2D_To_YUV420()
465 for (j = 0; (j < 4) && (x + l*4 + j) < width; j++) { in Tile2D_To_YUV420()
466 Y_plane[(y+k)*width + x + l*4 +j] = (data>>(8*j))&0xff; in Tile2D_To_YUV420()
479 for (l = 0; l < actual_width; l++) { in Tile2D_To_YUV420()
480 data = *((unsigned int*)(base_addr + 16*k + l*4)); in Tile2D_To_YUV420()
481 for (j = 0; (j < 2) && (x/2 + l*2 +j) < width/2; j++) { in Tile2D_To_YUV420()
482 Cb_plane[(y+k)*width/2 + x/2 + l*2 +j] = (data>> (8*2*j))&0xff; in Tile2D_To_YUV420()
483 Cr_plane[(y+k)*width/2 + x/2 + l*2 +j] = (data>>(8*2*j+8))&0xff; in Tile2D_To_YUV420()
/hardware/ti/omap3/dspbridge/libbridge/inc/
Dlist.h60 #define LST_IsEmpty(l) (((l)->head.next == &(l)->head)) argument
/hardware/ti/omap3/dspbridge/inc/
Dlist.h60 #define LST_IsEmpty(l) (((l)->head.next == &(l)->head)) argument
/hardware/invensense/mlsdk/mllite/
DmlMathFunc.c282 int k, l, i, j; in inv_matrix_det_inc() local
284 for (j = 0, l = 0; j < *n; j++, l++) { in inv_matrix_det_inc()
289 *(b + 10 * k + l) = *(a + 10 * i + j); in inv_matrix_det_inc()
297 int k, l, i, j; in inv_matrix_det_incd() local
299 for (j = 0, l = 0; j < *n; j++, l++) { in inv_matrix_det_incd()
304 *(b + 10 * k + l) = *(a + 10 * i + j); in inv_matrix_det_incd()
/hardware/invensense/libsensors_iio/software/core/mllite/
Dml_math_func.c442 int k, l, i, j; in inv_matrix_det_inc() local
444 for (j = 0, l = 0; j < *n; j++, l++) { in inv_matrix_det_inc()
449 *(b + 6 * k + l) = *(a + 6 * i + j); in inv_matrix_det_inc()
457 int k, l, i, j; in inv_matrix_det_incd() local
459 for (j = 0, l = 0; j < *n; j++, l++) { in inv_matrix_det_incd()
464 *(b + 6 * k + l) = *(a + 6 * i + j); in inv_matrix_det_incd()
/hardware/libhardware/tests/camera2/
Dcamera2_utils.cpp70 Mutex::Autolock l(mMutex); in enqueue() local
88 Mutex::Autolock l(mMutex); in getBufferCount() local
96 Mutex::Autolock l(mMutex); in dequeue() local
138 Mutex::Autolock l(mMutex); in waitForBuffer() local
260 Mutex::Autolock l(mMutex); in getNextNotification() local
269 Mutex::Autolock l(mMutex); in waitForNotification() local
277 Mutex::Autolock l(mMutex); in numNotifications() local
297 Mutex::Autolock l(mMutex); in onNotify() local
/hardware/libhardware/include/hardware/
Dgralloc.h208 int l, int t, int w, int h,
238 int l, int t, int w, int h,
/hardware/qcom/display/libgralloc/
Dgralloc.cpp44 int l, int t, int w, int h,
49 int l, int t, int w, int h,
Dmapper.cpp203 int l, int t, int w, int h) in gralloc_map_and_invalidate() argument
237 int l, int t, int w, int h, in gralloc_lock() argument
241 int err = gralloc_map_and_invalidate(module, handle, usage, l, t, w, h); in gralloc_lock()
249 int l, int t, int w, int h, in gralloc_lock_ycbcr() argument
253 int err = gralloc_map_and_invalidate(module, handle, usage, l, t, w, h); in gralloc_lock_ycbcr()
/hardware/qcom/display/libhwcomposer/
Dhwc_utils.h148 void dumpLayer(hwc_layer_1_t const* l);
203 static inline bool isSkipLayer(const hwc_layer_1_t* l) { in isSkipLayer() argument
204 return (UNLIKELY(l && (l->flags & HWC_SKIP_LAYER))); in isSkipLayer()
/hardware/libhardware/modules/gralloc/
Dframebuffer.cpp71 int l, int t, int w, int h) in fb_setUpdateRect() argument
73 if (((w|h) <= 0) || ((l|t)<0)) in fb_setUpdateRect()
80 m->info.reserved[1] = (uint16_t)l | ((uint32_t)t << 16); in fb_setUpdateRect()
81 m->info.reserved[2] = (uint16_t)(l+w) | ((uint32_t)(t+h) << 16); in fb_setUpdateRect()
/hardware/msm7k/libgralloc/
Dframebuffer.cpp74 int l, int t, int w, int h) in fb_setUpdateRect() argument
76 if (((w|h) <= 0) || ((l|t)<0)) in fb_setUpdateRect()
83 m->info.reserved[1] = (uint16_t)l | ((uint32_t)t << 16); in fb_setUpdateRect()
84 m->info.reserved[2] = (uint16_t)(l+w) | ((uint32_t)(t+h) << 16); in fb_setUpdateRect()
/hardware/samsung_slsi/exynos5/libhwc/
Dhwc.cpp154 static void dump_layer(hwc_layer_1_t const *l) in dump_layer() argument
158 l->compositionType, l->flags, l->handle, l->transform, in dump_layer()
159 l->blending, in dump_layer()
160 l->sourceCrop.left, in dump_layer()
161 l->sourceCrop.top, in dump_layer()
162 l->sourceCrop.right, in dump_layer()
163 l->sourceCrop.bottom, in dump_layer()
164 l->displayFrame.left, in dump_layer()
165 l->displayFrame.top, in dump_layer()
166 l->displayFrame.right, in dump_layer()
[all …]
/hardware/msm7k/libgralloc-qsd8k/
Dframebuffer.cpp78 int l, int t, int w, int h) in fb_setUpdateRect() argument
80 if (((w|h) <= 0) || ((l|t)<0)) in fb_setUpdateRect()
87 m->info.reserved[1] = (uint16_t)l | ((uint32_t)t << 16); in fb_setUpdateRect()
88 m->info.reserved[2] = (uint16_t)(l+w) | ((uint32_t)(t+h) << 16); in fb_setUpdateRect()

12