Lines Matching refs:rockchip_phy
17 struct rockchip_phy;
20 int (*init)(struct rockchip_phy *phy);
21 int (*power_on)(struct rockchip_phy *phy);
22 int (*power_off)(struct rockchip_phy *phy);
23 unsigned long (*set_pll)(struct rockchip_phy *phy, unsigned long rate);
24 int (*set_bus_width)(struct rockchip_phy *phy, u32 bus_width);
25 long (*round_rate)(struct rockchip_phy *phy, unsigned long rate);
26 int (*set_mode)(struct rockchip_phy *phy, enum phy_mode mode);
29 struct rockchip_phy { struct
36 int rockchip_phy_init(struct rockchip_phy *phy); argument
37 int rockchip_phy_power_off(struct rockchip_phy *phy);
38 int rockchip_phy_power_on(struct rockchip_phy *phy);
39 unsigned long rockchip_phy_set_pll(struct rockchip_phy *phy,
41 int rockchip_phy_set_bus_width(struct rockchip_phy *phy, u32 bus_width);
42 long rockchip_phy_round_rate(struct rockchip_phy *phy, unsigned long rate);
43 int rockchip_phy_set_mode(struct rockchip_phy *phy, enum phy_mode mode);