Searched refs:clk_stop (Results 1 - 3 of 3) sorted by relevance

/linux-master/sound/soc/codecs/
H A Dcs35l56-sdw.c410 .clk_stop = cs35l56_sdw_clk_stop,
/linux-master/include/linux/soundwire/
H A Dsdw.h630 * @clk_stop: handle imp-def sequences before and after prepare and de-prepare
643 int (*clk_stop)(struct sdw_slave *slave, member in struct:sdw_slave_ops
/linux-master/drivers/soundwire/
H A Dbus.c962 if (drv->ops && drv->ops->clk_stop)
963 ret = drv->ops->clk_stop(slave, mode, type);

Completed in 139 milliseconds