Home
last modified time | relevance | path

Searched refs:pre (Results 1 - 25 of 25) sorted by relevance

/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/vo/vo_dev/arch/hi3516cv500/hal/
H A Dgraphics_drv.c300 hi_u32 pre = 8; in graphic_drv_set_csc_coef() local
322 coef.csc_coef00 = (hi_s32)pre * coef.csc_coef00 * 1024 / 1000; in graphic_drv_set_csc_coef()
323 coef.csc_coef01 = (hi_s32)pre * coef.csc_coef01 * 1024 / 1000; in graphic_drv_set_csc_coef()
324 coef.csc_coef02 = (hi_s32)pre * coef.csc_coef02 * 1024 / 1000; in graphic_drv_set_csc_coef()
325 coef.csc_coef10 = (hi_s32)pre * coef.csc_coef10 * 1024 / 1000; in graphic_drv_set_csc_coef()
326 coef.csc_coef11 = (hi_s32)pre * coef.csc_coef11 * 1024 / 1000; in graphic_drv_set_csc_coef()
327 coef.csc_coef12 = (hi_s32)pre * coef.csc_coef12 * 1024 / 1000; in graphic_drv_set_csc_coef()
328 coef.csc_coef20 = (hi_s32)pre * coef.csc_coef20 * 1024 / 1000; in graphic_drv_set_csc_coef()
329 coef.csc_coef21 = (hi_s32)pre * coef.csc_coef21 * 1024 / 1000; in graphic_drv_set_csc_coef()
330 coef.csc_coef22 = (hi_s32)pre * coe in graphic_drv_set_csc_coef()
[all...]
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/hi_proc/kernel/
H A Dhiproc.c83 hi_entry_list *pre = g_proc_head; in get_list_and_delete_node() local
87 if (tmp == pre) { // del head in get_list_and_delete_node()
90 pre = g_proc_head; in get_list_and_delete_node()
92 pre->next = tmp->next; in get_list_and_delete_node()
93 tmp1 = pre->next; in get_list_and_delete_node()
100 pre = tmp; in get_list_and_delete_node()
109 hi_entry_list *pre = g_proc_head; in del_list_node() local
112 if (tmp == pre) { // del head in del_list_node()
115 pre->next = tmp->next; in del_list_node()
121 pre in del_list_node()
[all...]
/device/soc/hisilicon/hi3751v350/sdk_linux/source/msp/drv/hiproc/kernel/
H A Dhiproc.c82 hi_entry_list *pre = g_proc_head; in get_list_and_delete_node() local
86 if (tmp == pre) { // del head in get_list_and_delete_node()
89 pre = g_proc_head; in get_list_and_delete_node()
91 pre->next = tmp->next; in get_list_and_delete_node()
92 tmp1 = pre->next; in get_list_and_delete_node()
99 pre = tmp; in get_list_and_delete_node()
108 hi_entry_list *pre = g_proc_head; in del_list_node() local
111 if (tmp == pre) { // del head in del_list_node()
114 pre->next = tmp->next; in del_list_node()
120 pre in del_list_node()
[all...]
/device/soc/rockchip/common/hardware/display/src/display_device/
H A Dhdi_composer.cpp21 HdiComposer::HdiComposer(std::unique_ptr<HdiComposition> pre, std::unique_ptr<HdiComposition> post) in HdiComposer() argument
23 mPreComp = std::move(pre); in HdiComposer()
31 DISPLAY_LOGE("pre composition prepare failed")); in Prepare()
42 DISPLAY_LOGE("pre composition apply failed")); in Commit()
H A Dhdi_composer.h52 HdiComposer(std::unique_ptr<HdiComposition> pre, std::unique_ptr<HdiComposition> post);
/device/soc/rockchip/rk3399/hardware/display/src/display_device/
H A Dhdi_composer.cpp21 HdiComposer::HdiComposer(std::unique_ptr<HdiComposition> pre, std::unique_ptr<HdiComposition> post) in HdiComposer() argument
23 mPreComp = std::move(pre); in HdiComposer()
30 DISPLAY_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, DISPLAY_LOGE("pre composition prepare failed")); in Prepare()
39 DISPLAY_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, DISPLAY_LOGE("pre composition apply failed")); in Commit()
H A Dhdi_composer.h48 HdiComposer(std::unique_ptr<HdiComposition> pre, std::unique_ptr<HdiComposition> post);
/device/soc/rockchip/rk3566/hardware/display/src/display_device/
H A Dhdi_composer.cpp21 HdiComposer::HdiComposer(std::unique_ptr<HdiComposition> pre, std::unique_ptr<HdiComposition> post) in HdiComposer() argument
23 mPreComp = std::move(pre); in HdiComposer()
30 DISPLAY_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, DISPLAY_LOGE("pre composition prepare failed")); in Prepare()
39 DISPLAY_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, DISPLAY_LOGE("pre composition apply failed")); in Commit()
H A Dhdi_composer.h48 HdiComposer(std::unique_ptr<HdiComposition> pre, std::unique_ptr<HdiComposition> post);
/device/soc/rockchip/rk3568/hardware/display/src/display_device/
H A Dhdi_composer.cpp21 HdiComposer::HdiComposer(std::unique_ptr<HdiComposition> pre, std::unique_ptr<HdiComposition> post) in HdiComposer() argument
23 mPreComp = std::move(pre); in HdiComposer()
30 DISPLAY_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, DISPLAY_LOGE("pre composition prepare failed")); in Prepare()
39 DISPLAY_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, DISPLAY_LOGE("pre composition apply failed")); in Commit()
H A Dhdi_composer.h48 HdiComposer(std::unique_ptr<HdiComposition> pre, std::unique_ptr<HdiComposition> post);
/device/soc/rockchip/rk3588/hardware/display/src/display_device/
H A Dhdi_composer.cpp21 HdiComposer::HdiComposer(std::unique_ptr<HdiComposition> pre, std::unique_ptr<HdiComposition> post) in HdiComposer() argument
23 mPreComp = std::move(pre); in HdiComposer()
30 DISPLAY_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, DISPLAY_LOGE("pre composition prepare failed")); in Prepare()
39 DISPLAY_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, DISPLAY_LOGE("pre composition apply failed")); in Commit()
H A Dhdi_composer.h48 HdiComposer(std::unique_ptr<HdiComposition> pre, std::unique_ptr<HdiComposition> post);
/device/soc/hisilicon/common/hal/display/source/display_device/src/composer/
H A Dhdi_composer.cpp22 HdiComposer::HdiComposer(std::unique_ptr<HdiComposition> pre, std::unique_ptr<HdiComposition> post) in HdiComposer() argument
24 preComp_.emplace_back(std::move(pre)); in HdiComposer()
45 DISPLAY_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, DISPLAY_LOGE("pre composition prepare failed")); in Prepare()
57 DISPLAY_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, DISPLAY_LOGE("pre composition prepare failed")); in Commit()
H A Dhdi_composer.h48 HdiComposer(std::unique_ptr<HdiComposition> pre, std::unique_ptr<HdiComposition> post);
/device/soc/rockchip/common/vendor/drivers/phy/
H A Dphy-rockchip-naneng-edp.c91 val = vp[dp->voltage[lane]][dp->pre[lane]].amp; in rockchip_edp_phy_set_voltages()
94 val = vp[dp->voltage[lane]][dp->pre[lane]].amp_scale; in rockchip_edp_phy_set_voltages()
97 val = vp[dp->voltage[lane]][dp->pre[lane]].emp; in rockchip_edp_phy_set_voltages()
177 * If changing voltages is required, check swing and pre-emphasis in rockchip_edp_phy_verify_config()
183 if (dp->voltage[i] > 0x03 || dp->pre[i] > 0x03) { in rockchip_edp_phy_verify_config()
188 * Sum of voltage swing and pre-emphasis levels cannot in rockchip_edp_phy_verify_config()
191 if (dp->voltage[i] + dp->pre[i] > 0x03) { in rockchip_edp_phy_verify_config()
H A Dphy-rockchip-usbdp.c756 * If changing voltages is required, check swing and pre-emphasis in rockchip_dp_phy_verify_config()
762 if (dp->voltage[i] > 3 || dp->pre[i] > 3) { in rockchip_dp_phy_verify_config()
767 * Sum of voltage swing and pre-emphasis levels cannot in rockchip_dp_phy_verify_config()
770 if (dp->voltage[i] + dp->pre[i] > 3) { in rockchip_dp_phy_verify_config()
1278 /* voltage swing 0, pre-emphasis 0->3 */
1281 /* voltage swing 1, pre-emphasis 0->2 */
1284 /* voltage swing 2, pre-emphasis 0->1 */
1287 /* voltage swing 3, pre-emphasis 0 */
1293 static void rk3588_dp_phy_set_voltage(struct rockchip_udphy *udphy, u32 voltage, u32 pre, u32 lane) in rk3588_dp_phy_set_voltage() argument
1298 val = training_table[voltage][pre] in rk3588_dp_phy_set_voltage()
[all...]
/device/soc/rockchip/rk3588/kernel/drivers/phy/rockchip/
H A Dphy-rockchip-naneng-edp.c96 val = vp[dp->voltage[lane]][dp->pre[lane]].amp; in rockchip_edp_phy_set_voltages()
100 val = vp[dp->voltage[lane]][dp->pre[lane]].amp_scale; in rockchip_edp_phy_set_voltages()
104 val = vp[dp->voltage[lane]][dp->pre[lane]].emp; in rockchip_edp_phy_set_voltages()
198 * If changing voltages is required, check swing and pre-emphasis in rockchip_edp_phy_verify_config()
204 if (dp->voltage[i] > 3 || dp->pre[i] > 3) in rockchip_edp_phy_verify_config()
208 * Sum of voltage swing and pre-emphasis levels cannot in rockchip_edp_phy_verify_config()
211 if (dp->voltage[i] + dp->pre[i] > 3) in rockchip_edp_phy_verify_config()
H A Dphy-rockchip-usbdp.c805 * If changing voltages is required, check swing and pre-emphasis in rockchip_dp_phy_verify_config()
811 if (dp->voltage[i] > 3 || dp->pre[i] > 3) in rockchip_dp_phy_verify_config()
815 * Sum of voltage swing and pre-emphasis levels cannot in rockchip_dp_phy_verify_config()
818 if (dp->voltage[i] + dp->pre[i] > 3) in rockchip_dp_phy_verify_config()
1323 /* voltage swing 0, pre-emphasis 0->3 */
1331 /* voltage swing 1, pre-emphasis 0->2 */
1338 /* voltage swing 2, pre-emphasis 0->1 */
1344 /* voltage swing 3, pre-emphasis 0 */
1351 u32 voltage, u32 pre, u32 lane) in rk3588_dp_phy_set_voltage()
1356 val = training_table[voltage][pre] in rk3588_dp_phy_set_voltage()
1350 rk3588_dp_phy_set_voltage(struct rockchip_udphy *udphy, u32 voltage, u32 pre, u32 lane) rk3588_dp_phy_set_voltage() argument
[all...]
H A Dphy-rockchip-samsung-hdptx.c354 /* voltage swing 0, pre-emphasis 0->3 */
362 /* voltage swing 1, pre-emphasis 0->2 */
369 /* voltage swing 2, pre-emphasis 0->1 */
375 /* voltage swing 3, pre-emphasis 0 */
382 /* voltage swing 0, pre-emphasis 0->3 */
390 /* voltage swing 1, pre-emphasis 0->2 */
397 /* voltage swing 2, pre-emphasis 0->1 */
403 /* voltage swing 3, pre-emphasis 0 */
410 /* voltage swing 0, pre-emphasis 0->3 */
418 /* voltage swing 1, pre
[all...]
/device/soc/hisilicon/common/platform/timer/
H A Dtimer_hi35xx.c75 static int32_t TimerHi35xxSetPre(struct TimerHi35xxInfo *info, uint16_t pre) in TimerHi35xxSetPre() argument
80 switch (pre) { in TimerHi35xxSetPre()
92 HDF_LOGE("%s: unsupported pre [%hu]", __func__, pre); in TimerHi35xxSetPre()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H A Doal_atomic.h192 #error SMP not supported on pre-ARMv6 CPUs
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/bridge/analogix/
H A Danalogix_dp_reg.c667 phy_cfg.dp.pre[lane] = pe; in analogix_dp_set_lane_link_training()
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/
H A Ddw-dp.c649 phy_cfg.dp.pre[i] = pe[i]; in dw_dp_link_train_update_vs_emph()
/device/soc/rockchip/rk3588/kernel/drivers/gpu/drm/rockchip/
H A Ddw-dp.c664 phy_cfg.dp.pre[i] = pe[i]; in dw_dp_link_train_update_vs_emph()

Completed in 21 milliseconds