Symbol: phy_disable
drivers/dma/pxa_dma.c
1097
phy_disable(chan->phy);
drivers/dma/pxa_dma.c
639
phy_disable(phy);
drivers/gpu/drm/vc4/vc4_hdmi.c
3369
.phy_disable = vc4_hdmi_phy_disable,
drivers/gpu/drm/vc4/vc4_hdmi.c
3397
.phy_disable = vc5_hdmi_phy_disable,
drivers/gpu/drm/vc4/vc4_hdmi.c
3426
.phy_disable = vc5_hdmi_phy_disable,
drivers/gpu/drm/vc4/vc4_hdmi.c
3455
.phy_disable = vc6_hdmi_phy_disable,
drivers/gpu/drm/vc4/vc4_hdmi.c
3482
.phy_disable = vc6_hdmi_phy_disable,
drivers/gpu/drm/vc4/vc4_hdmi.c
947
if (vc4_hdmi->variant->phy_disable)
drivers/gpu/drm/vc4/vc4_hdmi.c
948
vc4_hdmi->variant->phy_disable(vc4_hdmi);
drivers/gpu/drm/vc4/vc4_hdmi.h
82
void (*phy_disable)(struct vc4_hdmi *vc4_hdmi);
drivers/net/dsa/b53/b53_common.c
753
if (dev->ops->phy_disable)
drivers/net/dsa/b53/b53_common.c
754
dev->ops->phy_disable(dev, port);
drivers/net/dsa/b53/b53_mmap.c
358
.phy_disable = b53_mmap_phy_disable,
drivers/net/dsa/b53/b53_priv.h
49
void (*phy_disable)(struct b53_device *dev, int port);
drivers/scsi/hisi_sas/hisi_sas.h
339
void (*phy_disable)(struct hisi_hba *hisi_hba, int phy_no);
drivers/scsi/hisi_sas/hisi_sas_main.c
1109
hisi_hba->hw->phy_disable(hisi_hba, phy_no);
drivers/scsi/hisi_sas/hisi_sas_v1_hw.c
1776
.phy_disable = disable_phy_v1_hw,
drivers/scsi/hisi_sas/hisi_sas_v2_hw.c
3620
.phy_disable = disable_phy_v2_hw,
drivers/scsi/hisi_sas/hisi_sas_v3_hw.c
3425
.phy_disable = disable_phy_v3_hw,
drivers/scsi/mvsas/mv_sas.c
188
MVS_CHIP_DISP->phy_disable(mvi, phy_id);
drivers/scsi/mvsas/mv_sas.h
137
void (*phy_disable)(struct mvs_info *mvi, u32 phy_id);