in hwspinlock_core.c [842:850]
static int devm_hwspin_lock_match(struct device *dev, void *res, void *data) { struct hwspinlock **hwlock = res; if (WARN_ON(!hwlock || !*hwlock)) return 0; return *hwlock == data; }