Home
last modified time | relevance | path

Searched refs:source_ports (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/soundwire/
H A Dsysfs_slave_dpn.c66 mask = slave->prop.source_ports; \
128 mask = slave->prop.source_ports; \
286 mask = slave->prop.source_ports; in sdw_slave_sysfs_dpn_init()
H A Dmipi_disco.c338 &prop->source_ports); in sdw_slave_read_prop()
363 nval = hweight32(prop->source_ports); in sdw_slave_read_prop()
372 prop->source_ports, "source"); in sdw_slave_read_prop()
H A Dsysfs_slave.c92 sdw_slave_attr(source_ports, "0x%x\n");
211 if (slave->prop.source_ports || slave->prop.sink_ports) { in sdw_slave_sysfs_init()
H A Dstream.c1431 num_ports = hweight32(slave->prop.source_ports); in sdw_get_slave_dpn_prop()
/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Drt715-sdw.c447 prop->source_ports = 0x50;/* BITMAP: 01010000 */ in rt715_read_prop()
450 nval = hweight32(prop->source_ports); in rt715_read_prop()
459 addr = prop->source_ports; in rt715_read_prop()
H A Drt700-sdw.c349 prop->source_ports = 0x14; /* BITMAP: 00010100 */ in rt700_read_prop()
352 nval = hweight32(prop->source_ports); in rt700_read_prop()
361 addr = prop->source_ports; in rt700_read_prop()
H A Drt711-sdw.c353 prop->source_ports = 0x14; /* BITMAP: 00010100 */ in rt711_read_prop()
356 nval = hweight32(prop->source_ports); in rt711_read_prop()
365 addr = prop->source_ports; in rt711_read_prop()
H A Dmax98373-sdw.c298 prop->source_ports = BIT(3); in max98373_read_prop()
304 nval = hweight32(prop->source_ports); in max98373_read_prop()
313 addr = prop->source_ports; in max98373_read_prop()
H A Drt5682-sdw.c561 prop->source_ports = 0x4; /* BITMAP: 00000100 */ in rt5682_read_prop()
564 nval = hweight32(prop->source_ports); in rt5682_read_prop()
573 addr = prop->source_ports; in rt5682_read_prop()
H A Drt1308-sdw.c132 prop->source_ports = 0x00; /* BITMAP: 00010100 (not enable yet) */ in rt1308_read_prop()
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-bus-soundwire-slave32 /sys/bus/soundwire/devices/sdw:.../dev-properties/source_ports
/OK3568_Linux_fs/kernel/include/linux/soundwire/
H A Dsdw.h378 u32 source_ports; member