Home
last modified time | relevance | path

Searched refs:position (Results 1 - 14 of 14) sorted by relevance

/device/soc/rockchip/rk3588/kernel/drivers/media/i2c/
H A Ddw9763.c161 dev_dbg(&client->dev, "%s: get position %d\n", __func__, *cur_pos); in dw9763_get_pos()
174 unsigned int position = 0; in dw9763_set_pos() local
178 position = dev_vcm->start_current; in dw9763_set_pos()
180 position = dev_vcm->start_current + in dw9763_set_pos()
183 if (position > DW9763_MAX_REG) in dw9763_set_pos()
184 position = DW9763_MAX_REG; in dw9763_set_pos()
186 dev_vcm->current_lens_pos = position; in dw9763_set_pos()
188 ret = dw9763_write_reg(client, DW9763_DATAM_REG, position & 0x3ff, 2); in dw9763_set_pos()
192 dev_dbg(&client->dev, "@@@@@@@@ %s: get position %d\n", __func__, position); in dw9763_set_pos()
[all...]
/device/soc/hisilicon/common/hal/display/source/display_device/src/core/
H A Dhdi_layer.cpp194 int32_t position = y * handle.width + x; in SetPixel() local
195 if ((position * pixelBytes) > handle.size) { in SetPixel()
196 DISPLAY_LOGE("the pixel position outside\n"); in SetPixel()
198 uint32_t *pixel = reinterpret_cast<uint32_t *>(handle.virAddr) + position; in SetPixel()
/device/soc/rockchip/common/hardware/display/src/display_device/
H A Dhdi_layer.cpp191 int32_t position = y * handle.width + x; in SetPixel() local
192 if ((position * pixelBytes) > handle.size) { in SetPixel()
195 uint32_t *pixel = reinterpret_cast<uint32_t *>(handle.virAddr) + position; in SetPixel()
/device/soc/rockchip/rk3399/hardware/display/src/display_device/
H A Dhdi_layer.cpp185 int32_t position = y * handle.width + x; in SetPixel() local
186 if ((position * pixelBytes) > handle.size) { in SetPixel()
189 uint32_t *pixel = reinterpret_cast<uint32_t *>(handle.virAddr) + position; in SetPixel()
/device/soc/rockchip/rk3566/hardware/display/src/display_device/
H A Dhdi_layer.cpp250 int32_t position = y * handle.width + x; in SetPixel() local
251 if ((position * pixelBytes) > handle.size) { in SetPixel()
254 uint32_t *pixel = reinterpret_cast<uint32_t *>(handle.virAddr) + position; in SetPixel()
/device/soc/rockchip/rk3568/hardware/display/src/display_device/
H A Dhdi_layer.cpp250 int32_t position = y * handle.width + x; in SetPixel() local
251 if ((position * pixelBytes) > handle.size) { in SetPixel()
254 uint32_t *pixel = reinterpret_cast<uint32_t *>(handle.virAddr) + position; in SetPixel()
/device/soc/rockchip/rk3588/hardware/display/src/display_device/
H A Dhdi_layer.cpp250 int32_t position = y * handle.width + x; in SetPixel() local
251 if ((position * pixelBytes) > handle.size) { in SetPixel()
254 uint32_t *pixel = reinterpret_cast<uint32_t *>(handle.virAddr) + position; in SetPixel()
/device/soc/rockchip/common/sdk_linux/scripts/
H A Dmkimg134 OFFS=$(fdtget -ti ${ITB} ${NODE} data-position)
169 sed -i "/data-position/d" ${ITS}
/device/soc/rockchip/rk3588/kernel/scripts/
H A Dmkimg133 OFFS=$(fdtget -ti ${ITB} ${NODE} data-position)
168 sed -i "/data-position/d" ${ITS}
/device/soc/rockchip/common/sdk_linux/include/uapi/linux/
H A Drkisp3-config.h456 u16 position; member
/device/soc/rockchip/rk3588/kernel/include/uapi/linux/
H A Drkisp3-config.h456 u16 position; member
/device/soc/hisilicon/common/hal/middleware/ffmpeg_adapt/
H A Dconfigure_llvm407 --enable-pic build position-independent code
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/isp/
H A Disp_params_v3x.c2085 value = (arg->offset_pow2 & 0x0F) << 28 | (arg->compres_scl & 0x1FFF) << 14 | (arg->position & 0x03FFF); in isp_hdrdrc_config()
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/isp/
H A Disp_params_v3x.c2624 (arg->position & 0x03FFF); in isp_hdrdrc_config()

Completed in 34 milliseconds