| /device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/bridge/analogix/ |
| D | analogix_dp_reg.c | 26 static void analogix_dp_write(struct analogix_dp_device *dp, u32 reg, u32 val) in analogix_dp_write() 36 static u32 analogix_dp_read(struct analogix_dp_device *dp, u32 reg) in analogix_dp_read() 45 void analogix_dp_enable_video_mute(struct analogix_dp_device *dp, bool enable) in analogix_dp_enable_video_mute() 60 void analogix_dp_stop_video(struct analogix_dp_device *dp) in analogix_dp_stop_video() 69 void analogix_dp_lane_swap(struct analogix_dp_device *dp, bool enable) in analogix_dp_lane_swap() 82 void analogix_dp_init_analog_param(struct analogix_dp_device *dp) in analogix_dp_init_analog_param() 116 void analogix_dp_init_interrupt(struct analogix_dp_device *dp) in analogix_dp_init_interrupt() 136 void analogix_dp_reset(struct analogix_dp_device *dp) in analogix_dp_reset() 183 void analogix_dp_swreset(struct analogix_dp_device *dp) in analogix_dp_swreset() 188 void analogix_dp_config_interrupt(struct analogix_dp_device *dp) in analogix_dp_config_interrupt() [all …]
|
| D | analogix_dp_core.c | 44 static bool analogix_dp_bandwidth_ok(struct analogix_dp_device *dp, const struct drm_display_mode *… in analogix_dp_bandwidth_ok() 58 static int analogix_dp_init_dp(struct analogix_dp_device *dp) in analogix_dp_init_dp() 83 static int analogix_dp_panel_prepare(struct analogix_dp_device *dp) in analogix_dp_panel_prepare() 105 static int analogix_dp_panel_unprepare(struct analogix_dp_device *dp) in analogix_dp_panel_unprepare() 127 static int analogix_dp_detect_hpd(struct analogix_dp_device *dp) in analogix_dp_detect_hpd() 168 static bool analogix_dp_detect_sink_psr(struct analogix_dp_device *dp) in analogix_dp_detect_sink_psr() 187 static int analogix_dp_enable_sink_psr(struct analogix_dp_device *dp) in analogix_dp_enable_sink_psr() 233 static int analogix_dp_enable_rx_to_enhanced_mode(struct analogix_dp_device *dp, bool enable) in analogix_dp_enable_rx_to_enhanced_mode() 253 static int analogix_dp_is_enhanced_mode_available(struct analogix_dp_device *dp, u8 *enhanced_mode_… in analogix_dp_is_enhanced_mode_available() 269 static int analogix_dp_set_enhanced_mode(struct analogix_dp_device *dp) in analogix_dp_set_enhanced_mode() [all …]
|
| /device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/ |
| D | cdn-dp-core.c | 56 static int cdn_dp_grf_write(struct cdn_dp_device *dp, unsigned int reg, unsigned int val) in cdn_dp_grf_write() 78 static int cdn_dp_clk_enable(struct cdn_dp_device *dp) in cdn_dp_clk_enable() 130 static void cdn_dp_clk_disable(struct cdn_dp_device *dp) in cdn_dp_clk_disable() 142 static int cdn_dp_get_sink_count(struct cdn_dp_device *dp, u8 *sink_count) in cdn_dp_get_sink_count() 157 static struct cdn_dp_port *cdn_dp_connected_port(struct cdn_dp_device *dp) in cdn_dp_connected_port() 172 static bool cdn_dp_check_sink_connection(struct cdn_dp_device *dp) in cdn_dp_check_sink_connection() 202 struct cdn_dp_device *dp = connector_to_dp(connector); in cdn_dp_connector_detect() local 222 struct cdn_dp_device *dp = connector_to_dp(connector); in cdn_dp_oob_hotplug_event() local 238 struct cdn_dp_device *dp = connector_to_dp(connector); in cdn_dp_connector_get_modes() local 260 struct cdn_dp_device *dp = connector_to_dp(connector); in cdn_dp_connector_mode_valid() local [all …]
|
| D | dw-dp.c | 368 struct dw_dp *dp = dev_get_drvdata(dev); in dw_dp_match_by_id() local 386 static void dw_dp_phy_set_pattern(struct dw_dp *dp, u32 pattern) in dw_dp_phy_set_pattern() 391 static void dw_dp_phy_xmit_enable(struct dw_dp *dp, u32 lanes) in dw_dp_phy_xmit_enable() 410 static void dw_dp_phy_power_on(struct dw_dp *dp) in dw_dp_phy_power_on() 417 static void dw_dp_phy_power_off(struct dw_dp *dp) in dw_dp_phy_power_off() 424 static bool dw_dp_bandwidth_ok(struct dw_dp *dp, const struct drm_display_mode *mode, u32 bpp, unsi… in dw_dp_bandwidth_ok() 438 static bool dw_dp_detect(struct dw_dp *dp) in dw_dp_detect() 453 struct dw_dp *dp = connector_to_dp(connector); in dw_dp_connector_detect() local 473 struct dw_dp *dp = connector_to_dp(connector); in dw_dp_connector_get_modes() local 525 static int dw_dp_link_power_up(struct dw_dp *dp) in dw_dp_link_power_up() [all …]
|
| D | analogix_dp-rockchip.c | 115 struct rockchip_dp_device *dp = dev_get_drvdata(dev); in rockchip_dp_audio_hw_params() local 125 struct rockchip_dp_device *dp = dev_get_drvdata(dev); in rockchip_dp_audio_shutdown() local 135 struct rockchip_dp_device *dp = dev_get_drvdata(dev); in rockchip_dp_audio_startup() local 142 struct rockchip_dp_device *dp = dev_get_drvdata(dev); in rockchip_dp_audio_get_eld() local 156 struct rockchip_dp_device *dp = dev_get_drvdata(dev); in rockchip_dp_match_by_id() local 174 static int rockchip_dp_pre_init(struct rockchip_dp_device *dp) in rockchip_dp_pre_init() 189 struct rockchip_dp_device *dp = to_dp(plat_data); in rockchip_dp_poweron_start() local 203 struct rockchip_dp_device *dp = to_dp(plat_data); in rockchip_dp_powerdown() local 226 struct rockchip_dp_device *dp = to_dp(encoder); in rockchip_dp_loader_protect() local 243 struct rockchip_dp_device *dp = to_dp(plat_data); in rockchip_dp_bridge_attach() local [all …]
|
| /device/board/isoftstone/yangfan/kernel/src/driv/gpu/rockchip/ |
| D | cdn-dp-link-training.c | 14 static void cdn_dp_set_signal_levels(struct cdn_dp_device *dp) in cdn_dp_set_signal_levels() 27 static int cdn_dp_set_pattern(struct cdn_dp_device *dp, uint8_t dp_train_pat) in cdn_dp_set_pattern() 102 static void cdn_dp_get_adjust_train(struct cdn_dp_device *dp, in cdn_dp_get_adjust_train() 130 static u32 cdn_dp_select_chaneq_pattern(struct cdn_dp_device *dp) in cdn_dp_select_chaneq_pattern() 148 static bool cdn_dp_link_max_vswing_reached(struct cdn_dp_device *dp) in cdn_dp_link_max_vswing_reached() 159 static int cdn_dp_update_link_train(struct cdn_dp_device *dp) in cdn_dp_update_link_train() 173 static int cdn_dp_set_link_train(struct cdn_dp_device *dp, in cdn_dp_set_link_train() 198 static int cdn_dp_reset_link_train(struct cdn_dp_device *dp, in cdn_dp_reset_link_train() 215 static int cdn_dp_link_training_clock_recovery(struct cdn_dp_device *dp) in cdn_dp_link_training_clock_recovery() 275 static int cdn_dp_link_training_channel_equalization(struct cdn_dp_device *dp) in cdn_dp_link_training_channel_equalization() [all …]
|
| D | dw-dp.c | 431 struct dw_dp *dp = dev_get_drvdata(dev); in dw_dp_match_by_id() local 449 static void dw_dp_phy_set_pattern(struct dw_dp *dp, u32 pattern) in dw_dp_phy_set_pattern() 455 static void dw_dp_phy_xmit_enable(struct dw_dp *dp, u32 lanes) in dw_dp_phy_xmit_enable() 475 static bool dw_dp_bandwidth_ok(struct dw_dp *dp, in dw_dp_bandwidth_ok() 489 static bool dw_dp_detect(struct dw_dp *dp) in dw_dp_detect() 504 struct dw_dp *dp = connector_to_dp(connector); in dw_dp_connector_detect() local 520 struct dw_dp *dp = connector_to_dp(connector); in dw_dp_connector_force() local 583 struct dw_dp *dp = connector_to_dp(connector); in dw_dp_atomic_connector_get_property() local 629 struct dw_dp *dp = connector_to_dp(connector); in dw_dp_atomic_connector_set_property() local 664 struct dw_dp *dp = connector_to_dp(connector); in dw_dp_connector_get_modes() local [all …]
|
| /device/soc/rockchip/rk3588/kernel/drivers/gpu/drm/rockchip/ |
| D | dw-dp.c | 386 struct dw_dp *dp = dev_get_drvdata(dev); in dw_dp_match_by_id() local 404 static void dw_dp_phy_set_pattern(struct dw_dp *dp, u32 pattern) in dw_dp_phy_set_pattern() 410 static void dw_dp_phy_xmit_enable(struct dw_dp *dp, u32 lanes) in dw_dp_phy_xmit_enable() 430 static bool dw_dp_bandwidth_ok(struct dw_dp *dp, in dw_dp_bandwidth_ok() 444 static bool dw_dp_detect(struct dw_dp *dp) in dw_dp_detect() 459 struct dw_dp *dp = connector_to_dp(connector); in dw_dp_connector_detect() local 469 struct dw_dp *dp = connector_to_dp(connector); in dw_dp_connector_force() local 489 struct dw_dp *dp = connector_to_dp(connector); in dw_dp_connector_get_modes() local 545 static int dw_dp_link_power_up(struct dw_dp *dp) in dw_dp_link_power_up() 570 static int dw_dp_link_power_down(struct dw_dp *dp) in dw_dp_link_power_down() [all …]
|
| /device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/linux/ |
| D | mali_devfreq.c | 172 struct devfreq_dev_profile *dp) in mali_devfreq_init_freq_table() 216 struct devfreq_dev_profile *dp = mdev->devfreq->profile; in mali_devfreq_term_freq_table() local 236 struct devfreq_dev_profile *dp; in mali_devfreq_init() local
|
| /device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/linux/ |
| D | mali_devfreq.c | 169 static int mali_devfreq_init_freq_table(struct mali_device *mdev, struct devfreq_dev_profile *dp) in mali_devfreq_init_freq_table() 215 struct devfreq_dev_profile *dp = mdev->devfreq->profile; in mali_devfreq_term_freq_table() local 235 struct devfreq_dev_profile *dp; in mali_devfreq_init() local
|
| /device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/backend/gpu/ |
| D | mali_kbase_devfreq.c | 198 static int kbase_devfreq_init_freq_table(struct kbase_device *kbdev, struct devfreq_dev_profile *dp) in kbase_devfreq_init_freq_table() 236 struct devfreq_dev_profile *dp = kbdev->devfreq->profile; in kbase_devfreq_term_freq_table() local 326 struct devfreq_dev_profile *dp; in kbase_devfreq_init() local
|
| /device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/backend/gpu/ |
| D | mali_kbase_devfreq.c | 207 struct devfreq_dev_profile *dp) in kbase_devfreq_init_freq_table() 244 struct devfreq_dev_profile *dp = kbdev->devfreq->profile; in kbase_devfreq_term_freq_table() local 333 struct devfreq_dev_profile *dp; in kbase_devfreq_init() local
|
| /device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/backend/gpu/ |
| D | mali_kbase_devfreq.c | 275 static int kbase_devfreq_init_freq_table(struct kbase_device *kbdev, struct devfreq_dev_profile *dp) in kbase_devfreq_init_freq_table() 342 struct devfreq_dev_profile *dp = &kbdev->devfreq_profile; in kbase_devfreq_term_freq_table() local 635 struct devfreq_dev_profile *dp; in kbase_devfreq_init() local
|
| /device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/backend/gpu/ |
| D | mali_kbase_devfreq.c | 305 struct devfreq_dev_profile *dp) in kbase_devfreq_init_freq_table() 370 struct devfreq_dev_profile *dp = &kbdev->devfreq_profile; in kbase_devfreq_term_freq_table() local 681 struct devfreq_dev_profile *dp; in kbase_devfreq_init() local
|
| /device/soc/rockchip/rk3588/kernel/drivers/phy/rockchip/ |
| D | phy-rockchip-naneng-edp.c | 90 struct phy_configure_opts_dp *dp) in rockchip_edp_phy_set_voltages() 113 struct phy_configure_opts_dp *dp) in rockchip_edp_phy_set_rate() 170 struct phy_configure_opts_dp *dp) in rockchip_edp_phy_verify_config()
|
| D | phy-rockchip-samsung-hdptx.c | 450 struct phy_configure_opts_dp *dp) in rockchip_hdptx_phy_verify_config() 488 struct phy_configure_opts_dp *dp, in rockchip_hdptx_phy_set_voltage() 579 struct phy_configure_opts_dp *dp) in rockchip_hdptx_phy_set_voltages() 590 struct phy_configure_opts_dp *dp) in rockchip_hdptx_phy_set_rate()
|
| D | phy-rockchip-usbdp.c | 775 struct phy_configure_opts_dp *dp) in rockchip_dp_phy_verify_config() 1272 struct phy_configure_opts_dp *dp) in rk3588_dp_phy_set_rate() 1370 struct phy_configure_opts_dp *dp) in rk3588_dp_phy_set_voltages()
|
| /device/soc/rockchip/common/vendor/drivers/phy/ |
| D | phy-rockchip-naneng-edp.c | 85 …nt rockchip_edp_phy_set_voltages(struct rockchip_edp_phy *edpphy, struct phy_configure_opts_dp *dp) in rockchip_edp_phy_set_voltages() 104 …ic int rockchip_edp_phy_set_rate(struct rockchip_edp_phy *edpphy, struct phy_configure_opts_dp *dp) in rockchip_edp_phy_set_rate() 149 …t rockchip_edp_phy_verify_config(struct rockchip_edp_phy *edpphy, struct phy_configure_opts_dp *dp) in rockchip_edp_phy_verify_config()
|
| D | phy-rockchip-usbdp.c | 726 …c int rockchip_dp_phy_verify_config(struct rockchip_udphy *udphy, struct phy_configure_opts_dp *dp) in rockchip_dp_phy_verify_config() 1232 static int rk3588_dp_phy_set_rate(struct rockchip_udphy *udphy, struct phy_configure_opts_dp *dp) in rk3588_dp_phy_set_rate() 1311 …atic int rk3588_dp_phy_set_voltages(struct rockchip_udphy *udphy, struct phy_configure_opts_dp *dp) in rk3588_dp_phy_set_voltages()
|
| /device/board/isoftstone/yangfan/kernel/src/driv/phy/ |
| D | phy-rockchip-naneng-edp.c | 90 struct phy_configure_opts_dp *dp) in rockchip_edp_phy_set_voltages() 113 struct phy_configure_opts_dp *dp) in rockchip_edp_phy_set_rate() 170 struct phy_configure_opts_dp *dp) in rockchip_edp_phy_verify_config()
|
| D | phy-rockchip-usbdp.c | 775 struct phy_configure_opts_dp *dp) in rockchip_dp_phy_verify_config() 1272 struct phy_configure_opts_dp *dp) in rk3588_dp_phy_set_rate() 1370 struct phy_configure_opts_dp *dp) in rk3588_dp_phy_set_voltages()
|
| /device/board/talkweb/niobe407/applications/402_file_fs_store/ |
| D | fs_test.c | 29 struct dirent *dp; in dir_test() local
|
| /device/soc/rockchip/common/sdk_linux/fs/xfs/ |
| D | xfs_inode.c | 660 int xfs_lookup(xfs_inode_t *dp, struct xfs_name *name, xfs_inode_t **ipp, struct xfs_name *ci_name) in xfs_lookup() 929 … xfs_inode_t *dp, /* directory within whose allocate in xfs_dir_ialloc() 1077 int xfs_create(xfs_inode_t *dp, struct xfs_name *name, umode_t mode, dev_t rdev, xfs_inode_t **ipp) in xfs_create() 1232 int xfs_create_tmpfile(struct xfs_inode *dp, umode_t mode, struct xfs_inode **ipp) in xfs_create_tmpfile() 2703 int xfs_remove(xfs_inode_t *dp, struct xfs_name *name, xfs_inode_t *ip) in xfs_remove() 3002 static int xfs_rename_alloc_whiteout(struct xfs_inode *dp, struct xfs_inode **wip) in xfs_rename_alloc_whiteout()
|
| /device/soc/bestechnic/bes2600/liteos_m/components/utils/src/ |
| D | hm_sys.c | 74 struct dirent *dp; in doFsLs() local
|
| /device/soc/winnermicro/wm800/board/platform/inc/ |
| D | libtommath.h | 122 mp_digit *dp; member
|