Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
[drm/drm-misc.git] / drivers / soundwire / sysfs_local.h
blobfa048e112629a27009a478e267246dd16a3f3c62
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /* Copyright(c) 2015-2020 Intel Corporation. */
4 #ifndef __SDW_SYSFS_LOCAL_H
5 #define __SDW_SYSFS_LOCAL_H
7 /*
8 * SDW sysfs APIs -
9 */
11 /* basic attributes to report status of Slave (attachment, dev_num) */
12 extern const struct attribute_group *sdw_slave_status_attr_groups[];
14 /* attributes for all soundwire devices */
15 extern const struct attribute_group *sdw_attr_groups[];
17 /* additional device-managed properties reported after driver probe */
18 int sdw_slave_sysfs_dpn_init(struct sdw_slave *slave);
20 #endif /* __SDW_SYSFS_LOCAL_H */