Lines Matching defs:cdns

79 	struct sdw_cdns *cdns = bus_to_cdns(bus);
80 struct sdw_intel *sdw = cdns_to_intel(cdns);
87 struct sdw_cdns *cdns = bus_to_cdns(bus);
88 struct sdw_intel *sdw = cdns_to_intel(cdns);
97 struct sdw_cdns *cdns = bus_to_cdns(bus);
98 struct sdw_intel *sdw = cdns_to_intel(cdns);
218 struct sdw_cdns *cdns;
226 cdns = &sdw->cdns;
227 bus = &cdns->bus;
231 cdns->dev = dev;
232 cdns->registers = sdw->link_res->registers;
233 cdns->ip_offset = sdw->link_res->ip_offset;
234 cdns->instance = sdw->instance;
235 cdns->msg_count = 0;
243 sdw_cdns_probe(cdns);
249 auxiliary_set_drvdata(auxdev, cdns);
252 sdw->cdns.bus.compute_params = sdw_compute_params;
279 struct sdw_cdns *cdns = auxiliary_get_drvdata(auxdev);
280 struct sdw_intel *sdw = cdns_to_intel(cdns);
281 struct sdw_bus *bus = &cdns->bus;
390 struct sdw_cdns *cdns = auxiliary_get_drvdata(auxdev);
391 struct sdw_intel *sdw = cdns_to_intel(cdns);
392 struct sdw_bus *bus = &cdns->bus;
401 sdw_cdns_enable_interrupt(cdns, false);
413 bus = &sdw->cdns.bus;
468 struct sdw_cdns *cdns = dev_get_drvdata(dev);
469 struct sdw_intel *sdw = cdns_to_intel(cdns);
470 struct sdw_bus *bus = &cdns->bus;
528 struct sdw_cdns *cdns = dev_get_drvdata(dev);
529 struct sdw_intel *sdw = cdns_to_intel(cdns);
530 struct sdw_bus *bus = &cdns->bus;
573 struct sdw_cdns *cdns = dev_get_drvdata(dev);
574 struct sdw_intel *sdw = cdns_to_intel(cdns);
575 struct sdw_bus *bus = &cdns->bus;
612 struct sdw_cdns *cdns = dev_get_drvdata(dev);
613 struct sdw_intel *sdw = cdns_to_intel(cdns);
614 struct sdw_bus *bus = &cdns->bus;
678 struct sdw_cdns *cdns = dev_get_drvdata(dev);
679 struct sdw_intel *sdw = cdns_to_intel(cdns);
680 struct sdw_bus *bus = &cdns->bus;