Searched refs:rate_to_clk (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/Documentation/phy/ |
D | samsung-usb2.txt | 44 int (*rate_to_clk)(unsigned long, u32 *); 62 .rate_to_clk = exynos4210_rate_to_clk, 65 - int (*rate_to_clk)(unsigned long, u32 *) 66 The rate_to_clk callback is to convert the rate of the clock
|
/Linux-v4.19/drivers/phy/samsung/ |
D | phy-samsung-usb2.h | 62 int (*rate_to_clk)(unsigned long, u32 *); member
|
D | phy-samsung-usb2.c | 210 if (drv->cfg->rate_to_clk) { in samsung_usb2_phy_probe() 211 ret = drv->cfg->rate_to_clk(drv->ref_rate, &drv->ref_reg_val); in samsung_usb2_phy_probe()
|
D | phy-exynos4x12-usb2.c | 370 .rate_to_clk = exynos4x12_rate_to_clk, 377 .rate_to_clk = exynos4x12_rate_to_clk,
|
D | phy-s5pv210-usb2.c | 186 .rate_to_clk = s5pv210_rate_to_clk,
|
D | phy-exynos4210-usb2.c | 259 .rate_to_clk = exynos4210_rate_to_clk,
|
D | phy-exynos5250-usb2.c | 400 .rate_to_clk = exynos5250_rate_to_clk,
|