Home
last modified time | relevance | path

Searched refs:phy_disable (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/gpu/drm/vc4/
H A Dvc4_hdmi.c947 if (vc4_hdmi->variant->phy_disable) in vc4_hdmi_encoder_post_crtc_powerdown()
948 vc4_hdmi->variant->phy_disable(vc4_hdmi); in vc4_hdmi_encoder_post_crtc_powerdown()
3369 .phy_disable = vc4_hdmi_phy_disable,
3397 .phy_disable = vc5_hdmi_phy_disable,
3426 .phy_disable = vc5_hdmi_phy_disable,
3455 .phy_disable = vc6_hdmi_phy_disable,
3482 .phy_disable = vc6_hdmi_phy_disable,
/linux/drivers/dma/
H A Dpxa_dma.c478 static void phy_disable(struct pxad_phy *phy) in phy_disable() function
639 phy_disable(phy); in pxad_chan_handler()
1097 phy_disable(chan->phy); in pxad_terminate_all()
/linux/drivers/scsi/mvsas/
H A Dmv_sas.h137 void (*phy_disable)(struct mvs_info *mvi, u32 phy_id); member
H A Dmv_sas.c188 MVS_CHIP_DISP->phy_disable(mvi, phy_id); in mvs_phy_control()
/linux/drivers/scsi/hisi_sas/
H A Dhisi_sas.h339 void (*phy_disable)(struct hisi_hba *hisi_hba, int phy_no); member
H A Dhisi_sas_v1_hw.c1776 .phy_disable = disable_phy_v1_hw,
H A Dhisi_sas_main.c1109 hisi_hba->hw->phy_disable(hisi_hba, phy_no); in hisi_sas_phy_enable()
H A Dhisi_sas_v3_hw.c3425 .phy_disable = disable_phy_v3_hw,
/linux/drivers/net/dsa/b53/
H A Db53_common.c753 if (dev->ops->phy_disable) in b53_disable_port()
754 dev->ops->phy_disable(dev, port); in b53_disable_port()