Home
last modified time | relevance | path

Searched refs:sdw_compare_devid (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/soundwire/
H A Dbus.c712 int sdw_compare_devid(struct sdw_slave *slave, struct sdw_slave_id id) in sdw_compare_devid() function
723 EXPORT_SYMBOL(sdw_compare_devid);
868 if (sdw_compare_devid(slave, id) == 0) { in sdw_program_device_num()
H A Dqcom.c671 if (sdw_compare_devid(slave, id) == 0) { in qcom_swrm_enumerate()