Searched refs:phy_disable (Results 1 – 10 of 10) sorted by relevance
/linux-6.6.21/drivers/gpu/drm/vc4/ |
D | vc4_hdmi.h | 82 void (*phy_disable)(struct vc4_hdmi *vc4_hdmi); member
|
D | vc4_hdmi.c | 1142 if (vc4_hdmi->variant->phy_disable) in vc4_hdmi_encoder_post_crtc_powerdown() 1143 vc4_hdmi->variant->phy_disable(vc4_hdmi); in vc4_hdmi_encoder_post_crtc_powerdown() 3795 .phy_disable = vc4_hdmi_phy_disable, 3823 .phy_disable = vc5_hdmi_phy_disable, 3852 .phy_disable = vc5_hdmi_phy_disable,
|
/linux-6.6.21/drivers/scsi/mvsas/ |
D | mv_sas.h | 137 void (*phy_disable)(struct mvs_info *mvi, u32 phy_id); member
|
D | mv_sas.c | 198 MVS_CHIP_DISP->phy_disable(mvi, phy_id); in mvs_phy_control()
|
/linux-6.6.21/drivers/dma/ |
D | pxa_dma.c | 479 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()
|
/linux-6.6.21/drivers/scsi/hisi_sas/ |
D | hisi_sas.h | 328 void (*phy_disable)(struct hisi_hba *hisi_hba, int phy_no); member
|
D | hisi_sas_v1_hw.c | 1774 .phy_disable = disable_phy_v1_hw,
|
D | hisi_sas_main.c | 1057 hisi_hba->hw->phy_disable(hisi_hba, phy_no); in hisi_sas_phy_enable()
|
D | hisi_sas_v2_hw.c | 3610 .phy_disable = disable_phy_v2_hw,
|
D | hisi_sas_v3_hw.c | 3363 .phy_disable = disable_phy_v3_hw,
|