Home
last modified time | relevance | path

Searched refs:simple_clk_stop_capable (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/drivers/soundwire/
H A Dsysfs_slave.c83 sdw_slave_attr(simple_clk_stop_capable, "%d\n");
H A Dmipi_disco.c309 prop->simple_clk_stop_capable = device_property_read_bool(dev, in sdw_slave_read_prop()
H A Dbus.c1079 if (!slave->prop.simple_clk_stop_capable) { in sdw_bus_prep_clk_stop()
1202 if (!slave->prop.simple_clk_stop_capable) { in sdw_bus_exit_clk_stop()
/openbmc/linux/sound/soc/codecs/
H A Dsdw-mockup.c189 prop->simple_clk_stop_capable = true; in sdw_mockup_read_prop()
H A Dmax98363.c133 prop->simple_clk_stop_capable = true; in max98363_read_prop()
H A Dwcd938x-sdw.c1253 pdev->prop.simple_clk_stop_capable = true; in wcd9380_probe()
H A Dwsa883x.c1417 pdev->prop.simple_clk_stop_capable = true; in wsa883x_probe()
H A Dwsa884x.c1870 pdev->prop.simple_clk_stop_capable = true; in wsa884x_probe()
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-bus-soundwire-slave23 /sys/bus/soundwire/devices/sdw:.../dev-properties/simple_clk_stop_capable
/openbmc/linux/include/linux/soundwire/
H A Dsdw.h382 bool simple_clk_stop_capable; member