Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/soundwire/
H A Dsdw.h823 int (*post_bank_switch)(struct sdw_bus *bus); member
/OK3568_Linux_fs/kernel/drivers/soundwire/
H A Dstream.c811 if (ops->post_bank_switch) { in do_bank_switch()
812 ret = ops->post_bank_switch(bus); in do_bank_switch()
H A Dintel.c1313 .post_bank_switch = intel_post_bank_switch,