Home
last modified time | relevance | path

Searched refs:sdw_bus_debugfs_exit (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/soundwire/
H A Dbus.h30 void sdw_bus_debugfs_exit(struct sdw_bus *bus);
37 static inline void sdw_bus_debugfs_exit(struct sdw_bus *bus) {} in sdw_bus_debugfs_exit() function
H A Ddebugfs.c26 void sdw_bus_debugfs_exit(struct sdw_bus *bus) in sdw_bus_debugfs_exit() function
H A Dbus.c180 sdw_bus_debugfs_exit(bus); in sdw_bus_master_delete()