Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /* Copyright(c) 2015-2020 Intel Corporation. */
0003 
0004 #ifndef __SDW_SYSFS_LOCAL_H
0005 #define __SDW_SYSFS_LOCAL_H
0006 
0007 /*
0008  * SDW sysfs APIs -
0009  */
0010 
0011 /* basic attributes to report status of Slave (attachment, dev_num) */
0012 extern const struct attribute_group *sdw_slave_status_attr_groups[];
0013 
0014 /* additional device-managed properties reported after driver probe */
0015 int sdw_slave_sysfs_init(struct sdw_slave *slave);
0016 int sdw_slave_sysfs_dpn_init(struct sdw_slave *slave);
0017 
0018 #endif /* __SDW_SYSFS_LOCAL_H */