Home
last modified time | relevance | path

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

/drivers/gpu/drm/vc4/
Dvc4_hdmi.h82 void (*phy_disable)(struct vc4_hdmi *vc4_hdmi); member
Dvc4_hdmi.c1021 if (vc4_hdmi->variant->phy_disable) in vc4_hdmi_encoder_post_crtc_powerdown()
1022 vc4_hdmi->variant->phy_disable(vc4_hdmi); in vc4_hdmi_encoder_post_crtc_powerdown()
3586 .phy_disable = vc4_hdmi_phy_disable,
3614 .phy_disable = vc5_hdmi_phy_disable,
3643 .phy_disable = vc5_hdmi_phy_disable,
/drivers/dma/
Dpxa_dma.c479 static void phy_disable(struct pxad_phy *phy) in phy_disable() function
640 phy_disable(phy); in pxad_chan_handler()
1098 phy_disable(chan->phy); in pxad_terminate_all()
/drivers/scsi/mvsas/
Dmv_sas.h137 void (*phy_disable)(struct mvs_info *mvi, u32 phy_id); member
Dmv_sas.c202 MVS_CHIP_DISP->phy_disable(mvi, phy_id); in mvs_phy_control()
/drivers/scsi/hisi_sas/
Dhisi_sas.h326 void (*phy_disable)(struct hisi_hba *hisi_hba, int phy_no); member
Dhisi_sas_v1_hw.c1779 .phy_disable = disable_phy_v1_hw,
Dhisi_sas_main.c1013 hisi_hba->hw->phy_disable(hisi_hba, phy_no); in hisi_sas_phy_enable()
Dhisi_sas_v2_hw.c3611 .phy_disable = disable_phy_v2_hw,
Dhisi_sas_v3_hw.c3222 .phy_disable = disable_phy_v3_hw,