Home
last modified time | relevance | path

Searched refs:sync_check_cmdsync_unlocked (Results 1 – 4 of 4) sorted by relevance

/linux-6.14.4/drivers/soundwire/
Dintel.h222 if (SDW_INTEL_CHECK_OPS(sdw, sync_check_cmdsync_unlocked)) in sdw_intel_sync_check_cmdsync_unlocked()
223 return SDW_INTEL_OPS(sdw, sync_check_cmdsync_unlocked)(sdw); in sdw_intel_sync_check_cmdsync_unlocked()
Dintel_ace2x.c753 .sync_check_cmdsync_unlocked = intel_check_cmdsync_unlocked,
Dintel.c1112 .sync_check_cmdsync_unlocked = intel_check_cmdsync_unlocked,
/linux-6.14.4/include/linux/soundwire/
Dsdw_intel.h436 bool (*sync_check_cmdsync_unlocked)(struct sdw_intel *sdw); member