Home
last modified time | relevance | path

Searched refs:post_bank_switch (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/soundwire/
H A Dsdw_intel.h431 int (*post_bank_switch)(struct sdw_intel *sdw); member
/linux/drivers/soundwire/
H A Dstream.c847 * part of post_bank_switch ops. in do_bank_switch()
858 * triggered by the post_bank_switch for the first Master in the list in do_bank_switch()
859 * and for the other Masters the post_bank_switch() should return doing in do_bank_switch()
867 if (ops->post_bank_switch) { in do_bank_switch()
868 ret = ops->post_bank_switch(bus); in do_bank_switch()
H A Dintel_ace2x.c748 .post_bank_switch = intel_post_bank_switch,
H A Dintel.c1107 .post_bank_switch = intel_post_bank_switch,