Searched refs:post_bank_switch (Results 1 – 5 of 5) sorted by relevance
332 int (*post_bank_switch)(struct sdw_intel *sdw); member
861 int (*post_bank_switch)(struct sdw_bus *bus); member
60 return sdw->link_res->hw_ops->post_bank_switch(sdw); in generic_post_bank_switch()118 .post_bank_switch = generic_post_bank_switch,
830 if (ops->post_bank_switch) { in do_bank_switch()831 ret = ops->post_bank_switch(bus); in do_bank_switch()
1393 .post_bank_switch = intel_post_bank_switch,
Completed in 13 milliseconds