/device/soc/esp/esp32/components/bt/host/bluedroid/stack/smp/ |
D | aes.c | 95 #define sb_data(w) { /* S Box data values */ \ argument 96 w(0x63), w(0x7c), w(0x77), w(0x7b), w(0xf2), w(0x6b), w(0x6f), w(0xc5),\ 97 w(0x30), w(0x01), w(0x67), w(0x2b), w(0xfe), w(0xd7), w(0xab), w(0x76),\ 98 w(0xca), w(0x82), w(0xc9), w(0x7d), w(0xfa), w(0x59), w(0x47), w(0xf0),\ 99 w(0xad), w(0xd4), w(0xa2), w(0xaf), w(0x9c), w(0xa4), w(0x72), w(0xc0),\ 100 w(0xb7), w(0xfd), w(0x93), w(0x26), w(0x36), w(0x3f), w(0xf7), w(0xcc),\ 101 w(0x34), w(0xa5), w(0xe5), w(0xf1), w(0x71), w(0xd8), w(0x31), w(0x15),\ 102 w(0x04), w(0xc7), w(0x23), w(0xc3), w(0x18), w(0x96), w(0x05), w(0x9a),\ 103 w(0x07), w(0x12), w(0x80), w(0xe2), w(0xeb), w(0x27), w(0xb2), w(0x75),\ 104 w(0x09), w(0x83), w(0x2c), w(0x1a), w(0x1b), w(0x6e), w(0x5a), w(0xa0),\ [all …]
|
/device/soc/winnermicro/wm800/board/include/driver/ |
D | wm_tipc.h | 46 uint32_t w; member 71 uint32_t w; member 113 vld0.w = TIPC->VLD0; in wm_tipc_enable_i2c() 115 TIPC->VLD0 = vld0.w; in wm_tipc_enable_i2c() 130 vld0.w = TIPC->VLD0; in wm_tipc_disable_i2c() 132 TIPC->VLD0 = vld0.w; in wm_tipc_disable_i2c() 147 vld0.w = TIPC->VLD0; in wm_tipc_enable_uart0() 149 TIPC->VLD0 = vld0.w; in wm_tipc_enable_uart0() 164 vld0.w = TIPC->VLD0; in wm_tipc_disable_uart0() 166 TIPC->VLD0 = vld0.w; in wm_tipc_disable_uart0() [all …]
|
/device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/stream_input/parser/demux/sw_demux/dvbcsa2/ |
D | dvbcsa_pv.h | 142 dvbcsa_store_le32(uint8_t *p, const uint32_t w) in dvbcsa_store_le32() argument 146 *(uint32_t*)p = w; in dvbcsa_store_le32() 148 p[3] = (w >> 24); in dvbcsa_store_le32() 149 p[2] = (w >> 16); in dvbcsa_store_le32() 150 p[1] = (w >> 8); in dvbcsa_store_le32() 151 p[0] = (w); in dvbcsa_store_le32() 156 dvbcsa_store_le64(uint8_t *p, const uint64_t w) in dvbcsa_store_le64() argument 160 *(uint64_t*)p = w; in dvbcsa_store_le64() 162 p[7] = (w >> 56); in dvbcsa_store_le64() 163 p[6] = (w >> 48); in dvbcsa_store_le64() [all …]
|
D | dvbcsa_bs_block.c | 41 dvbcsa_bs_word_t w; in dvbcsa_bs_block_decrypt_register() local 78 w = BS_XOR(r[8 * 8 + g], sbox_out); in dvbcsa_bs_block_decrypt_register() 80 r[8 * 0 + g] = w; in dvbcsa_bs_block_decrypt_register() 81 BS_XOREQ(r[8 * 2 + g], w); in dvbcsa_bs_block_decrypt_register() 82 BS_XOREQ(r[8 * 3 + g], w); in dvbcsa_bs_block_decrypt_register() 83 BS_XOREQ(r[8 * 4 + g], w); in dvbcsa_bs_block_decrypt_register() 138 dvbcsa_bs_word_t w; in dvbcsa_bs_block_encrypt_register() local 173 w = r[-8 * 1 + g]; in dvbcsa_bs_block_encrypt_register() 175 r[8 * 7 + g] = BS_XOR(w, sbox_out); in dvbcsa_bs_block_encrypt_register() 176 BS_XOREQ(r[8 * 1 + g], w); in dvbcsa_bs_block_encrypt_register() [all …]
|
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/bcmdhd/include/ |
D | bcmpcie.h | 408 #define NTXPACTIVE(r, w, d) (((r) <= (w)) ? ((w)-(r)) : ((d)-(r)+(w))) argument 409 #define NTXPAVAIL(r, w, d) (((d) - NTXPACTIVE((r), (w), (d))) > 1) argument 412 #define READ_AVAIL_SPACE(w, r, d) \ argument 413 ((w >= r) ? (w - r) : (d - r)) 415 #define WRITE_SPACE_AVAIL_CONTINUOUS(r, w, d) ((w >= r) ? (d - w) : (r - w)) argument 416 #define WRITE_SPACE_AVAIL(r, w, d) (d - (NTXPACTIVE(r, w, d)) - 1) argument 417 #define CHECK_WRITE_SPACE(r, w, d) \ argument 418 ((r) > (w)) ? ((r) - (w) - 1) : ((r) == 0 || (w) == 0) ? ((d) - (w) - 1) : ((d) - (w)) 419 #define CHECK_NOWRITE_SPACE(r, w, d) \ argument 420 (((r) == (w) + 1) || (((r) == 0) && ((w) == ((d) - 1))))
|
/device/board/kaihong/khdvk_3566b/wifi/bcmdhd_hdf/bcmdhd/ |
D | dhd_dbg_ring.h | 117 #define TXACTIVESZ(r, w, d) (((r) <= (w)) ? ((w) - (r)) : ((d) - (r) + (w))) argument 118 #define DBG_RING_READ_AVAIL_SPACE(w, r, d) \ argument 119 (((w) >= (r)) ? ((w) - (r)) : ((d) - (r))) 120 #define DBG_RING_WRITE_SPACE_AVAIL_CONT(r, w, d) \ argument 121 (((w) >= (r)) ? ((d) - (w)) : ((r) - (w))) 122 #define DBG_RING_WRITE_SPACE_AVAIL(r, w, d) (d - (TXACTIVESZ(r, w, d))) argument 123 #define DBG_RING_CHECK_WRITE_SPACE(r, w, d) \ argument 124 MIN(DBG_RING_WRITE_SPACE_AVAIL(r, w, d), \ 125 DBG_RING_WRITE_SPACE_AVAIL_CONT(r, w, d))
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
D | dhd_dbg_ring.h | 119 #define TXACTIVESZ(r, w, d) (((r) <= (w)) ? ((w) - (r)) : ((d) - (r) + (w))) argument 120 #define DBG_RING_READ_AVAIL_SPACE(w, r, d) (((w) >= (r)) ? ((w) - (r)) : ((d) - (r))) argument 121 #define DBG_RING_WRITE_SPACE_AVAIL_CONT(r, w, d) (((w) >= (r)) ? ((d) - (w)) : ((r) - (w))) argument 122 #define DBG_RING_WRITE_SPACE_AVAIL(r, w, d) (d - (TXACTIVESZ(r, w, d))) argument 123 #define DBG_RING_CHECK_WRITE_SPACE(r, w, d) \ argument 124 MIN(DBG_RING_WRITE_SPACE_AVAIL(r, w, d), DBG_RING_WRITE_SPACE_AVAIL_CONT(r, w, d))
|
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/g2d/g2d_legacy/ |
D | g2d_bsp_sun8iw11.c | 670 (para->dst_rect.w - 1) | ((para->dst_rect.h - 1) << 16)); in mixer_fillrectangle() 686 para->dst_image.format, para->dst_image.w, in mixer_fillrectangle() 693 para->dst_image.w * in mixer_fillrectangle() 696 (para->dst_rect.w - in mixer_fillrectangle() 715 (para->dst_rect.w - 1) | ((para->dst_rect.h - 1) << 16)); in mixer_fillrectangle() 719 para->dst_image.w, para->dst_rect.x, in mixer_fillrectangle() 727 para->dst_image.w * in mixer_fillrectangle() 761 para->src_image.w, para->src_rect.x, in mixer_blt() 768 para->src_image.w * in mixer_blt() 771 (para->src_rect.w - 1) | ((para->src_rect.h - 1) << 16)); in mixer_blt() [all …]
|
D | g2d_driver.c | 618 tmp_h = para->src_rect.w; in g2d_blit() 620 tmp_w = para->src_rect.w; in g2d_blit() 625 ((-para->src_rect.x) > para->src_rect.w)) || in g2d_blit() 633 (para->src_rect.x > para->src_image.w - 1)) || in g2d_blit() 637 (para->dst_x > para->dst_image.w - 1)) || in g2d_blit() 643 ((-para->src_rect.x) < para->src_rect.w))) { in g2d_blit() 644 para->src_rect.w = para->src_rect.w + para->src_rect.x; in g2d_blit() 646 } else if ((para->src_rect.x + para->src_rect.w) in g2d_blit() 647 > para->src_image.w) { in g2d_blit() 648 para->src_rect.w = para->src_image.w - para->src_rect.x; in g2d_blit() [all …]
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/ |
D | bcmpcie.h | 501 #define NTXPACTIVE(r, w, d) (((r) <= (w)) ? ((w)-(r)) : ((d)-(r)+(w))) argument 502 #define NTXPAVAIL(r, w, d) (((d) - NTXPACTIVE((r), (w), (d))) > 1) argument 505 #define READ_AVAIL_SPACE(w, r, d) ((w >= r) ? (uint32)(w - r) : (uint32)(d - r)) argument 506 #define WRITE_SPACE_AVAIL_CONTINUOUS(r, w, d) ((w >= r) ? (d - w) : (r - w)) argument 507 #define WRITE_SPACE_AVAIL(r, w, d) (d - (NTXPACTIVE(r, w, d)) - 1) argument 508 #define CHECK_WRITE_SPACE(r, w, d) ((r) > (w)) ? \ argument 509 (uint32)((r) - (w) - 1) : ((r) == 0 || (w) == 0) ? \ 510 (uint32)((d) - (w) - 1) : (uint32)((d) - (w)) 512 #define CHECK_NOWRITE_SPACE(r, w, d) \ argument 513 (((uint32)(r) == (uint32)((w) + 1)) || (((r) == 0) && ((w) == ((d) - 1))))
|
/device/board/kaihong/khdvk_3566b/wifi/bcmdhd_hdf/bcmdhd/include/ |
D | bcmpcie.h | 517 #define NTXPACTIVE(r, w, d) (((r) <= (w)) ? ((w) - (r)) : ((d) - (r) + (w))) argument 518 #define NTXPAVAIL(r, w, d) (((d)-NTXPACTIVE((r), (w), (d))) > 1) argument 521 #define READ_AVAIL_SPACE(w, r, d) ((w >= r) ? (uint32)(w - r) : (uint32)(d - r)) argument 522 #define WRITE_SPACE_AVAIL_CONTINUOUS(r, w, d) ((w >= r) ? (d - w) : (r - w)) argument 523 #define WRITE_SPACE_AVAIL(r, w, d) (d - (NTXPACTIVE(r, w, d)) - 1) argument 524 #define CHECK_WRITE_SPACE(r, w, d) \ argument 525 ((r) > (w)) ? (uint32)((r) - (w)-1) \ 526 : ((r) == 0 || (w) == 0) ? (uint32)((d) - (w)-1) \ 527 : (uint32)((d) - (w)) 529 #define CHECK_NOWRITE_SPACE(r, w, d) \ argument [all …]
|
/device/board/isoftstone/yangfan/kernel/src/driv/net/rockchip_wlan/rkwifi/bcmdhd/ |
D | dhd_dbg_ring.h | 120 #define TXACTIVESZ(r, w, d) (((r) <= (w)) ? ((w) - (r)) : ((d) - (r) + (w))) argument 121 #define DBG_RING_READ_AVAIL_SPACE(w, r, d) (((w) >= (r)) ? ((w) - (r)) : ((d) - (r))) argument 122 #define DBG_RING_WRITE_SPACE_AVAIL_CONT(r, w, d) (((w) >= (r)) ? ((d) - (w)) : ((r) - (w))) argument 123 #define DBG_RING_WRITE_SPACE_AVAIL(r, w, d) (d - (TXACTIVESZ(r, w, d))) argument 124 #define DBG_RING_CHECK_WRITE_SPACE(r, w, d) \ argument 125 MIN(DBG_RING_WRITE_SPACE_AVAIL(r, w, d), DBG_RING_WRITE_SPACE_AVAIL_CONT(r, w, d))
|
/device/board/isoftstone/yangfan/common/seetafaceengine/opencv2/3rdparty/carotene/hal/ |
D | tegra_hal.hpp | 119 #define TEGRA_BINARYOP(type, op, src1, sz1, src2, sz2, dst, sz, w, h) \ argument 123 TegraGenOp_##op##_Invoker<const type, type>(src1, sz1, src2, sz2, dst, sz, w, h), \ 124 (w * h) / static_cast<double>(1<<16)), \ 154 #define TEGRA_UNARYOP(type, op, src1, sz1, dst, sz, w, h) \ argument 158 TegraGenOp_##op##_Invoker<const type, type>(src1, sz1, dst, sz, w, h), \ 159 (w * h) / static_cast<double>(1<<16)), \ 165 …l_add8u(src1, sz1, src2, sz2, dst, sz, w, h) TEGRA_BINARYOP(CAROTENE_NS::u8, add, src1, sz1, src2,… argument 167 …l_add8s(src1, sz1, src2, sz2, dst, sz, w, h) TEGRA_BINARYOP(CAROTENE_NS::s8, add, src1, sz1, src2,… argument 169 …add16u(src1, sz1, src2, sz2, dst, sz, w, h) TEGRA_BINARYOP(CAROTENE_NS::u16, add, src1, sz1, src2,… argument 171 …add16s(src1, sz1, src2, sz2, dst, sz, w, h) TEGRA_BINARYOP(CAROTENE_NS::s16, add, src1, sz1, src2,… argument [all …]
|
/device/soc/amlogic/a311d/soc/amlogic/ge2d/ |
D | bitblt.c | 21 static void _bitblt(struct ge2d_context_s *wq, int src_x, int src_y, int w, int h, int dst_x, int d… in _bitblt() argument 26 ge2d_cmd_cfg->src1_x_end = src_x + w - 1; in _bitblt() 31 ge2d_cmd_cfg->dst_x_end = dst_x + w - 1; in _bitblt() 51 static void _bitblt_noalpha(struct ge2d_context_s *wq, int src_x, int src_y, int w, int h, int dst_… in _bitblt_noalpha() argument 62 ge2d_cmd_cfg->src1_x_end = src_x + w - 1; in _bitblt_noalpha() 67 ge2d_cmd_cfg->dst_x_end = dst_x + w - 1; in _bitblt_noalpha() 87 void bitblt(struct ge2d_context_s *wq, int src_x, int src_y, int w, int h, int dst_x, int dst_y) in bitblt() argument 89 _bitblt(wq, src_x, src_y, w, h, dst_x, dst_y, 1); in bitblt() 93 void bitblt_noblk(struct ge2d_context_s *wq, int src_x, int src_y, int w, int h, int dst_x, int dst… in bitblt_noblk() argument 95 _bitblt(wq, src_x, src_y, w, h, dst_x, dst_y, 0); in bitblt_noblk() [all …]
|
D | ge2d_main.c | 281 r |= get_user(psrc_planes->w, &uf_ex_mem->_ge2d_config_ex.src_planes[i].w); in ge2d_ioctl_config_ex_mem() 291 r |= get_user(psrc2_planes->w, &uf_ex_mem->_ge2d_config_ex.src2_planes[i].w); in ge2d_ioctl_config_ex_mem() 301 r |= get_user(pdst_planes->w, &uf_ex_mem->_ge2d_config_ex.dst_planes[j].w); in ge2d_ioctl_config_ex_mem() 380 r |= get_user(ge2d_config.src_planes[i].w, &uf->src_planes[i].w); in ge2d_ioctl() 385 r |= get_user(ge2d_config.dst_planes[j].w, &uf->dst_planes[j].w); in ge2d_ioctl() 404 r |= get_user(ge2d_config.src_planes[i].w, &uf->src_planes[i].w); in ge2d_ioctl() 409 r |= get_user(ge2d_config.dst_planes[j].w, &uf->dst_planes[j].w); in ge2d_ioctl() 455 r |= get_user(ge2d_config_ex.src_planes[i].w, &uf_ex->src_planes[i].w); in ge2d_ioctl() 461 r |= get_user(ge2d_config_ex.src2_planes[i].w, &uf_ex->src2_planes[i].w); in ge2d_ioctl() 467 r |= get_user(ge2d_config_ex.dst_planes[j].w, &uf_ex->dst_planes[j].w); in ge2d_ioctl() [all …]
|
D | fillrect.c | 24 static void _fillrect(struct ge2d_context_s *wq, int x, int y, int w, int h, unsigned int color, in… in _fillrect() argument 31 ge2d_cmd_cfg->src1_x_end = x + w - 1; in _fillrect() 36 ge2d_cmd_cfg->dst_x_end = x + w - 1; in _fillrect() 59 void fillrect(struct ge2d_context_s *wq, int x, int y, int w, int h, unsigned int color) in fillrect() argument 61 _fillrect(wq, x, y, w, h, color, 1); in fillrect() 65 void fillrect_noblk(struct ge2d_context_s *wq, int x, int y, int w, int h, unsigned int color) in fillrect_noblk() argument 67 _fillrect(wq, x, y, w, h, color, 0); in fillrect_noblk()
|
/device/board/isoftstone/yangfan/kernel/src/driv/net/rockchip_wlan/rkwifi/bcmdhd/include/ |
D | bcmpcie.h | 515 #define NTXPACTIVE(r, w, d) (((r) <= (w)) ? ((w)-(r)) : ((d)-(r)+(w))) argument 516 #define NTXPAVAIL(r, w, d) (((d) - NTXPACTIVE((r), (w), (d))) > 1) argument 519 #define READ_AVAIL_SPACE(w, r, d) ((w >= r) ? (uint32)(w - r) : (uint32)(d - r)) argument 520 #define WRITE_SPACE_AVAIL_CONTINUOUS(r, w, d) ((w >= r) ? (d - w) : (r - w)) argument 521 #define WRITE_SPACE_AVAIL(r, w, d) (d - (NTXPACTIVE(r, w, d)) - 1) argument 522 #define CHECK_WRITE_SPACE(r, w, d) ((r) > (w)) ? \ argument 523 (uint32)((r) - (w) - 1) : ((r) == 0 || (w) == 0) ? \ 524 (uint32)((d) - (w) - 1) : (uint32)((d) - (w)) 526 #define CHECK_NOWRITE_SPACE(r, w, d) \ argument 527 (((uint32)(r) == (uint32)((w) + 1)) || (((r) == 0) && ((w) == ((d) - 1))))
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/usr/sensor/sony_imx458/ |
D | imx458_cmos_priv.h | 36 #define IMX458_RES_IS_8M(w, h) (((w) <= 3840) && ((h) <= 2160)) argument 37 #define IMX458_RES_IS_2M(w, h) (((w) <= 1920) && ((h) <= 1080)) argument 38 #define IMX458_RES_IS_1M(w, h) (((w) <= 1280) && ((h) <= 720)) argument 39 #define IMX458_RES_IS_12M(w, h) (((w) <= 4000) && ((h) <= 3000)) argument 40 #define IMX458_RES_IS_4M(w, h) (((w) <= 2716) && ((h) <= 1524)) argument
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/usr/sensor/omnivision_ov12870/ |
D | ov12870_cmos_priv.h | 36 #define OV12870_RES_IS_8M(w, h) (((w) <= 3840) && ((h) <= 2160)) argument 37 #define OV12870_RES_IS_2M(w, h) (((w) <= 1920) && ((h) <= 1080)) argument 38 #define OV12870_RES_IS_1M(w, h) (((w) <= 1280) && ((h) <= 720)) argument 39 #define OV12870_RES_IS_12M(w, h) (((w) <= 4000) && ((h) <= 3000)) argument 40 #define OV12870_RES_IS_4M(w, h) (((w) <= 2716) && ((h) <= 1524)) argument
|
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/video/sunxi/disp2/disp/de/lowlevel_sun50iw1/ |
D | de_vsu.c | 410 tmp = (N2_POWER(crop.w, VSU_PHASE_FRAC_BITWIDTH)); in de_vsu_calc_scaler_para() 411 if (frame.w) in de_vsu_calc_scaler_para() 412 do_div(tmp, frame.w); in de_vsu_calc_scaler_para() 427 …crop_fix->w = (unsigned int)(((crop.w & 0xffffffff) + (crop.x & 0xffffffff)) >= N2_POWER(1, VSU_FB… in de_vsu_calc_scaler_para() 428 ((crop.w>>VSU_FB_FRAC_BITWIDTH) + 1) : (crop.w>>VSU_FB_FRAC_BITWIDTH)); in de_vsu_calc_scaler_para() 443 …if ((crop_fix->x & 0x1) == 0x0 && (crop_fix->w & 0x1) == 0x1) /* odd crop_w, crop down width, last… in de_vsu_calc_scaler_para() 444 crop_fix->w = (crop_fix->w>>1)<<1; in de_vsu_calc_scaler_para() 445 …} else if ((crop_fix->x & 0x1) == 0x1 && (crop_fix->w & 0x1) == 0x0) /* odd crop_x, crop down x, a… in de_vsu_calc_scaler_para() 448 …} else if ((crop_fix->x & 0x1) == 0x1 && (crop_fix->w & 0x1) == 0x1) /* odd crop_x and crop_w, cro… in de_vsu_calc_scaler_para() 451 crop_fix->w = ((crop_fix->w + 1)>>1)<<1; in de_vsu_calc_scaler_para() [all …]
|
/device/board/isoftstone/yangfan/common/seetafaceengine/opencv2/3rdparty/carotene/src/ |
D | convert.cpp | 61 const size_t w = size.width & ~(SIMD_SIZE-1); \ 70 if(w < size.width) \ 75 for(size_t i = w; i < size.width; i++ ) \ 95 for (size_t i = 0; i < w; i += 16) 108 for (size_t i = 0; i < w; i += 16) 129 for (size_t i = 0; i < w; i += 16) 144 for (size_t i = 0; i < w; i += 16) 167 for (size_t i = 0; i < w; i += 16) 180 for (size_t i = 0; i < w; i += 16) 213 for (size_t i = 0; i < w; i += 16) [all …]
|
/device/soc/esp/esp32/components/bootloader/subproject/components/micro-ecc/ |
D | uECC_verify_antifault.c | 130 for (unsigned int w = 0; w < hash_words; w++) { in uECC_verify_antifault() local 132 vhash_words[w] = mhash_words[w] ^ rx[w % curve->num_words] ^ r[w % curve->num_words]; in uECC_verify_antifault() 135 for (int w = hash_words; w < curve->num_words; w++) { in uECC_verify_antifault() local 136 vhash_words[w % hash_words] |= rx[w] ^ r[w]; in uECC_verify_antifault()
|
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/video/sunxi/disp2/disp/de/lowlevel_v2x/ |
D | de_vsu.c | 452 tmp = (N2_POWER(crop.w, VSU_PHASE_FRAC_BITWIDTH)); in de_vsu_calc_scaler_para() 453 if (frame.w) in de_vsu_calc_scaler_para() 454 do_div(tmp, frame.w); in de_vsu_calc_scaler_para() 471 crop_fix->w in de_vsu_calc_scaler_para() 473 ((crop.w & 0xffffffff) + (crop.x & 0xffffffff)) in de_vsu_calc_scaler_para() 475 ((crop.w >> VSU_FB_FRAC_BITWIDTH) + 1) : in de_vsu_calc_scaler_para() 476 (crop.w >> VSU_FB_FRAC_BITWIDTH)); in de_vsu_calc_scaler_para() 495 if ((crop_fix->x & 0x1) == 0x0 && (crop_fix->w & 0x1) == 0x1) in de_vsu_calc_scaler_para() 498 crop_fix->w = (crop_fix->w >> 1) << 1; in de_vsu_calc_scaler_para() 500 && (crop_fix->w & 0x1) == 0x0) { in de_vsu_calc_scaler_para() [all …]
|
D | de_eink.c | 157 unsigned int tmp, w, h; in eink_start_idx() local 162 w = last_img->w?(last_img->w-1)&0xfff:0; in eink_start_idx() 164 tmp = ((h<<16)|w); in eink_start_idx() 275 unsigned int w, h, tmp; in eink_decoder_start() local 277 w = para->timing.width ? (para->timing.width - 1) & 0xfff : 0; in eink_decoder_start() 279 tmp = ((h << 16) | w); in eink_decoder_start() 325 unsigned int tmp, w, h, hsync, vsync; in eink_edma_cfg() local 334 w = para->timing.width + tmp; in eink_edma_cfg() 335 w = w ? (w - 1) : 0; in eink_edma_cfg() 338 tmp = (h << 16) | w; in eink_edma_cfg() [all …]
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/ |
D | osal_workqueue.c | 79 struct work_struct *w = NULL; in osal_init_work() local 81 w = kmalloc(sizeof(struct work_struct), GFP_ATOMIC); in osal_init_work() 82 if (w == NULL) { in osal_init_work() 90 kfree(w); in osal_init_work() 91 w = NULL; in osal_init_work() 94 INIT_WORK(w, osal_work_func); in osal_init_work() 95 work->work = w; in osal_init_work() 98 w_node->work = w; in osal_init_work()
|