Searched refs:post_bank_switch (Results 1 – 3 of 3) sorted by relevance
859 int (*post_bank_switch)(struct sdw_bus *bus); member
831 if (ops->post_bank_switch) { in do_bank_switch()832 ret = ops->post_bank_switch(bus); in do_bank_switch()
1482 .post_bank_switch = intel_post_bank_switch,