Home
last modified time | relevance | path

Searched refs:refresh (Results 1 – 18 of 18) sorted by relevance

/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hifb/drm_hal/
Ddrm_hal_gfx.h76 int (*refresh)(enum drm_hal_gfx_layer layer); member
Ddrm_hal_gfx.c511 gfx_dev.refresh = drm_hal_gfx_refresh; in drm_hal_gfx_dev_register()
534 gfx_dev.refresh = NULL; in drm_hal_gfx_dev_unregister()
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/
Ddrm_modes.c1410 unsigned int refresh; in drm_mode_parse_cmdline_refresh() local
1417 refresh = simple_strtol(str, end_ptr, 0xa); in drm_mode_parse_cmdline_refresh()
1422 mode->refresh = refresh; in drm_mode_parse_cmdline_refresh()
1887 …mode = drm_cvt_mode(dev, cmd->xres, cmd->yres, cmd->refresh_specified ? cmd->refresh : 0x3c, cmd->… in drm_mode_create_from_cmdline_mode()
1890 …mode = drm_gtf_mode(dev, cmd->xres, cmd->yres, cmd->refresh_specified ? cmd->refresh : 0x3c, cmd->… in drm_mode_create_from_cmdline_mode()
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_addr.c474 BOOLEAN btm_identity_addr_to_random_pseudo(BD_ADDR bd_addr, UINT8 *p_addr_type, BOOLEAN refresh) in btm_identity_addr_to_random_pseudo() argument
483 if (refresh && controller_get_interface()->get_ble_resolving_list_max_size() != 0) { in btm_identity_addr_to_random_pseudo()
/device/board/isoftstone/yangfan/kernel/src/driv/devfreq/
Drockchip_dmc.c153 unsigned int refresh; member
2325 unsigned int refresh = false; in rockchip_dmcfreq_system_status_notifier() local
2345 refresh = true; in rockchip_dmcfreq_system_status_notifier()
2384 if (dmcfreq->refresh != refresh) { in rockchip_dmcfreq_system_status_notifier()
2386 dmcfreq->set_auto_self_refresh(refresh); in rockchip_dmcfreq_system_status_notifier()
2387 dmcfreq->refresh = refresh; in rockchip_dmcfreq_system_status_notifier()
/device/soc/rockchip/rk3588/kernel/drivers/devfreq/
Drockchip_dmc.c153 unsigned int refresh; member
2325 unsigned int refresh = false; in rockchip_dmcfreq_system_status_notifier() local
2345 refresh = true; in rockchip_dmcfreq_system_status_notifier()
2384 if (dmcfreq->refresh != refresh) { in rockchip_dmcfreq_system_status_notifier()
2386 dmcfreq->set_auto_self_refresh(refresh); in rockchip_dmcfreq_system_status_notifier()
2387 dmcfreq->refresh = refresh; in rockchip_dmcfreq_system_status_notifier()
/device/soc/rockchip/common/vendor/drivers/devfreq/
Drockchip_dmc.c157 unsigned int refresh; member
2168 unsigned int refresh = false; in rockchip_dmcfreq_system_status_notifier() local
2190 refresh = true; in rockchip_dmcfreq_system_status_notifier()
2234 if (dmcfreq->refresh != refresh) { in rockchip_dmcfreq_system_status_notifier()
2236 dmcfreq->set_auto_self_refresh(refresh); in rockchip_dmcfreq_system_status_notifier()
2238 dmcfreq->refresh = refresh; in rockchip_dmcfreq_system_status_notifier()
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/bridge/synopsys/
Ddw-mipi-dsi.c277 int refresh, two_frames; in dw_mipi_dsi_wait_for_two_frames() local
279 refresh = drm_mode_vrefresh(mode); in dw_mipi_dsi_wait_for_two_frames()
280 two_frames = DIV_ROUND_UP(MSEC_PER_SEC, refresh) * 0x2; in dw_mipi_dsi_wait_for_two_frames()
/device/soc/rockchip/common/sdk_linux/include/drm/
Ddrm_connector.h1138 int refresh; member
/device/soc/hpmicro/sdk/hpm_sdk/
DCHANGELOG.md20 - middleware: littlevgl: update double buffer refresh approach.
306 - hpm6750evkmini: correct refresh cycle number of sdram
/device/soc/hpmicro/sdk/hpm_sdk/boards/openocd/boards/
Dhpm6300evk.cfg220 # auto refresh
Dhpm6750evkmini.cfg266 # auto refresh
Dhpm6750evk.cfg312 # auto refresh
/device/soc/bestechnic/bes2600/liteos_m/sdk/bsp/platform/drivers/usb/usb_host/inc/
Dusb_host.h277 uint8_t refresh; member
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/btm/include/
Dbtm_ble_int.h480 BOOLEAN btm_identity_addr_to_random_pseudo(BD_ADDR bd_addr, UINT8 *p_addr_type, BOOLEAN refresh);
/device/soc/rockchip/common/sdk_linux/drivers/gpio/
DKconfig516 maintain their value during backup/self-refresh.
/device/board/unionman/unionpi_tiger/kernel/build/
Dlinux-5.10.patch2208 * drm_connector_set_vrr_capable_property - sets the variable refresh rate
/device/board/isoftstone/zhiyuan/kernel/driver/ramfs/
Drootfs_arm64.cpio.gz