Home
last modified time | relevance | path

Searched refs:pre_bank_switch (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/include/linux/soundwire/
Dsdw.h657 int (*pre_bank_switch)(struct sdw_bus *bus); member
/linux-4.19.296/drivers/soundwire/
Dstream.c692 if (ops->pre_bank_switch) { in do_bank_switch()
693 ret = ops->pre_bank_switch(bus); in do_bank_switch()