Home
last modified time | relevance | path

Searched refs:phy_ops (Results 1 – 18 of 18) sorted by relevance

/rk3399_rockchip-uboot/drivers/phy/
H A Dphy-uclass.c39 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 …]
H A Dnop-phy.c18 static struct phy_ops nop_phy_ops = {
H A Dsandbox-phy.c88 static struct phy_ops sandbox_phy_ops = {
H A Dsti_usb_phy.c99 struct phy_ops sti_usb_phy_ops = {
H A Dphy-rockchip-snps-pcie3.c285 static struct phy_ops rochchip_p3phy_ops = {
H A Dti-pipe3-phy.c359 static struct phy_ops pipe3_phy_ops = {
H A Dphy-rockchip-naneng-usb2.c473 static struct phy_ops rockchip_usb2phy_ops = {
H A Dphy-rockchip-naneng-edp.c387 static struct phy_ops rockchip_edp_phy_ops = {
H A Dphy-rockchip-inno-usb3.c527 static struct phy_ops rockchip_u3phy_ops = {
H A Dphy-rockchip-usbdp.c1176 static const struct phy_ops rockchip_dpphy_ops = {
1208 static const struct phy_ops rockchip_u3phy_ops = {
H A Dphy-rockchip-typec.c334 static const struct phy_ops rockchip_usb3_phy_ops = {
H A Dphy-rockchip-naneng-combphy.c337 static const struct phy_ops rochchip_combphy_ops = {
H A Dphy-rockchip-samsung-hdptx.c1376 static const struct phy_ops rockchip_hdptx_phy_ops = {
H A Dphy-rockchip-inno-usb2.c1079 static struct phy_ops rockchip_usb2phy_ops = {
/rk3399_rockchip-uboot/include/linux/
H A Ddw_hdmi.h172 const struct dw_hdmi_phy_ops *phy_ops; member
/rk3399_rockchip-uboot/include/
H A Dgeneric-phy.h73 struct phy_ops { struct
/rk3399_rockchip-uboot/drivers/video/drm/
H A Drockchip_dw_hdmi.c608 .phy_ops = &inno_dw_hdmi_phy_ops,
616 .phy_ops = &inno_dw_hdmi_phy_ops,
642 .phy_ops = &inno_dw_hdmi_phy_ops,
H A Ddw_hdmi.c1022 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()