Home
last modified time | relevance | path

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

/linux/drivers/soundwire/
H A Dintel_auxdevice.c117 return sdw->link_res->hw_ops->post_bank_switch(sdw); in generic_post_bank_switch()
287 .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.c1131 .post_bank_switch = intel_post_bank_switch,
/linux/include/linux/soundwire/
H A Dsdw_intel.h436 int (*post_bank_switch)(struct sdw_intel *sdw); member