OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:phy_enable
(Results
1 - 2
of
2
) sorted by null
/external/u-boot/drivers/video/exynos/
exynos_mipi_dsi.c
208
/*
phy_enable
(unsigned int dev_index, unsigned int enable) */
209
if (dsim_pd->
phy_enable
)
210
dsim_pd->
phy_enable
(0, 1);
316
dsim_platform_data_dt.
phy_enable
= set_mipi_phy_ctrl;
/external/u-boot/arch/arm/mach-exynos/include/mach/
mipi_dsim.h
267
* @
phy_enable
: pointer to a callback controlling D-PHY enable/reset
277
void (*
phy_enable
)(unsigned int dev_index, unsigned int enable);
member in struct:exynos_platform_mipi_dsim
Completed in 168 milliseconds