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