Lines Matching defs:ports
314 struct sdw_dpn_prop *ports;
316 ports = devm_kcalloc(cs42l42->dev, 2, sizeof(*ports), GFP_KERNEL);
317 if (!ports)
326 ports[0].num = CS42L42_SDW_CAPTURE_PORT,
327 ports[0].type = SDW_DPN_FULL,
328 ports[0].ch_prep_timeout = 10,
329 prop->src_dpn_prop = &ports[0];
332 ports[1].num = CS42L42_SDW_PLAYBACK_PORT,
333 ports[1].type = SDW_DPN_FULL,
334 ports[1].ch_prep_timeout = 10,
335 prop->sink_dpn_prop = &ports[1];