xref: /kernel/linux/linux-5.10/drivers/soundwire/sysfs_local.h (revision 8c2ecf20)
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-5.10/drivers/soundwire/
18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-only */
28c2ecf20Sopenharmony_ci/* Copyright(c) 2015-2020 Intel Corporation. */
38c2ecf20Sopenharmony_ci
48c2ecf20Sopenharmony_ci#ifndef __SDW_SYSFS_LOCAL_H
58c2ecf20Sopenharmony_ci#define __SDW_SYSFS_LOCAL_H
68c2ecf20Sopenharmony_ci
78c2ecf20Sopenharmony_ci/*
88c2ecf20Sopenharmony_ci * SDW sysfs APIs -
98c2ecf20Sopenharmony_ci */
108c2ecf20Sopenharmony_ci
118c2ecf20Sopenharmony_ci/* basic attributes to report status of Slave (attachment, dev_num) */
128c2ecf20Sopenharmony_ciextern const struct attribute_group *sdw_slave_status_attr_groups[];
138c2ecf20Sopenharmony_ci
148c2ecf20Sopenharmony_ci/* additional device-managed properties reported after driver probe */
158c2ecf20Sopenharmony_ciint sdw_slave_sysfs_init(struct sdw_slave *slave);
168c2ecf20Sopenharmony_ciint sdw_slave_sysfs_dpn_init(struct sdw_slave *slave);
178c2ecf20Sopenharmony_ci
188c2ecf20Sopenharmony_ci#endif /* __SDW_SYSFS_LOCAL_H */
19

Indexes created Thu Nov 07 10:32:03 CST 2024