sysfs_local.h (ead5d1f4d877e92c051e1a1ade623d0d30e71619) | sysfs_local.h (0173f525b2c1b02a51784e2119d434593235aed1) |
---|---|
1/* SPDX-License-Identifier: GPL-2.0-only */ 2/* Copyright(c) 2015-2020 Intel Corporation. */ 3 4#ifndef __SDW_SYSFS_LOCAL_H 5#define __SDW_SYSFS_LOCAL_H 6 7/* 8 * SDW sysfs APIs - 9 */ 10 | 1/* SPDX-License-Identifier: GPL-2.0-only */ 2/* Copyright(c) 2015-2020 Intel Corporation. */ 3 4#ifndef __SDW_SYSFS_LOCAL_H 5#define __SDW_SYSFS_LOCAL_H 6 7/* 8 * SDW sysfs APIs - 9 */ 10 |
11/* basic attributes to report status of Slave (attachment, dev_num) */ 12extern const struct attribute_group *sdw_slave_status_attr_groups[]; 13 14/* additional device-managed properties reported after driver probe */ |
|
11int sdw_slave_sysfs_init(struct sdw_slave *slave); 12int sdw_slave_sysfs_dpn_init(struct sdw_slave *slave); 13 14#endif /* __SDW_SYSFS_LOCAL_H */ | 15int sdw_slave_sysfs_init(struct sdw_slave *slave); 16int sdw_slave_sysfs_dpn_init(struct sdw_slave *slave); 17 18#endif /* __SDW_SYSFS_LOCAL_H */ |