Home
last modified time | relevance | path

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

/linux/sound/soc/sunxi/
H A Dsun4i-i2s.c198 int (*get_wss)(unsigned int width); member
644 wss = i2s->variant->get_wss(slot_width); in sun4i_i2s_hw_params()
1376 .get_wss = sun4i_i2s_get_wss,
1395 .get_wss = sun4i_i2s_get_wss,
1419 .get_wss = sun4i_i2s_get_wss,
1438 .get_wss = sun8i_i2s_get_sr_wss,
1457 .get_wss = sun4i_i2s_get_wss,
1476 .get_wss = sun8i_i2s_get_sr_wss,
1497 .get_wss = sun8i_i2s_get_sr_wss,
/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddisplay-sysfs.c202 if (!dssdev->driver->get_wss) in display_wss_show()
205 wss = dssdev->driver->get_wss(dssdev); in display_wss_show()
216 if (!dssdev->driver->get_wss || !dssdev->driver->set_wss) in display_wss_store()
H A Dvenc.c736 .get_wss = venc_get_wss,
/linux/drivers/video/fbdev/omap2/omapfb/displays/
H A Dconnector-analog-tv.c152 return in->ops.atv->get_wss(in); in tvc_get_wss()
176 .get_wss = tvc_get_wss,