Searched refs:edp_phy (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/edp/ |
H A D | edp_phy.c | 11 struct edp_phy { struct 15 bool msm_edp_phy_ready(struct edp_phy *phy) in msm_edp_phy_ready() 36 void msm_edp_phy_ctrl(struct edp_phy *phy, int enable) in msm_edp_phy_ctrl() 55 void msm_edp_phy_vm_pe_init(struct edp_phy *phy) in msm_edp_phy_vm_pe_init() 62 void msm_edp_phy_vm_pe_cfg(struct edp_phy *phy, u32 v0, u32 v1) in msm_edp_phy_vm_pe_cfg() 68 void msm_edp_phy_lane_power_ctrl(struct edp_phy *phy, bool up, u32 max_lane) in msm_edp_phy_lane_power_ctrl() 89 struct edp_phy *phy = NULL; in msm_edp_phy_init()
|
H A D | edp.h | 24 struct edp_phy; 56 bool msm_edp_phy_ready(struct edp_phy *phy); 57 void msm_edp_phy_ctrl(struct edp_phy *phy, int enable); 58 void msm_edp_phy_vm_pe_init(struct edp_phy *phy); 59 void msm_edp_phy_vm_pe_cfg(struct edp_phy *phy, u32 v0, u32 v1); 60 void msm_edp_phy_lane_power_ctrl(struct edp_phy *phy, bool up, u32 max_lane);
|
H A D | edp_ctrl.c | 109 struct edp_phy *phy;
|
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/ |
H A D | Makefile | 33 edp/edp_phy.o \
|
Completed in 3 milliseconds