Searched refs:pre_bank_switch (Results 1 - 7 of 7) sorted by relevance

/linux-master/include/linux/soundwire/
H A Dsdw_intel.h389 * @pre_bank_switch: helper for bus management
417 int (*pre_bank_switch)(struct sdw_intel *sdw); member in struct:sdw_intel_hw_ops
H A Dsdw.h857 * @pre_bank_switch: Callback for pre bank switch
875 int (*pre_bank_switch)(struct sdw_bus *bus); member in struct:sdw_master_ops
/linux-master/drivers/soundwire/
H A Dintel_auxdevice.c82 return sdw->link_res->hw_ops->pre_bank_switch(sdw);
200 .pre_bank_switch = generic_pre_bank_switch,
H A Dintel_ace2x.c665 .pre_bank_switch = intel_pre_bank_switch,
H A Dstream.c798 if (ops->pre_bank_switch) {
799 ret = ops->pre_bank_switch(bus);
H A Dintel.c1056 .pre_bank_switch = intel_pre_bank_switch,
H A Dqcom.c1060 .pre_bank_switch = qcom_swrm_pre_bank_switch,

Completed in 139 milliseconds