Searched refs:phy_ops (Results 1 – 18 of 18) sorted by relevance
39 static inline struct phy_ops *phy_dev_ops(struct udevice *dev) in phy_dev_ops()41 return (struct phy_ops *)dev->driver->ops; in phy_dev_ops()125 struct phy_ops *ops; in generic_phy_get_by_index()192 struct phy_ops const *ops; in generic_phy_init()219 struct phy_ops const *ops; in generic_phy_reset()231 struct phy_ops const *ops; in generic_phy_exit()261 struct phy_ops const *ops; in generic_phy_power_on()289 struct phy_ops const *ops; in generic_phy_power_off()318 struct phy_ops const *ops; in generic_phy_configure()330 struct phy_ops const *ops; in generic_phy_validate()[all …]
18 static struct phy_ops nop_phy_ops = {
88 static struct phy_ops sandbox_phy_ops = {
99 struct phy_ops sti_usb_phy_ops = {
285 static struct phy_ops rochchip_p3phy_ops = {
359 static struct phy_ops pipe3_phy_ops = {
473 static struct phy_ops rockchip_usb2phy_ops = {
387 static struct phy_ops rockchip_edp_phy_ops = {
527 static struct phy_ops rockchip_u3phy_ops = {
1176 static const struct phy_ops rockchip_dpphy_ops = {1208 static const struct phy_ops rockchip_u3phy_ops = {
334 static const struct phy_ops rockchip_usb3_phy_ops = {
337 static const struct phy_ops rochchip_combphy_ops = {
1376 static const struct phy_ops rockchip_hdptx_phy_ops = {
1079 static struct phy_ops rockchip_usb2phy_ops = {
172 const struct dw_hdmi_phy_ops *phy_ops; member
73 struct phy_ops { struct
608 .phy_ops = &inno_dw_hdmi_phy_ops,616 .phy_ops = &inno_dw_hdmi_phy_ops,642 .phy_ops = &inno_dw_hdmi_phy_ops,
1022 if (!hdmi->plat_data->phy_ops || !hdmi->plat_data->phy_name) { in dw_hdmi_detect_phy()1028 hdmi->phy.ops = hdmi->plat_data->phy_ops; in dw_hdmi_detect_phy()