Searched refs:post_bank_switch (Results 1 – 6 of 6) sorted by relevance
433 int (*post_bank_switch)(struct sdw_intel *sdw); member
861 int (*post_bank_switch)(struct sdw_bus *bus); member
91 return sdw->link_res->hw_ops->post_bank_switch(sdw); in generic_post_bank_switch()278 .post_bank_switch = generic_post_bank_switch,
741 .post_bank_switch = intel_post_bank_switch,
831 if (ops->post_bank_switch) { in do_bank_switch()832 ret = ops->post_bank_switch(bus); in do_bank_switch()
1107 .post_bank_switch = intel_post_bank_switch,
Completed in 17 milliseconds