Searched refs:enable_hs (Results 1 – 4 of 4) sorted by relevance
/linux-6.6.21/drivers/mmc/host/ |
D | ushc.c | 348 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/ |
D | panel-dsi-cm.c | 287 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/ |
D | omapfb_dss.h | 557 void (*enable_hs)(struct omap_dss_device *dssdev, int channel, member
|
/linux-6.6.21/drivers/video/fbdev/omap2/omapfb/dss/ |
D | dsi.c | 5016 .enable_hs = dsi_vc_enable_hs,
|