Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/video/omap2/dss/
Dti_hdmi.h89 void (*phy_disable)(struct hdmi_ip_data *ip_data); member
Dhdmi.c392 hdmi.ip_data.ops->phy_disable(&hdmi.ip_data); in hdmi_power_on()
404 hdmi.ip_data.ops->phy_disable(&hdmi.ip_data); in hdmi_power_off()
Ddss_features.c559 .phy_disable = ti_hdmi_4xxx_phy_disable,
/linux-3.4.99/drivers/scsi/mvsas/
Dmv_sas.h154 void (*phy_disable)(struct mvs_info *mvi, u32 phy_id); member
Dmv_sas.c213 MVS_CHIP_DISP->phy_disable(mvi, phy_id); in mvs_phy_control()