Home
last modified time | relevance | path

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

/linux/drivers/soundwire/
H A Dintel_auxdevice.c118 return sdw->link_res->hw_ops->post_bank_switch(sdw); in generic_post_bank_switch()
288 .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.c1106 .post_bank_switch = intel_post_bank_switch,
H A Dintel_ace2x.c1130 .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
H A Dsdw.h869 int (*post_bank_switch)(struct sdw_bus *bus); member