Home
last modified time | relevance | path

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

/linux-6.15/drivers/soundwire/
H A Dintel_auxdevice.c116 return sdw->link_res->hw_ops->post_bank_switch(sdw); in generic_post_bank_switch()
286 .post_bank_switch = generic_post_bank_switch,
H A Dstream.c899 if (ops->post_bank_switch) { in do_bank_switch()
900 ret = ops->post_bank_switch(bus); in do_bank_switch()
H A Dintel.c1107 .post_bank_switch = intel_post_bank_switch,
H A Dintel_ace2x.c1056 .post_bank_switch = intel_post_bank_switch,
/linux-6.15/include/linux/soundwire/
H A Dsdw_intel.h431 int (*post_bank_switch)(struct sdw_intel *sdw); member
H A Dsdw.h864 int (*post_bank_switch)(struct sdw_bus *bus); member