Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/mmc/host/
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-6.6.21/drivers/video/fbdev/omap2/omapfb/displays/
Dpanel-dsi-cm.c287 in->ops.dsi->enable_hs(in, ddata->channel, true); in dsicm_exit_ulps()
608 in->ops.dsi->enable_hs(in, ddata->channel, false); in dsicm_power_on()
652 in->ops.dsi->enable_hs(in, ddata->channel, true); in dsicm_power_on()
/linux-6.6.21/include/video/
Domapfb_dss.h557 void (*enable_hs)(struct omap_dss_device *dssdev, int channel, member
/linux-6.6.21/drivers/video/fbdev/omap2/omapfb/dss/
Ddsi.c5016 .enable_hs = dsi_vc_enable_hs,