Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/mmc/host/
Dushc.c352 static int ushc_set_bus_freq(struct ushc_data *ushc, int clk, bool enable_hs) in ushc_set_bus_freq() argument
361 enable_hs ? USHC_HOST_CTRL_HIGH_SPD : 0); in ushc_set_bus_freq()
/linux-4.4.14/drivers/video/fbdev/omap2/displays-new/
Dpanel-dsi-cm.c293 in->ops.dsi->enable_hs(in, ddata->channel, true); in dsicm_exit_ulps()
623 in->ops.dsi->enable_hs(in, ddata->channel, false); in dsicm_power_on()
667 in->ops.dsi->enable_hs(in, ddata->channel, true); in dsicm_power_on()
/linux-4.4.14/include/video/
Domapdss.h649 void (*enable_hs)(struct omap_dss_device *dssdev, int channel, member
/linux-4.4.14/drivers/video/fbdev/omap2/dss/
Ddsi.c5036 .enable_hs = dsi_vc_enable_hs,