Home
last modified time | relevance | path

Searched refs:sdw (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.4/drivers/soundwire/
Dintel.c194 struct sdw_intel *sdw = s_file->private; in intel_reg_show() local
195 void __iomem *s = sdw->res->shim; in intel_reg_show()
196 void __iomem *a = sdw->res->alh; in intel_reg_show()
260 static void intel_debugfs_init(struct sdw_intel *sdw) in intel_debugfs_init() argument
262 struct dentry *root = sdw->cdns.bus.debugfs; in intel_debugfs_init()
267 sdw->debugfs = debugfs_create_dir("intel-sdw", root); in intel_debugfs_init()
269 debugfs_create_file("intel-registers", 0400, sdw->debugfs, sdw, in intel_debugfs_init()
272 sdw_cdns_debugfs_init(&sdw->cdns, sdw->debugfs); in intel_debugfs_init()
275 static void intel_debugfs_exit(struct sdw_intel *sdw) in intel_debugfs_exit() argument
277 debugfs_remove_recursive(sdw->debugfs); in intel_debugfs_exit()
[all …]
/Linux-v5.4/drivers/base/regmap/
Dregmap-sdw.c55 struct regmap *__regmap_init_sdw(struct sdw_slave *sdw, in __regmap_init_sdw() argument
66 return __regmap_init(&sdw->dev, &regmap_sdw, in __regmap_init_sdw()
67 &sdw->dev, config, lock_key, lock_name); in __regmap_init_sdw()
71 struct regmap *__devm_regmap_init_sdw(struct sdw_slave *sdw, in __devm_regmap_init_sdw() argument
82 return __devm_regmap_init(&sdw->dev, &regmap_sdw, in __devm_regmap_init_sdw()
83 &sdw->dev, config, lock_key, lock_name); in __devm_regmap_init_sdw()
DMakefile17 obj-$(CONFIG_REGMAP_SOUNDWIRE) += regmap-sdw.o
/Linux-v5.4/include/linux/soundwire/
Dsdw.h527 int (*read_prop)(struct sdw_slave *sdw);
572 int (*probe)(struct sdw_slave *sdw,
574 int (*remove)(struct sdw_slave *sdw);
575 void (*shutdown)(struct sdw_slave *sdw);
/Linux-v5.4/include/linux/
Dregmap.h572 struct regmap *__regmap_init_sdw(struct sdw_slave *sdw,
617 struct regmap *__devm_regmap_init_sdw(struct sdw_slave *sdw,
811 #define regmap_init_sdw(sdw, config) \ argument
813 sdw, config)
970 #define devm_regmap_init_sdw(sdw, config) \ argument
972 sdw, config)
/Linux-v5.4/Documentation/driver-api/soundwire/
Dsummary.rst87 implementation and SoundWire Slave devices. All the code uses the "sdw"
166 MODULE_DEVICE_TABLE(sdw, slave_id);
/Linux-v5.4/include/
DKbuild646 header-test- += linux/soundwire/sdw.h