Lines Matching full:links
59 struct sdw_intel_link_res *link = ctx->links; in sdw_intel_cleanup()
94 /* Found controller, find links supported */ in sdw_intel_scan_controller()
100 * In theory we could check the number of links supported in in sdw_intel_scan_controller()
125 dev_warn(&adev->dev, "No SoundWire links detected\n"); in sdw_intel_scan_controller()
222 ctx->links = devm_kcalloc(&adev->dev, ctx->count, in sdw_intel_probe_controller()
223 sizeof(*ctx->links), GFP_KERNEL); in sdw_intel_probe_controller()
224 if (!ctx->links) in sdw_intel_probe_controller()
233 link = ctx->links; in sdw_intel_probe_controller()
333 if (!ctx->links) in sdw_intel_startup_controller()
336 link = ctx->links; in sdw_intel_startup_controller()
399 * links to enable. A follow-up use of sdw_intel_probe() and
466 if (!ctx->links) in sdw_intel_process_wakeen_event()
469 link = ctx->links; in sdw_intel_process_wakeen_event()