Home
last modified time | relevance | path

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

/openbmc/linux/drivers/soundwire/
H A Dintel_auxdevice.c90 return sdw->link_res->hw_ops->post_bank_switch(sdw); in generic_post_bank_switch()
201 .post_bank_switch = generic_post_bank_switch,
H A Dintel_ace2x.c666 .post_bank_switch = intel_post_bank_switch,
H A Dstream.c831 if (ops->post_bank_switch) { in do_bank_switch()
832 ret = ops->post_bank_switch(bus); in do_bank_switch()
H A Dintel.c1057 .post_bank_switch = intel_post_bank_switch,
/openbmc/linux/include/linux/soundwire/
H A Dsdw_intel.h418 int (*post_bank_switch)(struct sdw_intel *sdw); member
H A Dsdw.h876 int (*post_bank_switch)(struct sdw_bus *bus); member