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