Home
last modified time | relevance | path

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

/drivers/gpu/drm/vc4/
A Dvc4_hdmi.h82 void (*phy_disable)(struct vc4_hdmi *vc4_hdmi); member
A Dvc4_hdmi.c870 if (vc4_hdmi->variant->phy_disable) in vc4_hdmi_encoder_post_crtc_powerdown()
871 vc4_hdmi->variant->phy_disable(vc4_hdmi); in vc4_hdmi_encoder_post_crtc_powerdown()
3298 .phy_disable = vc4_hdmi_phy_disable,
3326 .phy_disable = vc5_hdmi_phy_disable,
3355 .phy_disable = vc5_hdmi_phy_disable,
3384 .phy_disable = vc6_hdmi_phy_disable,
3411 .phy_disable = vc6_hdmi_phy_disable,
/drivers/dma/
A Dpxa_dma.c479 static void phy_disable(struct pxad_phy *phy) in phy_disable() function
640 phy_disable(phy); in pxad_chan_handler()
1100 phy_disable(chan->phy); in pxad_terminate_all()
/drivers/net/dsa/b53/
A Db53_mmap.c331 .phy_disable = b53_mmap_phy_disable,
A Db53_priv.h49 void (*phy_disable)(struct b53_device *dev, int port); member
A Db53_common.c733 if (dev->ops->phy_disable) in b53_disable_port()
734 dev->ops->phy_disable(dev, port); in b53_disable_port()
/drivers/scsi/mvsas/
A Dmv_sas.h137 void (*phy_disable)(struct mvs_info *mvi, u32 phy_id); member
A Dmv_sas.c188 MVS_CHIP_DISP->phy_disable(mvi, phy_id); in mvs_phy_control()
/drivers/scsi/hisi_sas/
A Dhisi_sas.h339 void (*phy_disable)(struct hisi_hba *hisi_hba, int phy_no); member
A Dhisi_sas_v1_hw.c1776 .phy_disable = disable_phy_v1_hw,
A Dhisi_sas_main.c1109 hisi_hba->hw->phy_disable(hisi_hba, phy_no); in hisi_sas_phy_enable()
A Dhisi_sas_v2_hw.c3622 .phy_disable = disable_phy_v2_hw,
A Dhisi_sas_v3_hw.c3427 .phy_disable = disable_phy_v3_hw,

Completed in 71 milliseconds