Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/vc4/
H A Dvc4_hdmi.h81 void (*phy_disable)(struct vc4_hdmi *vc4_hdmi); member
H A Dvc4_hdmi.c896 if (vc4_hdmi->variant->phy_disable) in vc4_hdmi_encoder_post_crtc_powerdown()
897 vc4_hdmi->variant->phy_disable(vc4_hdmi); in vc4_hdmi_encoder_post_crtc_powerdown()
3332 .phy_disable = vc4_hdmi_phy_disable,
3360 .phy_disable = vc5_hdmi_phy_disable,
3389 .phy_disable = vc5_hdmi_phy_disable,
/linux/drivers/dma/
H 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()
/linux/drivers/scsi/mvsas/
H A Dmv_sas.h137 void (*phy_disable)(struct mvs_info *mvi, u32 phy_id); member
H A Dmv_sas.c198 MVS_CHIP_DISP->phy_disable(mvi, phy_id); in mvs_phy_control()
/linux/drivers/scsi/hisi_sas/
H A Dhisi_sas.h328 void (*phy_disable)(struct hisi_hba *hisi_hba, int phy_no); member
H A Dhisi_sas_v1_hw.c1758 .phy_disable = disable_phy_v1_hw,
H A Dhisi_sas_main.c1058 hisi_hba->hw->phy_disable(hisi_hba, phy_no); in hisi_sas_phy_enable()
H A Dhisi_sas_v2_hw.c3600 .phy_disable = disable_phy_v2_hw,
H A Dhisi_sas_v3_hw.c3361 .phy_disable = disable_phy_v3_hw,