Home
last modified time | relevance | path

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

/include/linux/soundwire/
Dsdw_intel.h413 void (*debugfs_init)(struct sdw_intel *sdw);
414 void (*debugfs_exit)(struct sdw_intel *sdw);
416 int (*get_link_count)(struct sdw_intel *sdw);
418 int (*register_dai)(struct sdw_intel *sdw);
420 void (*check_clock_stop)(struct sdw_intel *sdw);
421 int (*start_bus)(struct sdw_intel *sdw);
422 int (*start_bus_after_reset)(struct sdw_intel *sdw);
423 int (*start_bus_after_clock_stop)(struct sdw_intel *sdw);
424 int (*stop_bus)(struct sdw_intel *sdw, bool clock_stop);
426 int (*link_power_up)(struct sdw_intel *sdw);
[all …]
Dsdw.h620 int (*read_prop)(struct sdw_slave *sdw);
707 int (*probe)(struct sdw_slave *sdw,
709 int (*remove)(struct sdw_slave *sdw);
710 void (*shutdown)(struct sdw_slave *sdw);
/include/linux/mfd/
Dcs42l43.h76 struct sdw_slave *sdw; member
/include/linux/
Dregmap.h649 struct regmap *__regmap_init_sdw(struct sdw_slave *sdw,
653 struct regmap *__regmap_init_sdw_mbq(struct sdw_slave *sdw,
710 struct regmap *__devm_regmap_init_sdw(struct sdw_slave *sdw,
714 struct regmap *__devm_regmap_init_sdw_mbq(struct sdw_slave *sdw,
930 #define regmap_init_sdw(sdw, config) \ argument
932 sdw, config)
943 #define regmap_init_sdw_mbq(sdw, config) \ argument
945 sdw, config)
1142 #define devm_regmap_init_sdw(sdw, config) \ argument
1144 sdw, config)
[all …]