Home
last modified time | relevance | path

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

/linux/drivers/soundwire/
A Dcadence_master.h117 struct sdw_cdns { struct
146 #define bus_to_cdns(_bus) container_of(_bus, struct sdw_cdns, bus) argument
150 int sdw_cdns_probe(struct sdw_cdns *cdns);
156 int sdw_cdns_init(struct sdw_cdns *cdns);
157 int sdw_cdns_pdi_init(struct sdw_cdns *cdns,
159 int sdw_cdns_exit_reset(struct sdw_cdns *cdns);
160 int sdw_cdns_enable_interrupt(struct sdw_cdns *cdns, bool state);
162 bool sdw_cdns_is_clock_stop(struct sdw_cdns *cdns);
163 int sdw_cdns_clock_stop(struct sdw_cdns *cdns, bool block_wake);
170 struct sdw_cdns_pdi *sdw_cdns_alloc_pdi(struct sdw_cdns *cdns,
[all …]
A Dcadence_master.c281 struct sdw_cdns *cdns = s->private; in cdns_reg_show()
356 struct sdw_cdns *cdns = data; in cdns_hw_reset()
376 struct sdw_cdns *cdns = data; in cdns_parity_error_injection()
455 struct sdw_cdns *cdns = data; in cdns_set_pdi_loopback_source()
472 struct sdw_cdns *cdns = data; in cdns_set_pdi_loopback_target()
520 cdns_fill_msg_resp(struct sdw_cdns *cdns, in cdns_fill_msg_resp()
699 struct sdw_cdns *cdns = bus_to_cdns(bus); in cdns_xfer_msg()
728 struct sdw_cdns *cdns = bus_to_cdns(bus); in cdns_xfer_msg_defer()
867 struct sdw_cdns *cdns = dev_id; in sdw_cdns_irq()
958 struct sdw_cdns *cdns = in cdns_update_slave_status_work()
[all …]
A Dintel.h36 struct sdw_cdns *cdns;
41 struct sdw_cdns cdns;
A Dintel.c759 struct sdw_cdns *cdns = bus_to_cdns(bus); in intel_pre_bank_switch()
773 struct sdw_cdns *cdns = bus_to_cdns(bus); in intel_post_bank_switch()
1130 struct sdw_cdns *cdns = &sdw->cdns; in intel_register_dai()
1269 struct sdw_cdns *cdns; in intel_link_probe()
1324 struct sdw_cdns *cdns = dev_get_drvdata(dev); in intel_link_startup()
1466 struct sdw_cdns *cdns = dev_get_drvdata(dev); in intel_link_remove()
1548 struct sdw_cdns *cdns = dev_get_drvdata(dev); in intel_pm_prepare()
1608 struct sdw_cdns *cdns = dev_get_drvdata(dev); in intel_suspend()
1661 struct sdw_cdns *cdns = dev_get_drvdata(dev); in intel_suspend_runtime()
1725 struct sdw_cdns *cdns = dev_get_drvdata(dev); in intel_resume()
[all …]

Completed in 13 milliseconds