Home
last modified time | relevance | path

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

/openbmc/linux/drivers/soundwire/
H A Dslave.c25 int sdw_slave_add(struct sdw_bus *bus, in sdw_slave_add() function
92 EXPORT_SYMBOL(sdw_slave_add);
192 sdw_slave_add(bus, &cwd.id, acpi_fwnode_handle(adev)); in sdw_acpi_find_one()
262 sdw_slave_add(bus, &id, of_fwnode_handle(node)); in sdw_of_find_slaves()
H A Dbus.h24 int sdw_slave_add(struct sdw_bus *bus, struct sdw_slave_id *id,
H A Dbus.c901 sdw_slave_add(bus, &id, NULL); in sdw_program_device_num()
H A Dqcom.c632 sdw_slave_add(bus, &id, NULL); in qcom_swrm_enumerate()