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

/linux-master/include/linux/soundwire/
H A Dsdw_intel.h390 * @post_bank_switch: helper for bus management
418 int (*post_bank_switch)(struct sdw_intel *sdw); member in struct:sdw_intel_hw_ops
H A Dsdw.h858 * @post_bank_switch: Callback for post bank switch
876 int (*post_bank_switch)(struct sdw_bus *bus); member in struct:sdw_master_ops
/linux-master/drivers/soundwire/
H A Dintel_auxdevice.c90 return sdw->link_res->hw_ops->post_bank_switch(sdw);
201 .post_bank_switch = generic_post_bank_switch,
H A Dintel_ace2x.c666 .post_bank_switch = intel_post_bank_switch,
H A Dstream.c811 * part of post_bank_switch ops.
822 * triggered by the post_bank_switch for the first Master in the list
823 * and for the other Masters the post_bank_switch() should return doing
831 if (ops->post_bank_switch) {
832 ret = ops->post_bank_switch(bus);
H A Dintel.c1057 .post_bank_switch = intel_post_bank_switch,

Completed in 203 milliseconds