Searched refs:sdw_amd_ctx (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/linux/soundwire/
H A Dsdw_amd.h115 * struct sdw_amd_ctx - context allocated by the controller driver probe
125 struct sdw_amd_ctx { struct
161 int sdw_amd_probe(struct sdw_amd_res *res, struct sdw_amd_ctx **ctx);
163 void sdw_amd_exit(struct sdw_amd_ctx *ctx);
165 int sdw_amd_get_slave_info(struct sdw_amd_ctx *ctx);
/linux-master/drivers/soundwire/
H A Damd_init.c59 static int sdw_amd_cleanup(struct sdw_amd_ctx *ctx)
72 static struct sdw_amd_ctx *sdw_amd_probe_controller(struct sdw_amd_res *res)
74 struct sdw_amd_ctx *ctx;
154 static int sdw_amd_startup(struct sdw_amd_ctx *ctx)
172 int sdw_amd_probe(struct sdw_amd_res *res, struct sdw_amd_ctx **sdw_ctx)
182 void sdw_amd_exit(struct sdw_amd_ctx *ctx)
190 int sdw_amd_get_slave_info(struct sdw_amd_ctx *ctx)
/linux-master/sound/soc/amd/ps/
H A Dacp63.h248 struct sdw_amd_ctx *sdw;
/linux-master/sound/soc/sof/amd/
H A Dacp.h226 struct sdw_amd_ctx *sdw;

Completed in 268 milliseconds