rate_to_clk       256 drivers/phy/samsung/phy-exynos4210-usb2.c 	.rate_to_clk		= exynos4210_rate_to_clk,
rate_to_clk       367 drivers/phy/samsung/phy-exynos4x12-usb2.c 	.rate_to_clk		= exynos4x12_rate_to_clk,
rate_to_clk       374 drivers/phy/samsung/phy-exynos4x12-usb2.c 	.rate_to_clk		= exynos4x12_rate_to_clk,
rate_to_clk       397 drivers/phy/samsung/phy-exynos5250-usb2.c 	.rate_to_clk		= exynos5250_rate_to_clk,
rate_to_clk       183 drivers/phy/samsung/phy-s5pv210-usb2.c 	.rate_to_clk	= s5pv210_rate_to_clk,
rate_to_clk       206 drivers/phy/samsung/phy-samsung-usb2.c 	if (drv->cfg->rate_to_clk) {
rate_to_clk       207 drivers/phy/samsung/phy-samsung-usb2.c 		ret = drv->cfg->rate_to_clk(drv->ref_rate, &drv->ref_reg_val);
rate_to_clk        59 drivers/phy/samsung/phy-samsung-usb2.h 	int (*rate_to_clk)(unsigned long, u32 *);