Home
last modified time | relevance | path

Searched refs:enable_hs (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/mmc/host/
H A Dushc.c348 static int ushc_set_bus_freq(struct ushc_data *ushc, int clk, bool enable_hs) in ushc_set_bus_freq() argument
357 enable_hs ? USHC_HOST_CTRL_HIGH_SPD : 0); in ushc_set_bus_freq()
/linux/drivers/video/fbdev/omap2/omapfb/displays/
H A Dpanel-dsi-cm.c287 in->ops.dsi->enable_hs(in, ddata->channel, true); in dsicm_exit_ulps()
604 in->ops.dsi->enable_hs(in, ddata->channel, false); in dsicm_power_on()
648 in->ops.dsi->enable_hs(in, ddata->channel, true); in dsicm_power_on()
/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddsi.c5017 .enable_hs = dsi_vc_enable_hs,